COLOR #E9DDEC

HEX: #E9DDEC
RGB: (233,221,236)

Color info

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

RGB color model

#E9DDEC color RGB value is (233,221,236).

  • red value is 233;
  • green value is 221;
  • blue value is 236.
RGB:
(233,221,236)
(91%,87%,93%)

RGB channels and saturation

R 233 of 255 = 91%
G 221 of 255 = 87%
B 236 of 255 = 93%

233
221
236

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

Portions of RGB colors in percentages

R + G + B =
233 + 221 + 236 = 690 (100%)
R 233 of 690 ~ 33.77%
G 221 of 690 ~ 32.03%
B 236 of 690 ~ 34.2%

%33.77
%32.03
%34.2

CMYK color model

#E9DDEC color CMYK value is (1,6,0,7).

  • cyan value is 1.27%
  • magenta value is 6.36%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(1,6,0,7)
C1M6Y0K7 
(1%,6%,0%,7%)
(0.01/0.06/0.00/0.07)	

CMYK percentages

%1.27
%6.36
%0
%7.45

Codes

Color #E9DDEC in popluar color models

E9DDEC
RGB233221236
HSL288°28.30%89.61%
HSB/HSV288°6.36%92.55%
CMYK1.27%6.36%0.00%
7.45%

Color #E9DDEC in popluar number systems.

HEXE9DDEC
Decimal233221236
Binary111010011101110111101100
Octal351335354

Shades and tints

Shades of #E9DDEC

#E9DDEC
(233,221,236)
#D4C9D7
(212,201,215)
#BFB5C2
(191,181,194)
#AAA1AD
(170,161,173)
#958D98
(149,141,152)
#807983
(128,121,131)
#6B656E
(107,101,110)
#565159
(86,81,89)
#413D44
(65,61,68)
#2C292F
(44,41,47)
#17151A
(23,21,26)
#000000
(0,0,0)

Tints of #E9DDEC

#E9DDEC
(233,221,236)
#EBE0ED
(235,224,237)
#EDE3EE
(237,227,238)
#EFE6EF
(239,230,239)
#F1E9F0
(241,233,240)
#F3ECF1
(243,236,241)
#F5EFF2
(245,239,242)
#F7F2F3
(247,242,243)
#F9F5F4
(249,245,244)
#FBF8F5
(251,248,245)
#FDFBF6
(253,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9DDEC; }

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

This text font color is #E9DDEC.


Background Color

.myBgColor { background-color: #E9DDEC; }

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

This div background color is #E9DDEC.


Border color

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

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

This div border color is #E9DDEC.


Opacity

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

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

Text with #E9DDEC 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 #E9DDEC;}

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

This text has shadow with #E9DDEC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9DDEC on black background.


Color preview on white background

This text has color #E9DDEC on white background.



Black color preview on #E9DDEC background

This text has black color on #E9DDEC background.


White color preview on #E9DDEC background

This text has white color on #E9DDEC background.