COLOR #E5D6DD

HEX: #E5D6DD RGB: (229,214,221)

Color info

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

RGB color model

#E5D6DD color RGB value is (229,214,221).

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

RGB channels and saturation

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

229
214
221

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

Portions of RGB colors in percentages

R + G + B = 229 + 214 + 221 = 664 (100%)
R 229 of 664 ~ 34.49%
G 214 of 664 ~ 32.23%
B 221 of 664 ~ 33.28'%

%34.49
%32.23
%33.28

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 6.55%
  • 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.55
%3.49
%10.2

Codes

Color #E5D6DD in popluar color models

E5 D6 DD
RGB 229 214 221
HSL 332° 22.39% 86.86%
HSB/HSV 332° 6.55% 89.80%
CMYK 0.00% 6.55% 3.49%
10.20%

Color #E5D6DD in popluar number systems.

HEX E5 D6 DD
Decimal 229 214 221
Binary 11100101 11010110 11011101
Octal 345 326 335

Shades and tints

Shades of #E5D6DD

#E5D6DD
(229,214,221)
#D1C3C9
(209,195,201)
#BDB0B5
(189,176,181)
#A99DA1
(169,157,161)
#958A8D
(149,138,141)
#817779
(129,119,121)
#6D6465
(109,100,101)
#595151
(89,81,81)
#453E3D
(69,62,61)
#312B29
(49,43,41)
#1D1815
(29,24,21)
#000000
(0,0,0)

Tints of #E5D6DD

#E5D6DD
(229,214,221)
#E7D9E0
(231,217,224)
#E9DCE3
(233,220,227)
#EBDFE6
(235,223,230)
#EDE2E9
(237,226,233)
#EFE5EC
(239,229,236)
#F1E8EF
(241,232,239)
#F3EBF2
(243,235,242)
#F5EEF5
(245,238,245)
#F7F1F8
(247,241,248)
#F9F4FB
(249,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5D6DD; }

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

This text font color is #E5D6DD.

Background Color

.myBgColor { background-color: #E5D6DD; }

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

This div background color is #E5D6DD.

Border color

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

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

This div border color is #E5D6DD.

Opacity

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

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

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

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

This text has shadow with #E5D6DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5D6DD.

Preview

Color preview on black background

This text has color #E5D6DD on black background.


Color preview on white background

This text has color #E5D6DD on white background.


Black color preview on #E5D6DD background

This text has black color on #E5D6DD background.


White color preview on #E5D6DD background

This text has white color on #E5D6DD background.


Related colors

Complementary color

Complementary color for #hex is #1A2922.


I love getcolorcode.com

Triadic colors

1 #DDE5D6 and #D6DDE5 with #E5D6DD are triadic colors.

2 #DDD6E5 and #D6E5DD with #E5D6DD are triadic colors.