COLOR #E1D5DE

HEX: #E1D5DE RGB: (225,213,222)

Color info

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

RGB color model

#E1D5DE color RGB value is (225,213,222).

RGB: (225,213,222) (88%, 84%, 87%)

RGB channels and saturation

R 225 of 255 = 88%
G 213 of 255 = 84%
B 222 of 255 = 87%

225
213
222

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

Portions of RGB colors in percentages

R + G + B = 225 + 213 + 222 = 660 (100%)
R 225 of 660 ~ 34.09%
G 213 of 660 ~ 32.27%
B 222 of 660 ~ 33.64'%

%34.09
%32.27
%33.64

CMYK color model

#E1D5DE color CMYK value is (0,5,1,12).

  • cyan value is 0.00%
  • magenta value is 5.33%
  • yellow value is 1.33%
  • key color value is 11.76%

CMYK: (0,5,1,12)
C0M5Y1K12 (0%, 5%, 1%, 12%)
(0.00 / 0.05 / 0.01 / 0.12)

CMYK percentages

%0
%5.33
%1.33
%11.76

Codes

Color #E1D5DE in popluar color models

E1 D5 DE
RGB 225 213 222
HSL 315° 16.67% 85.88%
HSB/HSV 315° 5.33% 88.24%
CMYK 0.00% 5.33% 1.33%
11.76%

Color #E1D5DE in popluar number systems.

HEX E1 D5 DE
Decimal 225 213 222
Binary 11100001 11010101 11011110
Octal 341 325 336

Shades and tints

Shades of #E1D5DE

#E1D5DE
(225,213,222)
#CDC2CA
(205,194,202)
#B9AFB6
(185,175,182)
#A59CA2
(165,156,162)
#91898E
(145,137,142)
#7D767A
(125,118,122)
#696366
(105,99,102)
#555052
(85,80,82)
#413D3E
(65,61,62)
#2D2A2A
(45,42,42)
#191716
(25,23,22)
#000000
(0,0,0)

Tints of #E1D5DE

#E1D5DE
(225,213,222)
#E3D8E1
(227,216,225)
#E5DBE4
(229,219,228)
#E7DEE7
(231,222,231)
#E9E1EA
(233,225,234)
#EBE4ED
(235,228,237)
#EDE7F0
(237,231,240)
#EFEAF3
(239,234,243)
#F1EDF6
(241,237,246)
#F3F0F9
(243,240,249)
#F5F3FC
(245,243,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1D5DE; }

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

This text font color is #E1D5DE.

Background Color

.myBgColor { background-color: #E1D5DE; }

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

This div background color is #E1D5DE.

Border color

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

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

This div border color is #E1D5DE.

Opacity

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

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

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

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

This text has shadow with #E1D5DE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1D5DE.

Preview

Color preview on black background

This text has color #E1D5DE on black background.


Color preview on white background

This text has color #E1D5DE on white background.


Black color preview on #E1D5DE background

This text has black color on #E1D5DE background.


White color preview on #E1D5DE background

This text has white color on #E1D5DE background.


Related colors

Complementary color

Complementary color for #hex is #1E2A21.


I love getcolorcode.com

Triadic colors

1 #DEE1D5 and #D5DEE1 with #E1D5DE are triadic colors.

2 #DED5E1 and #D5E1DE with #E1D5DE are triadic colors.