COLOR #E9D9DF

HEX: #E9D9DF
RGB: (233,217,223)

Color info

#E9D9DF contains red, green and blue colors in about the same proportion. Web safe color of #E9D9DF is #FFCCCC (or #FCC).

RGB color model

#E9D9DF color RGB value is (233,217,223).

  • red value is 233;
  • green value is 217;
  • blue value is 223.
RGB:
(233,217,223)
(91%,85%,87%)

RGB channels and saturation

R 233 of 255 = 91%
G 217 of 255 = 85%
B 223 of 255 = 87%

233
217
223

R + G + B ~ 88%. #E9D9DF is light color.

Portions of RGB colors in percentages

R + G + B =
233 + 217 + 223 = 673 (100%)
R 233 of 673 ~ 34.62%
G 217 of 673 ~ 32.24%
B 223 of 673 ~ 33.14%

%34.62
%32.24
%33.14

CMYK color model

#E9D9DF color CMYK value is (0,7,4,9).

  • cyan value is 0.00%
  • magenta value is 6.87%
  • yellow value is 4.29%
  • key color value is 8.63%
CMYK:
(0,7,4,9)
C0M7Y4K9 
(0%,7%,4%,9%)
(0.00/0.07/0.04/0.09)	

CMYK percentages

%0
%6.87
%4.29
%8.63

Codes

Color #E9D9DF in popluar color models

E9D9DF
RGB233217223
HSL338°26.67%88.24%
HSB/HSV338°6.87%91.37%
CMYK0.00%6.87%4.29%
8.63%

Color #E9D9DF in popluar number systems.

HEXE9D9DF
Decimal233217223
Binary111010011101100111011111
Octal351331337

Shades and tints

Shades of #E9D9DF

#E9D9DF
(233,217,223)
#D4C6CB
(212,198,203)
#BFB3B7
(191,179,183)
#AAA0A3
(170,160,163)
#958D8F
(149,141,143)
#807A7B
(128,122,123)
#6B6767
(107,103,103)
#565453
(86,84,83)
#41413F
(65,65,63)
#2C2E2B
(44,46,43)
#171B17
(23,27,23)
#000000
(0,0,0)

Tints of #E9D9DF

#E9D9DF
(233,217,223)
#EBDCE1
(235,220,225)
#EDDFE3
(237,223,227)
#EFE2E5
(239,226,229)
#F1E5E7
(241,229,231)
#F3E8E9
(243,232,233)
#F5EBEB
(245,235,235)
#F7EEED
(247,238,237)
#F9F1EF
(249,241,239)
#FBF4F1
(251,244,241)
#FDF7F3
(253,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9D9DF color. Also use rgb(233,217,223) instead hex code.

Text Font Color

.myTextColor { color: #E9D9DF; }

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

This text font color is #E9D9DF.


Background Color

.myBgColor { background-color: #E9D9DF; }

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

This div background color is #E9D9DF.


Border color

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

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

This div border color is #E9D9DF.


Opacity

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

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

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

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

This text has shadow with #E9D9DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9D9DF on black background.


Color preview on white background

This text has color #E9D9DF on white background.



Black color preview on #E9D9DF background

This text has black color on #E9D9DF background.


White color preview on #E9D9DF background

This text has white color on #E9D9DF background.