COLOR #E0DDD9

HEX: #E0DDD9 RGB: (224,221,217)

Color info

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

RGB color model

#E0DDD9 color RGB value is (224,221,217).

RGB: (224,221,217) (88%, 87%, 85%)

RGB channels and saturation

R 224 of 255 = 88%
G 221 of 255 = 87%
B 217 of 255 = 85%

224
221
217

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

Portions of RGB colors in percentages

R + G + B = 224 + 221 + 217 = 662 (100%)
R 224 of 662 ~ 33.84%
G 221 of 662 ~ 33.38%
B 217 of 662 ~ 32.78'%

%33.84
%33.38
%32.78

CMYK color model

#E0DDD9 color CMYK value is (0,1,3,12).

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

CMYK: (0,1,3,12)
C0M1Y3K12 (0%, 1%, 3%, 12%)
(0.00 / 0.01 / 0.03 / 0.12)

CMYK percentages

%0
%1.34
%3.13
%12.16

Codes

Color #E0DDD9 in popluar color models

E0 DD D9
RGB 224 221 217
HSL 34° 10.14% 86.47%
HSB/HSV 34° 3.13% 87.84%
CMYK 0.00% 1.34% 3.13%
12.16%

Color #E0DDD9 in popluar number systems.

HEX E0 DD D9
Decimal 224 221 217
Binary 11100000 11011101 11011001
Octal 340 335 331

Shades and tints

Shades of #E0DDD9

#E0DDD9
(224,221,217)
#CCC9C6
(204,201,198)
#B8B5B3
(184,181,179)
#A4A1A0
(164,161,160)
#908D8D
(144,141,141)
#7C797A
(124,121,122)
#686567
(104,101,103)
#545154
(84,81,84)
#403D41
(64,61,65)
#2C292E
(44,41,46)
#18151B
(24,21,27)
#000000
(0,0,0)

Tints of #E0DDD9

#E0DDD9
(224,221,217)
#E2E0DC
(226,224,220)
#E4E3DF
(228,227,223)
#E6E6E2
(230,230,226)
#E8E9E5
(232,233,229)
#EAECE8
(234,236,232)
#ECEFEB
(236,239,235)
#EEF2EE
(238,242,238)
#F0F5F1
(240,245,241)
#F2F8F4
(242,248,244)
#F4FBF7
(244,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0DDD9; }

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

This text font color is #E0DDD9.

Background Color

.myBgColor { background-color: #E0DDD9; }

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

This div background color is #E0DDD9.

Border color

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

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

This div border color is #E0DDD9.

Opacity

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

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

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

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

This text has shadow with #E0DDD9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0DDD9.

Preview

Color preview on black background

This text has color #E0DDD9 on black background.


Color preview on white background

This text has color #E0DDD9 on white background.


Black color preview on #E0DDD9 background

This text has black color on #E0DDD9 background.


White color preview on #E0DDD9 background

This text has white color on #E0DDD9 background.


Related colors

Complementary color

Complementary color for #hex is #1F2226.


I love getcolorcode.com

Triadic colors

1 #D9E0DD and #DDD9E0 with #E0DDD9 are triadic colors.

2 #D9DDE0 and #DDE0D9 with #E0DDD9 are triadic colors.