COLOR #E5DED4

HEX: #E5DED4 RGB: (229,222,212)

Color info

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

RGB color model

#E5DED4 color RGB value is (229,222,212).

RGB: (229,222,212) (90%, 87%, 83%)

RGB channels and saturation

R 229 of 255 = 90%
G 222 of 255 = 87%
B 212 of 255 = 83%

229
222
212

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

Portions of RGB colors in percentages

R + G + B = 229 + 222 + 212 = 663 (100%)
R 229 of 663 ~ 34.54%
G 222 of 663 ~ 33.48%
B 212 of 663 ~ 31.98'%

%34.54
%33.48
%31.98

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.06%
  • yellow value is 7.42%
  • 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.06
%7.42
%10.2

Codes

Color #E5DED4 in popluar color models

E5 DE D4
RGB 229 222 212
HSL 35° 24.64% 86.47%
HSB/HSV 35° 7.42% 89.80%
CMYK 0.00% 3.06% 7.42%
10.20%

Color #E5DED4 in popluar number systems.

HEX E5 DE D4
Decimal 229 222 212
Binary 11100101 11011110 11010100
Octal 345 336 324

Shades and tints

Shades of #E5DED4

#E5DED4
(229,222,212)
#D1CAC1
(209,202,193)
#BDB6AE
(189,182,174)
#A9A29B
(169,162,155)
#958E88
(149,142,136)
#817A75
(129,122,117)
#6D6662
(109,102,98)
#59524F
(89,82,79)
#453E3C
(69,62,60)
#312A29
(49,42,41)
#1D1616
(29,22,22)
#000000
(0,0,0)

Tints of #E5DED4

#E5DED4
(229,222,212)
#E7E1D7
(231,225,215)
#E9E4DA
(233,228,218)
#EBE7DD
(235,231,221)
#EDEAE0
(237,234,224)
#EFEDE3
(239,237,227)
#F1F0E6
(241,240,230)
#F3F3E9
(243,243,233)
#F5F6EC
(245,246,236)
#F7F9EF
(247,249,239)
#F9FCF2
(249,252,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5DED4 color. Also use rgb(229,222,212) instead hex code.

Text Font Color

.myTextColor { color: #E5DED4; }

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

This text font color is #E5DED4.

Background Color

.myBgColor { background-color: #E5DED4; }

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

This div background color is #E5DED4.

Border color

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

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

This div border color is #E5DED4.

Opacity

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

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

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

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

This text has shadow with #E5DED4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5DED4.

Preview

Color preview on black background

This text has color #E5DED4 on black background.


Color preview on white background

This text has color #E5DED4 on white background.


Black color preview on #E5DED4 background

This text has black color on #E5DED4 background.


White color preview on #E5DED4 background

This text has white color on #E5DED4 background.


Related colors

Complementary color

Complementary color for #hex is #1A212B.


I love getcolorcode.com

Triadic colors

1 #D4E5DE and #DED4E5 with #E5DED4 are triadic colors.

2 #D4DEE5 and #DEE5D4 with #E5DED4 are triadic colors.