COLOR #E1D4DF

HEX: #E1D4DF RGB: (225,212,223)

Color info

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

RGB color model

#E1D4DF color RGB value is (225,212,223).

RGB: (225,212,223) (88%, 83%, 87%)

RGB channels and saturation

R 225 of 255 = 88%
G 212 of 255 = 83%
B 223 of 255 = 87%

225
212
223

R + G + B ~ 86%. #E1D4DF is light color.

Portions of RGB colors in percentages

R + G + B = 225 + 212 + 223 = 660 (100%)
R 225 of 660 ~ 34.09%
G 212 of 660 ~ 32.12%
B 223 of 660 ~ 33.79'%

%34.09
%32.12
%33.79

CMYK color model

#E1D4DF color CMYK value is (0,6,1,12).

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

CMYK: (0,6,1,12)
C0M6Y1K12 (0%, 6%, 1%, 12%)
(0.00 / 0.06 / 0.01 / 0.12)

CMYK percentages

%0
%5.78
%0.89
%11.76

Codes

Color #E1D4DF in popluar color models

E1 D4 DF
RGB 225 212 223
HSL 309° 17.81% 85.69%
HSB/HSV 309° 5.78% 88.24%
CMYK 0.00% 5.78% 0.89%
11.76%

Color #E1D4DF in popluar number systems.

HEX E1 D4 DF
Decimal 225 212 223
Binary 11100001 11010100 11011111
Octal 341 324 337

Shades and tints

Shades of #E1D4DF

#E1D4DF
(225,212,223)
#CDC1CB
(205,193,203)
#B9AEB7
(185,174,183)
#A59BA3
(165,155,163)
#91888F
(145,136,143)
#7D757B
(125,117,123)
#696267
(105,98,103)
#554F53
(85,79,83)
#413C3F
(65,60,63)
#2D292B
(45,41,43)
#191617
(25,22,23)
#000000
(0,0,0)

Tints of #E1D4DF

#E1D4DF
(225,212,223)
#E3D7E1
(227,215,225)
#E5DAE3
(229,218,227)
#E7DDE5
(231,221,229)
#E9E0E7
(233,224,231)
#EBE3E9
(235,227,233)
#EDE6EB
(237,230,235)
#EFE9ED
(239,233,237)
#F1ECEF
(241,236,239)
#F3EFF1
(243,239,241)
#F5F2F3
(245,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1D4DF; }

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

This text font color is #E1D4DF.

Background Color

.myBgColor { background-color: #E1D4DF; }

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

This div background color is #E1D4DF.

Border color

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

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

This div border color is #E1D4DF.

Opacity

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

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

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

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

This text has shadow with #E1D4DF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1D4DF.

Preview

Color preview on black background

This text has color #E1D4DF on black background.


Color preview on white background

This text has color #E1D4DF on white background.


Black color preview on #E1D4DF background

This text has black color on #E1D4DF background.


White color preview on #E1D4DF background

This text has white color on #E1D4DF background.


Related colors

Complementary color

Complementary color for #hex is #1E2B20.


I love getcolorcode.com

Triadic colors

1 #DFE1D4 and #D4DFE1 with #E1D4DF are triadic colors.

2 #DFD4E1 and #D4E1DF with #E1D4DF are triadic colors.