COLOR #E4DED0

HEX: #E4DED0
RGB: (228,222,208)

Color info

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

RGB color model

#E4DED0 color RGB value is (228,222,208).

  • red value is 228;
  • green value is 222;
  • blue value is 208.
RGB:
(228,222,208)
(89%,87%,82%)

RGB channels and saturation

R 228 of 255 = 89%
G 222 of 255 = 87%
B 208 of 255 = 82%

228
222
208

R + G + B ~ 86%. #E4DED0 is light color.

Portions of RGB colors in percentages

R + G + B =
228 + 222 + 208 = 658 (100%)
R 228 of 658 ~ 34.65%
G 222 of 658 ~ 33.74%
B 208 of 658 ~ 31.61%

%34.65
%33.74
%31.61

CMYK color model

#E4DED0 color CMYK value is (0,3,9,11).

  • cyan value is 0.00%
  • magenta value is 2.63%
  • yellow value is 8.77%
  • key color value is 10.59%
CMYK:
(0,3,9,11)
C0M3Y9K11 
(0%,3%,9%,11%)
(0.00/0.03/0.09/0.11)	

CMYK percentages

%0
%2.63
%8.77
%10.59

Codes

Color #E4DED0 in popluar color models

E4DED0
RGB228222208
HSL42°27.03%85.49%
HSB/HSV42°8.77%89.41%
CMYK0.00%2.63%8.77%
10.59%

Color #E4DED0 in popluar number systems.

HEXE4DED0
Decimal228222208
Binary111001001101111011010000
Octal344336320

Shades and tints

Shades of #E4DED0

#E4DED0
(228,222,208)
#D0CABE
(208,202,190)
#BCB6AC
(188,182,172)
#A8A29A
(168,162,154)
#948E88
(148,142,136)
#807A76
(128,122,118)
#6C6664
(108,102,100)
#585252
(88,82,82)
#443E40
(68,62,64)
#302A2E
(48,42,46)
#1C161C
(28,22,28)
#000000
(0,0,0)

Tints of #E4DED0

#E4DED0
(228,222,208)
#E6E1D4
(230,225,212)
#E8E4D8
(232,228,216)
#EAE7DC
(234,231,220)
#ECEAE0
(236,234,224)
#EEEDE4
(238,237,228)
#F0F0E8
(240,240,232)
#F2F3EC
(242,243,236)
#F4F6F0
(244,246,240)
#F6F9F4
(246,249,244)
#F8FCF8
(248,252,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4DED0; }

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

This text font color is #E4DED0.


Background Color

.myBgColor { background-color: #E4DED0; }

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

This div background color is #E4DED0.


Border color

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

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

This div border color is #E4DED0.


Opacity

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

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

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

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

This text has shadow with #E4DED0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4DED0 on black background.


Color preview on white background

This text has color #E4DED0 on white background.



Black color preview on #E4DED0 background

This text has black color on #E4DED0 background.


White color preview on #E4DED0 background

This text has white color on #E4DED0 background.