COLOR #E0DDD2

HEX: #E0DDD2 RGB: (224,221,210)

Color info

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

RGB color model

#E0DDD2 color RGB value is (224,221,210).

RGB: (224,221,210) (88%, 87%, 82%)

RGB channels and saturation

R 224 of 255 = 88%
G 221 of 255 = 87%
B 210 of 255 = 82%

224
221
210

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

Portions of RGB colors in percentages

R + G + B = 224 + 221 + 210 = 655 (100%)
R 224 of 655 ~ 34.2%
G 221 of 655 ~ 33.74%
B 210 of 655 ~ 32.06'%

%34.2
%33.74
%32.06

CMYK color model

#E0DDD2 color CMYK value is (0,1,6,12).

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

CMYK: (0,1,6,12)
C0M1Y6K12 (0%, 1%, 6%, 12%)
(0.00 / 0.01 / 0.06 / 0.12)

CMYK percentages

%0
%1.34
%6.25
%12.16

Codes

Color #E0DDD2 in popluar color models

E0 DD D2
RGB 224 221 210
HSL 47° 18.42% 85.10%
HSB/HSV 47° 6.25% 87.84%
CMYK 0.00% 1.34% 6.25%
12.16%

Color #E0DDD2 in popluar number systems.

HEX E0 DD D2
Decimal 224 221 210
Binary 11100000 11011101 11010010
Octal 340 335 322

Shades and tints

Shades of #E0DDD2

#E0DDD2
(224,221,210)
#CCC9BF
(204,201,191)
#B8B5AC
(184,181,172)
#A4A199
(164,161,153)
#908D86
(144,141,134)
#7C7973
(124,121,115)
#686560
(104,101,96)
#54514D
(84,81,77)
#403D3A
(64,61,58)
#2C2927
(44,41,39)
#181514
(24,21,20)
#000000
(0,0,0)

Tints of #E0DDD2

#E0DDD2
(224,221,210)
#E2E0D6
(226,224,214)
#E4E3DA
(228,227,218)
#E6E6DE
(230,230,222)
#E8E9E2
(232,233,226)
#EAECE6
(234,236,230)
#ECEFEA
(236,239,234)
#EEF2EE
(238,242,238)
#F0F5F2
(240,245,242)
#F2F8F6
(242,248,246)
#F4FBFA
(244,251,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0DDD2; }

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

This text font color is #E0DDD2.

Background Color

.myBgColor { background-color: #E0DDD2; }

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

This div background color is #E0DDD2.

Border color

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

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

This div border color is #E0DDD2.

Opacity

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

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

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

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

This text has shadow with #E0DDD2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0DDD2.

Preview

Color preview on black background

This text has color #E0DDD2 on black background.


Color preview on white background

This text has color #E0DDD2 on white background.


Black color preview on #E0DDD2 background

This text has black color on #E0DDD2 background.


White color preview on #E0DDD2 background

This text has white color on #E0DDD2 background.


Related colors

Complementary color

Complementary color for #hex is #1F222D.


I love getcolorcode.com

Triadic colors

1 #D2E0DD and #DDD2E0 with #E0DDD2 are triadic colors.

2 #D2DDE0 and #DDE0D2 with #E0DDD2 are triadic colors.