COLOR #E0D0DC

HEX: #E0D0DC RGB: (224,208,220)

Color info

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

RGB color model

#E0D0DC color RGB value is (224,208,220).

RGB: (224,208,220) (88%, 82%, 86%)

RGB channels and saturation

R 224 of 255 = 88%
G 208 of 255 = 82%
B 220 of 255 = 86%

224
208
220

R + G + B ~ 85%. #E0D0DC is quite light color.

Portions of RGB colors in percentages

R + G + B = 224 + 208 + 220 = 652 (100%)
R 224 of 652 ~ 34.36%
G 208 of 652 ~ 31.9%
B 220 of 652 ~ 33.74'%

%34.36
%31.9
%33.74

CMYK color model

#E0D0DC color CMYK value is (0,7,2,12).

  • cyan value is 0.00%
  • magenta value is 7.14%
  • yellow value is 1.79%
  • key color value is 12.16%
CMYK: (0,7,2,12) C0M7Y2K12 (0%,7%,2%,12%) (0.00/0.07/0.02/0.12) 

CMYK percentages

%0
%7.14
%1.79
%12.16

Codes

Color #E0D0DC in popluar color models

E0 D0 DC
RGB 224 208 220
HSL 315° 20.51% 84.71%
HSB/HSV 315° 7.14% 87.84%
CMYK 0.00% 7.14% 1.79%
12.16%

Color #E0D0DC in popluar number systems.

HEX E0 D0 DC
Decimal 224 208 220
Binary 11100000 11010000 11011100
Octal 340 320 334

Shades and tints

Shades of #E0D0DC

#E0D0DC
(224,208,220)
#CCBEC8
(204,190,200)
#B8ACB4
(184,172,180)
#A49AA0
(164,154,160)
#90888C
(144,136,140)
#7C7678
(124,118,120)
#686464
(104,100,100)
#545250
(84,82,80)
#40403C
(64,64,60)
#2C2E28
(44,46,40)
#181C14
(24,28,20)
#000000
(0,0,0)

Tints of #E0D0DC

#E0D0DC
(224,208,220)
#E2D4DF
(226,212,223)
#E4D8E2
(228,216,226)
#E6DCE5
(230,220,229)
#E8E0E8
(232,224,232)
#EAE4EB
(234,228,235)
#ECE8EE
(236,232,238)
#EEECF1
(238,236,241)
#F0F0F4
(240,240,244)
#F2F4F7
(242,244,247)
#F4F8FA
(244,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0D0DC; }

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

This text font color is #E0D0DC.

Background Color

.myBgColor { background-color: #E0D0DC; }

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

This div background color is #E0D0DC.

Border color

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

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

This div border color is #E0D0DC.

Opacity

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

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

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

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

This text has shadow with #E0D0DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0D0DC.

Preview

Color preview on black background

This text has color #E0D0DC on black background.


Color preview on white background

This text has color #E0D0DC on white background.


Black color preview on #E0D0DC background

This text has black color on #E0D0DC background.


White color preview on #E0D0DC background

This text has white color on #E0D0DC background.


Related colors

Complementary color

Complementary color for #hex is #1F2F23.


I love getcolorcode.com

Triadic colors

1 #DCE0D0 and #D0DCE0 with #E0D0DC are triadic colors.

2 #DCD0E0 and #D0E0DC with #E0D0DC are triadic colors.