COLOR #E8D9DF

HEX: #E8D9DF RGB: (232,217,223)

Color info

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

RGB color model

#E8D9DF color RGB value is (232,217,223).

RGB: (232,217,223) (91%, 85%, 87%)

RGB channels and saturation

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

232
217
223

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

Portions of RGB colors in percentages

R + G + B = 232 + 217 + 223 = 672 (100%)
R 232 of 672 ~ 34.52%
G 217 of 672 ~ 32.29%
B 223 of 672 ~ 33.18'%

%34.52
%32.29
%33.18

CMYK color model

#E8D9DF color CMYK value is (0,6,4,9).

  • cyan value is 0.00%
  • magenta value is 6.47%
  • yellow value is 3.88%
  • key color value is 9.02%

CMYK: (0,6,4,9)
C0M6Y4K9 (0%, 6%, 4%, 9%)
(0.00 / 0.06 / 0.04 / 0.09)

CMYK percentages

%0
%6.47
%3.88
%9.02

Codes

Color #E8D9DF in popluar color models

E8 D9 DF
RGB 232 217 223
HSL 336° 24.59% 88.04%
HSB/HSV 336° 6.47% 90.98%
CMYK 0.00% 6.47% 3.88%
9.02%

Color #E8D9DF in popluar number systems.

HEX E8 D9 DF
Decimal 232 217 223
Binary 11101000 11011001 11011111
Octal 350 331 337

Shades and tints

Shades of #E8D9DF

#E8D9DF
(232,217,223)
#D3C6CB
(211,198,203)
#BEB3B7
(190,179,183)
#A9A0A3
(169,160,163)
#948D8F
(148,141,143)
#7F7A7B
(127,122,123)
#6A6767
(106,103,103)
#555453
(85,84,83)
#40413F
(64,65,63)
#2B2E2B
(43,46,43)
#161B17
(22,27,23)
#000000
(0,0,0)

Tints of #E8D9DF

#E8D9DF
(232,217,223)
#EADCE1
(234,220,225)
#ECDFE3
(236,223,227)
#EEE2E5
(238,226,229)
#F0E5E7
(240,229,231)
#F2E8E9
(242,232,233)
#F4EBEB
(244,235,235)
#F6EEED
(246,238,237)
#F8F1EF
(248,241,239)
#FAF4F1
(250,244,241)
#FCF7F3
(252,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8D9DF; }

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

This text font color is #E8D9DF.

Background Color

.myBgColor { background-color: #E8D9DF; }

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

This div background color is #E8D9DF.

Border color

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

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

This div border color is #E8D9DF.

Opacity

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

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

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

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

This text has shadow with #E8D9DF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E8D9DF.

Preview

Color preview on black background

This text has color #E8D9DF on black background.


Color preview on white background

This text has color #E8D9DF on white background.


Black color preview on #E8D9DF background

This text has black color on #E8D9DF background.


White color preview on #E8D9DF background

This text has white color on #E8D9DF background.


Related colors

Complementary color

Complementary color for #hex is #172620.


I love getcolorcode.com

Triadic colors

1 #DFE8D9 and #D9DFE8 with #E8D9DF are triadic colors.

2 #DFD9E8 and #D9E8DF with #E8D9DF are triadic colors.