COLOR #E5DDD5

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

229
221
213

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

Portions of RGB colors in percentages

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

%34.54
%33.33
%32.13

CMYK color model

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

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

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

CMYK percentages

%0
%3.49
%6.99
%10.2

Codes

Color #E5DDD5 in popluar color models

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

Color #E5DDD5 in popluar number systems.

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

Shades and tints

Shades of #E5DDD5

#E5DDD5
(229,221,213)
#D1C9C2
(209,201,194)
#BDB5AF
(189,181,175)
#A9A19C
(169,161,156)
#958D89
(149,141,137)
#817976
(129,121,118)
#6D6563
(109,101,99)
#595150
(89,81,80)
#453D3D
(69,61,61)
#31292A
(49,41,42)
#1D1517
(29,21,23)
#000000
(0,0,0)

Tints of #E5DDD5

#E5DDD5
(229,221,213)
#E7E0D8
(231,224,216)
#E9E3DB
(233,227,219)
#EBE6DE
(235,230,222)
#EDE9E1
(237,233,225)
#EFECE4
(239,236,228)
#F1EFE7
(241,239,231)
#F3F2EA
(243,242,234)
#F5F5ED
(245,245,237)
#F7F8F0
(247,248,240)
#F9FBF3
(249,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5DDD5; }

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

This text font color is #E5DDD5.

Background Color

.myBgColor { background-color: #E5DDD5; }

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

This div background color is #E5DDD5.

Border color

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

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

This div border color is #E5DDD5.

Opacity

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

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

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

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

This text has shadow with #E5DDD5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5DDD5.

Preview

Color preview on black background

This text has color #E5DDD5 on black background.


Color preview on white background

This text has color #E5DDD5 on white background.


Black color preview on #E5DDD5 background

This text has black color on #E5DDD5 background.


White color preview on #E5DDD5 background

This text has white color on #E5DDD5 background.


Related colors

Complementary color

Complementary color for #hex is #1A222A.


I love getcolorcode.com

Triadic colors

1 #D5E5DD and #DDD5E5 with #E5DDD5 are triadic colors.

2 #D5DDE5 and #DDE5D5 with #E5DDD5 are triadic colors.