COLOR #EADDEA

HEX: #EADDEA
RGB: (234,221,234)

Color info

#EADDEA contains red, green and blue colors in about the same proportion. Web safe color of #EADDEA is #FFCCFF (or #FCF).

RGB color model

#EADDEA color RGB value is (234,221,234).

  • red value is 234;
  • green value is 221;
  • blue value is 234.
RGB:
(234,221,234)
(92%,87%,92%)

RGB channels and saturation

R 234 of 255 = 92%
G 221 of 255 = 87%
B 234 of 255 = 92%

234
221
234

R + G + B ~ 90%. #EADDEA is light color.

Portions of RGB colors in percentages

R + G + B =
234 + 221 + 234 = 689 (100%)
R 234 of 689 ~ 33.96%
G 221 of 689 ~ 32.08%
B 234 of 689 ~ 33.96%

%33.96
%32.08
%33.96

CMYK color model

#EADDEA color CMYK value is (0,6,0,8).

  • cyan value is 0.00%
  • magenta value is 5.56%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(0,6,0,8)
C0M6Y0K8 
(0%,6%,0%,8%)
(0.00/0.06/0.00/0.08)	

CMYK percentages

%0
%5.56
%0
%8.24

Codes

Color #EADDEA in popluar color models

EADDEA
RGB234221234
HSL300°23.64%89.22%
HSB/HSV300°5.56%91.76%
CMYK0.00%5.56%0.00%
8.24%

Color #EADDEA in popluar number systems.

HEXEADDEA
Decimal234221234
Binary111010101101110111101010
Octal352335352

Shades and tints

Shades of #EADDEA

#EADDEA
(234,221,234)
#D5C9D5
(213,201,213)
#C0B5C0
(192,181,192)
#ABA1AB
(171,161,171)
#968D96
(150,141,150)
#817981
(129,121,129)
#6C656C
(108,101,108)
#575157
(87,81,87)
#423D42
(66,61,66)
#2D292D
(45,41,45)
#181518
(24,21,24)
#000000
(0,0,0)

Tints of #EADDEA

#EADDEA
(234,221,234)
#EBE0EB
(235,224,235)
#ECE3EC
(236,227,236)
#EDE6ED
(237,230,237)
#EEE9EE
(238,233,238)
#EFECEF
(239,236,239)
#F0EFF0
(240,239,240)
#F1F2F1
(241,242,241)
#F2F5F2
(242,245,242)
#F3F8F3
(243,248,243)
#F4FBF4
(244,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EADDEA color. Also use rgb(234,221,234) instead hex code.

Text Font Color

.myTextColor { color: #EADDEA; }

<p style="color:#EADDEA">This sample text font color is #EADDEA.</p>

This text font color is #EADDEA.


Background Color

.myBgColor { background-color: #EADDEA; }

<div style="background-color:#EADDEA">Inner text</div>

This div background color is #EADDEA.


Border color

.myBorderColor { border: 1px solid #EADDEA; }

<div style="border:3px solid #EADDEA">Div</div>

This div border color is #EADDEA.


Opacity

.myOpacity80 { color: #EADDEA; opacity: 0.8; }

<p style="color:#EADDEA;opacity:0.8;">80%</p>

Text with #EADDEA color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #EADDEA;}

<p style="text-shadow: 3px 3px 1px #EADDEA">Text here.</p>

This text has shadow with #EADDEA color.

.textShadow {text-shadow: 3px 3px 1px #EADDEA, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #EADDEA, 5px 5px 20px red">Text here.</p>

This text has shadow with #EADDEA primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EADDEA, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#EADDEA, Direction=45, Strength=4)">Text</p>

This text has shadow with #EADDEA and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #EADDEA;
  -webkit-box-shadow:	1px 1px 3px 2px #EADDEA;
  box-shadow:		1px 1px 3px 2px #EADDEA;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EADDEA;
-webkit-box-shadow: 1px 1px 3px 2px #EADDEA;
box-shadow:1px 1px 3px 2px #EADDEA;">
Div content here</div>
This div box has shadow with color #EADDEA.

Preview

Color preview on black background

This text has color #EADDEA on black background.


Color preview on white background

This text has color #EADDEA on white background.



Black color preview on #EADDEA background

This text has black color on #EADDEA background.


White color preview on #EADDEA background

This text has white color on #EADDEA background.