COLOR #E1D8DF

HEX: #E1D8DF RGB: (225,216,223)

Color info

#E1D8DF contains red, green and blue colors in about the same proportion. Web safe color of #E1D8DF is #CCCCCC (or #CCC).

RGB color model

#E1D8DF color RGB value is (225,216,223).

RGB: (225,216,223) (88%, 85%, 87%)

RGB channels and saturation

R 225 of 255 = 88%
G 216 of 255 = 85%
B 223 of 255 = 87%

225
216
223

R + G + B ~ 87%. #E1D8DF is light color.

Portions of RGB colors in percentages

R + G + B = 225 + 216 + 223 = 664 (100%)
R 225 of 664 ~ 33.89%
G 216 of 664 ~ 32.53%
B 223 of 664 ~ 33.58'%

%33.89
%32.53
%33.58

CMYK color model

#E1D8DF color CMYK value is (0,4,1,12).

  • cyan value is 0.00%
  • magenta value is 4.00%
  • yellow value is 0.89%
  • key color value is 11.76%

CMYK: (0,4,1,12)
C0M4Y1K12 (0%, 4%, 1%, 12%)
(0.00 / 0.04 / 0.01 / 0.12)

CMYK percentages

%0
%4
%0.89
%11.76

Codes

Color #E1D8DF in popluar color models

E1 D8 DF
RGB 225 216 223
HSL 313° 13.04% 86.47%
HSB/HSV 313° 4.00% 88.24%
CMYK 0.00% 4.00% 0.89%
11.76%

Color #E1D8DF in popluar number systems.

HEX E1 D8 DF
Decimal 225 216 223
Binary 11100001 11011000 11011111
Octal 341 330 337

Shades and tints

Shades of #E1D8DF

#E1D8DF
(225,216,223)
#CDC5CB
(205,197,203)
#B9B2B7
(185,178,183)
#A59FA3
(165,159,163)
#918C8F
(145,140,143)
#7D797B
(125,121,123)
#696667
(105,102,103)
#555353
(85,83,83)
#41403F
(65,64,63)
#2D2D2B
(45,45,43)
#191A17
(25,26,23)
#000000
(0,0,0)

Tints of #E1D8DF

#E1D8DF
(225,216,223)
#E3DBE1
(227,219,225)
#E5DEE3
(229,222,227)
#E7E1E5
(231,225,229)
#E9E4E7
(233,228,231)
#EBE7E9
(235,231,233)
#EDEAEB
(237,234,235)
#EFEDED
(239,237,237)
#F1F0EF
(241,240,239)
#F3F3F1
(243,243,241)
#F5F6F3
(245,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1D8DF color. Also use rgb(225,216,223) instead hex code.

Text Font Color

.myTextColor { color: #E1D8DF; }

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

This text font color is #E1D8DF.

Background Color

.myBgColor { background-color: #E1D8DF; }

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

This div background color is #E1D8DF.

Border color

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

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

This div border color is #E1D8DF.

Opacity

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

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

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

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

This text has shadow with #E1D8DF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1D8DF.

Preview

Color preview on black background

This text has color #E1D8DF on black background.


Color preview on white background

This text has color #E1D8DF on white background.


Black color preview on #E1D8DF background

This text has black color on #E1D8DF background.


White color preview on #E1D8DF background

This text has white color on #E1D8DF background.


Related colors

Complementary color

Complementary color for #hex is #1E2720.


I love getcolorcode.com

Triadic colors

1 #DFE1D8 and #D8DFE1 with #E1D8DF are triadic colors.

2 #DFD8E1 and #D8E1DF with #E1D8DF are triadic colors.