COLOR #E5DDD9

HEX: #E5DDD9 RGB: (229,221,217)

Color info

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

RGB color model

#E5DDD9 color RGB value is (229,221,217).

RGB: (229,221,217) (90%, 87%, 85%)

RGB channels and saturation

R 229 of 255 = 90%
G 221 of 255 = 87%
B 217 of 255 = 85%

229
221
217

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

Portions of RGB colors in percentages

R + G + B = 229 + 221 + 217 = 667 (100%)
R 229 of 667 ~ 34.33%
G 221 of 667 ~ 33.13%
B 217 of 667 ~ 32.53'%

%34.33
%33.13
%32.53

CMYK color model

#E5DDD9 color CMYK value is (0,3,5,10).

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

CMYK: (0,3,5,10)
C0M3Y5K10 (0%, 3%, 5%, 10%)
(0.00 / 0.03 / 0.05 / 0.10)

CMYK percentages

%0
%3.49
%5.24
%10.2

Codes

Color #E5DDD9 in popluar color models

E5 DD D9
RGB 229 221 217
HSL 20° 18.75% 87.45%
HSB/HSV 20° 5.24% 89.80%
CMYK 0.00% 3.49% 5.24%
10.20%

Color #E5DDD9 in popluar number systems.

HEX E5 DD D9
Decimal 229 221 217
Binary 11100101 11011101 11011001
Octal 345 335 331

Shades and tints

Shades of #E5DDD9

#E5DDD9
(229,221,217)
#D1C9C6
(209,201,198)
#BDB5B3
(189,181,179)
#A9A1A0
(169,161,160)
#958D8D
(149,141,141)
#81797A
(129,121,122)
#6D6567
(109,101,103)
#595154
(89,81,84)
#453D41
(69,61,65)
#31292E
(49,41,46)
#1D151B
(29,21,27)
#000000
(0,0,0)

Tints of #E5DDD9

#E5DDD9
(229,221,217)
#E7E0DC
(231,224,220)
#E9E3DF
(233,227,223)
#EBE6E2
(235,230,226)
#EDE9E5
(237,233,229)
#EFECE8
(239,236,232)
#F1EFEB
(241,239,235)
#F3F2EE
(243,242,238)
#F5F5F1
(245,245,241)
#F7F8F4
(247,248,244)
#F9FBF7
(249,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5DDD9; }

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

This text font color is #E5DDD9.

Background Color

.myBgColor { background-color: #E5DDD9; }

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

This div background color is #E5DDD9.

Border color

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

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

This div border color is #E5DDD9.

Opacity

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

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

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

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

This text has shadow with #E5DDD9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5DDD9.

Preview

Color preview on black background

This text has color #E5DDD9 on black background.


Color preview on white background

This text has color #E5DDD9 on white background.


Black color preview on #E5DDD9 background

This text has black color on #E5DDD9 background.


White color preview on #E5DDD9 background

This text has white color on #E5DDD9 background.


Related colors

Complementary color

Complementary color for #hex is #1A2226.


I love getcolorcode.com

Triadic colors

1 #D9E5DD and #DDD9E5 with #E5DDD9 are triadic colors.

2 #D9DDE5 and #DDE5D9 with #E5DDD9 are triadic colors.