COLOR #E0DDD7

HEX: #E0DDD7 RGB: (224,221,215)

Color info

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

RGB color model

#E0DDD7 color RGB value is (224,221,215).

RGB: (224,221,215) (88%, 87%, 84%)

RGB channels and saturation

R 224 of 255 = 88%
G 221 of 255 = 87%
B 215 of 255 = 84%

224
221
215

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

Portions of RGB colors in percentages

R + G + B = 224 + 221 + 215 = 660 (100%)
R 224 of 660 ~ 33.94%
G 221 of 660 ~ 33.48%
B 215 of 660 ~ 32.58'%

%33.94
%33.48
%32.58

CMYK color model

#E0DDD7 color CMYK value is (0,1,4,12).

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

CMYK: (0,1,4,12)
C0M1Y4K12 (0%, 1%, 4%, 12%)
(0.00 / 0.01 / 0.04 / 0.12)

CMYK percentages

%0
%1.34
%4.02
%12.16

Codes

Color #E0DDD7 in popluar color models

E0 DD D7
RGB 224 221 215
HSL 40° 12.68% 86.08%
HSB/HSV 40° 4.02% 87.84%
CMYK 0.00% 1.34% 4.02%
12.16%

Color #E0DDD7 in popluar number systems.

HEX E0 DD D7
Decimal 224 221 215
Binary 11100000 11011101 11010111
Octal 340 335 327

Shades and tints

Shades of #E0DDD7

#E0DDD7
(224,221,215)
#CCC9C4
(204,201,196)
#B8B5B1
(184,181,177)
#A4A19E
(164,161,158)
#908D8B
(144,141,139)
#7C7978
(124,121,120)
#686565
(104,101,101)
#545152
(84,81,82)
#403D3F
(64,61,63)
#2C292C
(44,41,44)
#181519
(24,21,25)
#000000
(0,0,0)

Tints of #E0DDD7

#E0DDD7
(224,221,215)
#E2E0DA
(226,224,218)
#E4E3DD
(228,227,221)
#E6E6E0
(230,230,224)
#E8E9E3
(232,233,227)
#EAECE6
(234,236,230)
#ECEFE9
(236,239,233)
#EEF2EC
(238,242,236)
#F0F5EF
(240,245,239)
#F2F8F2
(242,248,242)
#F4FBF5
(244,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0DDD7; }

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

This text font color is #E0DDD7.

Background Color

.myBgColor { background-color: #E0DDD7; }

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

This div background color is #E0DDD7.

Border color

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

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

This div border color is #E0DDD7.

Opacity

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

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

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

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

This text has shadow with #E0DDD7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0DDD7.

Preview

Color preview on black background

This text has color #E0DDD7 on black background.


Color preview on white background

This text has color #E0DDD7 on white background.


Black color preview on #E0DDD7 background

This text has black color on #E0DDD7 background.


White color preview on #E0DDD7 background

This text has white color on #E0DDD7 background.


Related colors

Complementary color

Complementary color for #hex is #1F2228.


I love getcolorcode.com

Triadic colors

1 #D7E0DD and #DDD7E0 with #E0DDD7 are triadic colors.

2 #D7DDE0 and #DDE0D7 with #E0DDD7 are triadic colors.