COLOR #E0DDD4

HEX: #E0DDD4 RGB: (224,221,212)

Color info

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

RGB color model

#E0DDD4 color RGB value is (224,221,212).

RGB: (224,221,212) (88%, 87%, 83%)

RGB channels and saturation

R 224 of 255 = 88%
G 221 of 255 = 87%
B 212 of 255 = 83%

224
221
212

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

Portions of RGB colors in percentages

R + G + B = 224 + 221 + 212 = 657 (100%)
R 224 of 657 ~ 34.09%
G 221 of 657 ~ 33.64%
B 212 of 657 ~ 32.27'%

%34.09
%33.64
%32.27

CMYK color model

#E0DDD4 color CMYK value is (0,1,5,12).

  • cyan value is 0.00%
  • magenta value is 1.34%
  • yellow value is 5.36%
  • key color value is 12.16%

CMYK: (0,1,5,12)
C0M1Y5K12 (0%, 1%, 5%, 12%)
(0.00 / 0.01 / 0.05 / 0.12)

CMYK percentages

%0
%1.34
%5.36
%12.16

Codes

Color #E0DDD4 in popluar color models

E0 DD D4
RGB 224 221 212
HSL 45° 16.22% 85.49%
HSB/HSV 45° 5.36% 87.84%
CMYK 0.00% 1.34% 5.36%
12.16%

Color #E0DDD4 in popluar number systems.

HEX E0 DD D4
Decimal 224 221 212
Binary 11100000 11011101 11010100
Octal 340 335 324

Shades and tints

Shades of #E0DDD4

#E0DDD4
(224,221,212)
#CCC9C1
(204,201,193)
#B8B5AE
(184,181,174)
#A4A19B
(164,161,155)
#908D88
(144,141,136)
#7C7975
(124,121,117)
#686562
(104,101,98)
#54514F
(84,81,79)
#403D3C
(64,61,60)
#2C2929
(44,41,41)
#181516
(24,21,22)
#000000
(0,0,0)

Tints of #E0DDD4

#E0DDD4
(224,221,212)
#E2E0D7
(226,224,215)
#E4E3DA
(228,227,218)
#E6E6DD
(230,230,221)
#E8E9E0
(232,233,224)
#EAECE3
(234,236,227)
#ECEFE6
(236,239,230)
#EEF2E9
(238,242,233)
#F0F5EC
(240,245,236)
#F2F8EF
(242,248,239)
#F4FBF2
(244,251,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0DDD4 color. Also use rgb(224,221,212) instead hex code.

Text Font Color

.myTextColor { color: #E0DDD4; }

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

This text font color is #E0DDD4.

Background Color

.myBgColor { background-color: #E0DDD4; }

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

This div background color is #E0DDD4.

Border color

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

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

This div border color is #E0DDD4.

Opacity

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

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

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

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

This text has shadow with #E0DDD4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0DDD4.

Preview

Color preview on black background

This text has color #E0DDD4 on black background.


Color preview on white background

This text has color #E0DDD4 on white background.


Black color preview on #E0DDD4 background

This text has black color on #E0DDD4 background.


White color preview on #E0DDD4 background

This text has white color on #E0DDD4 background.


Related colors

Complementary color

Complementary color for #hex is #1F222B.


I love getcolorcode.com

Triadic colors

1 #D4E0DD and #DDD4E0 with #E0DDD4 are triadic colors.

2 #D4DDE0 and #DDE0D4 with #E0DDD4 are triadic colors.