COLOR #E4DED6

HEX: #E4DED6
RGB: (228,222,214)

Color info

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

RGB color model

#E4DED6 color RGB value is (228,222,214).

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

RGB channels and saturation

R 228 of 255 = 89%
G 222 of 255 = 87%
B 214 of 255 = 84%

228
222
214

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

Portions of RGB colors in percentages

R + G + B =
228 + 222 + 214 = 664 (100%)
R 228 of 664 ~ 34.34%
G 222 of 664 ~ 33.43%
B 214 of 664 ~ 32.23%

%34.34
%33.43
%32.23

CMYK color model

#E4DED6 color CMYK value is (0,3,6,11).

  • cyan value is 0.00%
  • magenta value is 2.63%
  • yellow value is 6.14%
  • key color value is 10.59%
CMYK:
(0,3,6,11)
C0M3Y6K11 
(0%,3%,6%,11%)
(0.00/0.03/0.06/0.11)	

CMYK percentages

%0
%2.63
%6.14
%10.59

Codes

Color #E4DED6 in popluar color models

E4DED6
RGB228222214
HSL34°20.59%86.67%
HSB/HSV34°6.14%89.41%
CMYK0.00%2.63%6.14%
10.59%

Color #E4DED6 in popluar number systems.

HEXE4DED6
Decimal228222214
Binary111001001101111011010110
Octal344336326

Shades and tints

Shades of #E4DED6

#E4DED6
(228,222,214)
#D0CAC3
(208,202,195)
#BCB6B0
(188,182,176)
#A8A29D
(168,162,157)
#948E8A
(148,142,138)
#807A77
(128,122,119)
#6C6664
(108,102,100)
#585251
(88,82,81)
#443E3E
(68,62,62)
#302A2B
(48,42,43)
#1C1618
(28,22,24)
#000000
(0,0,0)

Tints of #E4DED6

#E4DED6
(228,222,214)
#E6E1D9
(230,225,217)
#E8E4DC
(232,228,220)
#EAE7DF
(234,231,223)
#ECEAE2
(236,234,226)
#EEEDE5
(238,237,229)
#F0F0E8
(240,240,232)
#F2F3EB
(242,243,235)
#F4F6EE
(244,246,238)
#F6F9F1
(246,249,241)
#F8FCF4
(248,252,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4DED6; }

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

This text font color is #E4DED6.


Background Color

.myBgColor { background-color: #E4DED6; }

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

This div background color is #E4DED6.


Border color

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

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

This div border color is #E4DED6.


Opacity

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

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

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

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

This text has shadow with #E4DED6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4DED6 on black background.


Color preview on white background

This text has color #E4DED6 on white background.



Black color preview on #E4DED6 background

This text has black color on #E4DED6 background.


White color preview on #E4DED6 background

This text has white color on #E4DED6 background.