COLOR #E4DED9

HEX: #E4DED9 RGB: (228,222,217)

Color info

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

RGB color model

#E4DED9 color RGB value is (228,222,217).

RGB: (228,222,217) (89%, 87%, 85%)

RGB channels and saturation

R 228 of 255 = 89%
G 222 of 255 = 87%
B 217 of 255 = 85%

228
222
217

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

Portions of RGB colors in percentages

R + G + B = 228 + 222 + 217 = 667 (100%)
R 228 of 667 ~ 34.18%
G 222 of 667 ~ 33.28%
B 217 of 667 ~ 32.53'%

%34.18
%33.28
%32.53

CMYK color model

#E4DED9 color CMYK value is (0,3,5,11).

  • cyan value is 0.00%
  • magenta value is 2.63%
  • yellow value is 4.82%
  • key color value is 10.59%

CMYK: (0,3,5,11)
C0M3Y5K11 (0%, 3%, 5%, 11%)
(0.00 / 0.03 / 0.05 / 0.11)

CMYK percentages

%0
%2.63
%4.82
%10.59

Codes

Color #E4DED9 in popluar color models

E4 DE D9
RGB 228 222 217
HSL 27° 16.92% 87.25%
HSB/HSV 27° 4.82% 89.41%
CMYK 0.00% 2.63% 4.82%
10.59%

Color #E4DED9 in popluar number systems.

HEX E4 DE D9
Decimal 228 222 217
Binary 11100100 11011110 11011001
Octal 344 336 331

Shades and tints

Shades of #E4DED9

#E4DED9
(228,222,217)
#D0CAC6
(208,202,198)
#BCB6B3
(188,182,179)
#A8A2A0
(168,162,160)
#948E8D
(148,142,141)
#807A7A
(128,122,122)
#6C6667
(108,102,103)
#585254
(88,82,84)
#443E41
(68,62,65)
#302A2E
(48,42,46)
#1C161B
(28,22,27)
#000000
(0,0,0)

Tints of #E4DED9

#E4DED9
(228,222,217)
#E6E1DC
(230,225,220)
#E8E4DF
(232,228,223)
#EAE7E2
(234,231,226)
#ECEAE5
(236,234,229)
#EEEDE8
(238,237,232)
#F0F0EB
(240,240,235)
#F2F3EE
(242,243,238)
#F4F6F1
(244,246,241)
#F6F9F4
(246,249,244)
#F8FCF7
(248,252,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4DED9 color. Also use rgb(228,222,217) instead hex code.

Text Font Color

.myTextColor { color: #E4DED9; }

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

This text font color is #E4DED9.

Background Color

.myBgColor { background-color: #E4DED9; }

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

This div background color is #E4DED9.

Border color

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

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

This div border color is #E4DED9.

Opacity

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

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

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

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

This text has shadow with #E4DED9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E4DED9.

Preview

Color preview on black background

This text has color #E4DED9 on black background.


Color preview on white background

This text has color #E4DED9 on white background.


Black color preview on #E4DED9 background

This text has black color on #E4DED9 background.


White color preview on #E4DED9 background

This text has white color on #E4DED9 background.


Related colors

Complementary color

Complementary color for #hex is #1B2126.


I love getcolorcode.com

Triadic colors

1 #D9E4DE and #DED9E4 with #E4DED9 are triadic colors.

2 #D9DEE4 and #DEE4D9 with #E4DED9 are triadic colors.