COLOR #E0D4DC

HEX: #E0D4DC RGB: (224,212,220)

Color info

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

RGB color model

#E0D4DC color RGB value is (224,212,220).

RGB: (224,212,220) (88%, 83%, 86%)

RGB channels and saturation

R 224 of 255 = 88%
G 212 of 255 = 83%
B 220 of 255 = 86%

224
212
220

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

Portions of RGB colors in percentages

R + G + B = 224 + 212 + 220 = 656 (100%)
R 224 of 656 ~ 34.15%
G 212 of 656 ~ 32.32%
B 220 of 656 ~ 33.54'%

%34.15
%32.32
%33.54

CMYK color model

#E0D4DC color CMYK value is (0,5,2,12).

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

CMYK: (0,5,2,12)
C0M5Y2K12 (0%, 5%, 2%, 12%)
(0.00 / 0.05 / 0.02 / 0.12)

CMYK percentages

%0
%5.36
%1.79
%12.16

Codes

Color #E0D4DC in popluar color models

E0 D4 DC
RGB 224 212 220
HSL 320° 16.22% 85.49%
HSB/HSV 320° 5.36% 87.84%
CMYK 0.00% 5.36% 1.79%
12.16%

Color #E0D4DC in popluar number systems.

HEX E0 D4 DC
Decimal 224 212 220
Binary 11100000 11010100 11011100
Octal 340 324 334

Shades and tints

Shades of #E0D4DC

#E0D4DC
(224,212,220)
#CCC1C8
(204,193,200)
#B8AEB4
(184,174,180)
#A49BA0
(164,155,160)
#90888C
(144,136,140)
#7C7578
(124,117,120)
#686264
(104,98,100)
#544F50
(84,79,80)
#403C3C
(64,60,60)
#2C2928
(44,41,40)
#181614
(24,22,20)
#000000
(0,0,0)

Tints of #E0D4DC

#E0D4DC
(224,212,220)
#E2D7DF
(226,215,223)
#E4DAE2
(228,218,226)
#E6DDE5
(230,221,229)
#E8E0E8
(232,224,232)
#EAE3EB
(234,227,235)
#ECE6EE
(236,230,238)
#EEE9F1
(238,233,241)
#F0ECF4
(240,236,244)
#F2EFF7
(242,239,247)
#F4F2FA
(244,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0D4DC; }

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

This text font color is #E0D4DC.

Background Color

.myBgColor { background-color: #E0D4DC; }

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

This div background color is #E0D4DC.

Border color

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

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

This div border color is #E0D4DC.

Opacity

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

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

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

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

This text has shadow with #E0D4DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0D4DC.

Preview

Color preview on black background

This text has color #E0D4DC on black background.


Color preview on white background

This text has color #E0D4DC on white background.


Black color preview on #E0D4DC background

This text has black color on #E0D4DC background.


White color preview on #E0D4DC background

This text has white color on #E0D4DC background.


Related colors

Complementary color

Complementary color for #hex is #1F2B23.


I love getcolorcode.com

Triadic colors

1 #DCE0D4 and #D4DCE0 with #E0D4DC are triadic colors.

2 #DCD4E0 and #D4E0DC with #E0D4DC are triadic colors.