COLOR #E1D9DE

HEX: #E1D9DE RGB: (225,217,222)

Color info

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

RGB color model

#E1D9DE color RGB value is (225,217,222).

RGB: (225,217,222) (88%, 85%, 87%)

RGB channels and saturation

R 225 of 255 = 88%
G 217 of 255 = 85%
B 222 of 255 = 87%

225
217
222

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

Portions of RGB colors in percentages

R + G + B = 225 + 217 + 222 = 664 (100%)
R 225 of 664 ~ 33.89%
G 217 of 664 ~ 32.68%
B 222 of 664 ~ 33.43'%

%33.89
%32.68
%33.43

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.56%
  • yellow value is 1.33%
  • 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
%3.56
%1.33
%11.76

Codes

Color #E1D9DE in popluar color models

E1 D9 DE
RGB 225 217 222
HSL 323° 11.76% 86.67%
HSB/HSV 323° 3.56% 88.24%
CMYK 0.00% 3.56% 1.33%
11.76%

Color #E1D9DE in popluar number systems.

HEX E1 D9 DE
Decimal 225 217 222
Binary 11100001 11011001 11011110
Octal 341 331 336

Shades and tints

Shades of #E1D9DE

#E1D9DE
(225,217,222)
#CDC6CA
(205,198,202)
#B9B3B6
(185,179,182)
#A5A0A2
(165,160,162)
#918D8E
(145,141,142)
#7D7A7A
(125,122,122)
#696766
(105,103,102)
#555452
(85,84,82)
#41413E
(65,65,62)
#2D2E2A
(45,46,42)
#191B16
(25,27,22)
#000000
(0,0,0)

Tints of #E1D9DE

#E1D9DE
(225,217,222)
#E3DCE1
(227,220,225)
#E5DFE4
(229,223,228)
#E7E2E7
(231,226,231)
#E9E5EA
(233,229,234)
#EBE8ED
(235,232,237)
#EDEBF0
(237,235,240)
#EFEEF3
(239,238,243)
#F1F1F6
(241,241,246)
#F3F4F9
(243,244,249)
#F5F7FC
(245,247,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1D9DE color. Also use rgb(225,217,222) instead hex code.

Text Font Color

.myTextColor { color: #E1D9DE; }

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

This text font color is #E1D9DE.

Background Color

.myBgColor { background-color: #E1D9DE; }

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

This div background color is #E1D9DE.

Border color

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

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

This div border color is #E1D9DE.

Opacity

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

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

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

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

This text has shadow with #E1D9DE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1D9DE.

Preview

Color preview on black background

This text has color #E1D9DE on black background.


Color preview on white background

This text has color #E1D9DE on white background.


Black color preview on #E1D9DE background

This text has black color on #E1D9DE background.


White color preview on #E1D9DE background

This text has white color on #E1D9DE background.


Related colors

Complementary color

Complementary color for #hex is #1E2621.


I love getcolorcode.com

Triadic colors

1 #DEE1D9 and #D9DEE1 with #E1D9DE are triadic colors.

2 #DED9E1 and #D9E1DE with #E1D9DE are triadic colors.