COLOR #E0D4DE

HEX: #E0D4DE RGB: (224,212,222)

Color info

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

RGB color model

#E0D4DE color RGB value is (224,212,222).

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

RGB channels and saturation

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

224
212
222

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

Portions of RGB colors in percentages

R + G + B = 224 + 212 + 222 = 658 (100%)
R 224 of 658 ~ 34.04%
G 212 of 658 ~ 32.22%
B 222 of 658 ~ 33.74'%

%34.04
%32.22
%33.74

CMYK color model

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

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

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

CMYK percentages

%0
%5.36
%0.89
%12.16

Codes

Color #E0D4DE in popluar color models

E0 D4 DE
RGB 224 212 222
HSL 310° 16.22% 85.49%
HSB/HSV 310° 5.36% 87.84%
CMYK 0.00% 5.36% 0.89%
12.16%

Color #E0D4DE in popluar number systems.

HEX E0 D4 DE
Decimal 224 212 222
Binary 11100000 11010100 11011110
Octal 340 324 336

Shades and tints

Shades of #E0D4DE

#E0D4DE
(224,212,222)
#CCC1CA
(204,193,202)
#B8AEB6
(184,174,182)
#A49BA2
(164,155,162)
#90888E
(144,136,142)
#7C757A
(124,117,122)
#686266
(104,98,102)
#544F52
(84,79,82)
#403C3E
(64,60,62)
#2C292A
(44,41,42)
#181616
(24,22,22)
#000000
(0,0,0)

Tints of #E0D4DE

#E0D4DE
(224,212,222)
#E2D7E1
(226,215,225)
#E4DAE4
(228,218,228)
#E6DDE7
(230,221,231)
#E8E0EA
(232,224,234)
#EAE3ED
(234,227,237)
#ECE6F0
(236,230,240)
#EEE9F3
(238,233,243)
#F0ECF6
(240,236,246)
#F2EFF9
(242,239,249)
#F4F2FC
(244,242,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0D4DE; }

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

This text font color is #E0D4DE.

Background Color

.myBgColor { background-color: #E0D4DE; }

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

This div background color is #E0D4DE.

Border color

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

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

This div border color is #E0D4DE.

Opacity

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

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

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

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

This text has shadow with #E0D4DE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0D4DE.

Preview

Color preview on black background

This text has color #E0D4DE on black background.


Color preview on white background

This text has color #E0D4DE on white background.


Black color preview on #E0D4DE background

This text has black color on #E0D4DE background.


White color preview on #E0D4DE background

This text has white color on #E0D4DE background.


Related colors

Complementary color

Complementary color for #hex is #1F2B21.


I love getcolorcode.com

Triadic colors

1 #DEE0D4 and #D4DEE0 with #E0D4DE are triadic colors.

2 #DED4E0 and #D4E0DE with #E0D4DE are triadic colors.