COLOR #E4DEDA

HEX: #E4DEDA RGB: (228,222,218)

Color info

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

RGB color model

#E4DEDA color RGB value is (228,222,218).

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

RGB channels and saturation

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

228
222
218

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

Portions of RGB colors in percentages

R + G + B = 228 + 222 + 218 = 668 (100%)
R 228 of 668 ~ 34.13%
G 222 of 668 ~ 33.23%
B 218 of 668 ~ 32.63'%

%34.13
%33.23
%32.63

CMYK color model

#E4DEDA color CMYK value is (0,3,4,11).

  • cyan value is 0.00%
  • magenta value is 2.63%
  • yellow value is 4.39%
  • key color value is 10.59%
CMYK: (0,3,4,11) C0M3Y4K11 (0%,3%,4%,11%) (0.00/0.03/0.04/0.11) 

CMYK percentages

%0
%2.63
%4.39
%10.59

Codes

Color #E4DEDA in popluar color models

E4 DE DA
RGB 228 222 218
HSL 24° 15.63% 87.45%
HSB/HSV 24° 4.39% 89.41%
CMYK 0.00% 2.63% 4.39%
10.59%

Color #E4DEDA in popluar number systems.

HEX E4 DE DA
Decimal 228 222 218
Binary 11100100 11011110 11011010
Octal 344 336 332

Shades and tints

Shades of #E4DEDA

#E4DEDA
(228,222,218)
#D0CAC7
(208,202,199)
#BCB6B4
(188,182,180)
#A8A2A1
(168,162,161)
#948E8E
(148,142,142)
#807A7B
(128,122,123)
#6C6668
(108,102,104)
#585255
(88,82,85)
#443E42
(68,62,66)
#302A2F
(48,42,47)
#1C161C
(28,22,28)
#000000
(0,0,0)

Tints of #E4DEDA

#E4DEDA
(228,222,218)
#E6E1DD
(230,225,221)
#E8E4E0
(232,228,224)
#EAE7E3
(234,231,227)
#ECEAE6
(236,234,230)
#EEEDE9
(238,237,233)
#F0F0EC
(240,240,236)
#F2F3EF
(242,243,239)
#F4F6F2
(244,246,242)
#F6F9F5
(246,249,245)
#F8FCF8
(248,252,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4DEDA; }

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

This text font color is #E4DEDA.

Background Color

.myBgColor { background-color: #E4DEDA; }

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

This div background color is #E4DEDA.

Border color

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

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

This div border color is #E4DEDA.

Opacity

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

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

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

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

This text has shadow with #E4DEDA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E4DEDA.

Preview

Color preview on black background

This text has color #E4DEDA on black background.


Color preview on white background

This text has color #E4DEDA on white background.


Black color preview on #E4DEDA background

This text has black color on #E4DEDA background.


White color preview on #E4DEDA background

This text has white color on #E4DEDA background.


Related colors

Complementary color

Complementary color for #hex is #1B2125.


I love getcolorcode.com

Triadic colors

1 #DAE4DE and #DEDAE4 with #E4DEDA are triadic colors.

2 #DADEE4 and #DEE4DA with #E4DEDA are triadic colors.