COLOR #E1D5D8

HEX: #E1D5D8 RGB: (225,213,216)

Color info

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

RGB color model

#E1D5D8 color RGB value is (225,213,216).

RGB: (225,213,216) (88%, 84%, 85%)

RGB channels and saturation

R 225 of 255 = 88%
G 213 of 255 = 84%
B 216 of 255 = 85%

225
213
216

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

Portions of RGB colors in percentages

R + G + B = 225 + 213 + 216 = 654 (100%)
R 225 of 654 ~ 34.4%
G 213 of 654 ~ 32.57%
B 216 of 654 ~ 33.03'%

%34.4
%32.57
%33.03

CMYK color model

#E1D5D8 color CMYK value is (0,5,4,12).

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

CMYK: (0,5,4,12)
C0M5Y4K12 (0%, 5%, 4%, 12%)
(0.00 / 0.05 / 0.04 / 0.12)

CMYK percentages

%0
%5.33
%4
%11.76

Codes

Color #E1D5D8 in popluar color models

E1 D5 D8
RGB 225 213 216
HSL 345° 16.67% 85.88%
HSB/HSV 345° 5.33% 88.24%
CMYK 0.00% 5.33% 4.00%
11.76%

Color #E1D5D8 in popluar number systems.

HEX E1 D5 D8
Decimal 225 213 216
Binary 11100001 11010101 11011000
Octal 341 325 330

Shades and tints

Shades of #E1D5D8

#E1D5D8
(225,213,216)
#CDC2C5
(205,194,197)
#B9AFB2
(185,175,178)
#A59C9F
(165,156,159)
#91898C
(145,137,140)
#7D7679
(125,118,121)
#696366
(105,99,102)
#555053
(85,80,83)
#413D40
(65,61,64)
#2D2A2D
(45,42,45)
#19171A
(25,23,26)
#000000
(0,0,0)

Tints of #E1D5D8

#E1D5D8
(225,213,216)
#E3D8DB
(227,216,219)
#E5DBDE
(229,219,222)
#E7DEE1
(231,222,225)
#E9E1E4
(233,225,228)
#EBE4E7
(235,228,231)
#EDE7EA
(237,231,234)
#EFEAED
(239,234,237)
#F1EDF0
(241,237,240)
#F3F0F3
(243,240,243)
#F5F3F6
(245,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1D5D8; }

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

This text font color is #E1D5D8.

Background Color

.myBgColor { background-color: #E1D5D8; }

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

This div background color is #E1D5D8.

Border color

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

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

This div border color is #E1D5D8.

Opacity

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

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

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

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

This text has shadow with #E1D5D8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1D5D8.

Preview

Color preview on black background

This text has color #E1D5D8 on black background.


Color preview on white background

This text has color #E1D5D8 on white background.


Black color preview on #E1D5D8 background

This text has black color on #E1D5D8 background.


White color preview on #E1D5D8 background

This text has white color on #E1D5D8 background.


Related colors

Complementary color

Complementary color for #hex is #1E2A27.


I love getcolorcode.com

Triadic colors

1 #D8E1D5 and #D5D8E1 with #E1D5D8 are triadic colors.

2 #D8D5E1 and #D5E1D8 with #E1D5D8 are triadic colors.