COLOR #E5D5DD

HEX: #E5D5DD RGB: (229,213,221)

Color info

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

RGB color model

#E5D5DD color RGB value is (229,213,221).

RGB: (229,213,221) (90%, 84%, 87%)

RGB channels and saturation

R 229 of 255 = 90%
G 213 of 255 = 84%
B 221 of 255 = 87%

229
213
221

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

Portions of RGB colors in percentages

R + G + B = 229 + 213 + 221 = 663 (100%)
R 229 of 663 ~ 34.54%
G 213 of 663 ~ 32.13%
B 221 of 663 ~ 33.33'%

%34.54
%32.13
%33.33

CMYK color model

#E5D5DD color CMYK value is (0,7,3,10).

  • cyan value is 0.00%
  • magenta value is 6.99%
  • yellow value is 3.49%
  • key color value is 10.20%

CMYK: (0,7,3,10)
C0M7Y3K10 (0%, 7%, 3%, 10%)
(0.00 / 0.07 / 0.03 / 0.10)

CMYK percentages

%0
%6.99
%3.49
%10.2

Codes

Color #E5D5DD in popluar color models

E5 D5 DD
RGB 229 213 221
HSL 330° 23.53% 86.67%
HSB/HSV 330° 6.99% 89.80%
CMYK 0.00% 6.99% 3.49%
10.20%

Color #E5D5DD in popluar number systems.

HEX E5 D5 DD
Decimal 229 213 221
Binary 11100101 11010101 11011101
Octal 345 325 335

Shades and tints

Shades of #E5D5DD

#E5D5DD
(229,213,221)
#D1C2C9
(209,194,201)
#BDAFB5
(189,175,181)
#A99CA1
(169,156,161)
#95898D
(149,137,141)
#817679
(129,118,121)
#6D6365
(109,99,101)
#595051
(89,80,81)
#453D3D
(69,61,61)
#312A29
(49,42,41)
#1D1715
(29,23,21)
#000000
(0,0,0)

Tints of #E5D5DD

#E5D5DD
(229,213,221)
#E7D8E0
(231,216,224)
#E9DBE3
(233,219,227)
#EBDEE6
(235,222,230)
#EDE1E9
(237,225,233)
#EFE4EC
(239,228,236)
#F1E7EF
(241,231,239)
#F3EAF2
(243,234,242)
#F5EDF5
(245,237,245)
#F7F0F8
(247,240,248)
#F9F3FB
(249,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5D5DD color. Also use rgb(229,213,221) instead hex code.

Text Font Color

.myTextColor { color: #E5D5DD; }

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

This text font color is #E5D5DD.

Background Color

.myBgColor { background-color: #E5D5DD; }

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

This div background color is #E5D5DD.

Border color

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

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

This div border color is #E5D5DD.

Opacity

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

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

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

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

This text has shadow with #E5D5DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5D5DD.

Preview

Color preview on black background

This text has color #E5D5DD on black background.


Color preview on white background

This text has color #E5D5DD on white background.


Black color preview on #E5D5DD background

This text has black color on #E5D5DD background.


White color preview on #E5D5DD background

This text has white color on #E5D5DD background.


Related colors

Complementary color

Complementary color for #hex is #1A2A22.


I love getcolorcode.com

Triadic colors

1 #DDE5D5 and #D5DDE5 with #E5D5DD are triadic colors.

2 #DDD5E5 and #D5E5DD with #E5D5DD are triadic colors.