COLOR #E4DDDA

HEX: #E4DDDA RGB: (228,221,218)

Color info

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

RGB color model

#E4DDDA color RGB value is (228,221,218).

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

RGB channels and saturation

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

228
221
218

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

Portions of RGB colors in percentages

R + G + B = 228 + 221 + 218 = 667 (100%)
R 228 of 667 ~ 34.18%
G 221 of 667 ~ 33.13%
B 218 of 667 ~ 32.68'%

%34.18
%33.13
%32.68

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.07%
  • 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
%3.07
%4.39
%10.59

Codes

Color #E4DDDA in popluar color models

E4 DD DA
RGB 228 221 218
HSL 18° 15.63% 87.45%
HSB/HSV 18° 4.39% 89.41%
CMYK 0.00% 3.07% 4.39%
10.59%

Color #E4DDDA in popluar number systems.

HEX E4 DD DA
Decimal 228 221 218
Binary 11100100 11011101 11011010
Octal 344 335 332

Shades and tints

Shades of #E4DDDA

#E4DDDA
(228,221,218)
#D0C9C7
(208,201,199)
#BCB5B4
(188,181,180)
#A8A1A1
(168,161,161)
#948D8E
(148,141,142)
#80797B
(128,121,123)
#6C6568
(108,101,104)
#585155
(88,81,85)
#443D42
(68,61,66)
#30292F
(48,41,47)
#1C151C
(28,21,28)
#000000
(0,0,0)

Tints of #E4DDDA

#E4DDDA
(228,221,218)
#E6E0DD
(230,224,221)
#E8E3E0
(232,227,224)
#EAE6E3
(234,230,227)
#ECE9E6
(236,233,230)
#EEECE9
(238,236,233)
#F0EFEC
(240,239,236)
#F2F2EF
(242,242,239)
#F4F5F2
(244,245,242)
#F6F8F5
(246,248,245)
#F8FBF8
(248,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4DDDA; }

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

This text font color is #E4DDDA.

Background Color

.myBgColor { background-color: #E4DDDA; }

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

This div background color is #E4DDDA.

Border color

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

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

This div border color is #E4DDDA.

Opacity

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

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

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

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

This text has shadow with #E4DDDA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E4DDDA.

Preview

Color preview on black background

This text has color #E4DDDA on black background.


Color preview on white background

This text has color #E4DDDA on white background.


Black color preview on #E4DDDA background

This text has black color on #E4DDDA background.


White color preview on #E4DDDA background

This text has white color on #E4DDDA background.


Related colors

Complementary color

Complementary color for #hex is #1B2225.


I love getcolorcode.com

Triadic colors

1 #DAE4DD and #DDDAE4 with #E4DDDA are triadic colors.

2 #DADDE4 and #DDE4DA with #E4DDDA are triadic colors.