COLOR #E0C8DC

HEX: #E0C8DC RGB: (224,200,220)

Color info

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

RGB color model

#E0C8DC color RGB value is (224,200,220).

RGB: (224,200,220) (88%, 78%, 86%)

RGB channels and saturation

R 224 of 255 = 88%
G 200 of 255 = 78%
B 220 of 255 = 86%

224
200
220

R + G + B ~ 84%. #E0C8DC is quite light color.

Portions of RGB colors in percentages

R + G + B = 224 + 200 + 220 = 644 (100%)
R 224 of 644 ~ 34.78%
G 200 of 644 ~ 31.06%
B 220 of 644 ~ 34.16'%

%34.78
%31.06
%34.16

CMYK color model

#E0C8DC color CMYK value is (0,11,2,12).

  • cyan value is 0.00%
  • magenta value is 10.71%
  • yellow value is 1.79%
  • key color value is 12.16%
CMYK: (0,11,2,12) C0M11Y2K12 (0%,11%,2%,12%) (0.00/0.11/0.02/0.12) 

CMYK percentages

%0
%10.71
%1.79
%12.16

Codes

Color #E0C8DC in popluar color models

E0 C8 DC
RGB 224 200 220
HSL 310° 27.91% 83.14%
HSB/HSV 310° 10.71% 87.84%
CMYK 0.00% 10.71% 1.79%
12.16%

Color #E0C8DC in popluar number systems.

HEX E0 C8 DC
Decimal 224 200 220
Binary 11100000 11001000 11011100
Octal 340 310 334

Shades and tints

Shades of #E0C8DC

#E0C8DC
(224,200,220)
#CCB6C8
(204,182,200)
#B8A4B4
(184,164,180)
#A492A0
(164,146,160)
#90808C
(144,128,140)
#7C6E78
(124,110,120)
#685C64
(104,92,100)
#544A50
(84,74,80)
#40383C
(64,56,60)
#2C2628
(44,38,40)
#181414
(24,20,20)
#000000
(0,0,0)

Tints of #E0C8DC

#E0C8DC
(224,200,220)
#E2CDDF
(226,205,223)
#E4D2E2
(228,210,226)
#E6D7E5
(230,215,229)
#E8DCE8
(232,220,232)
#EAE1EB
(234,225,235)
#ECE6EE
(236,230,238)
#EEEBF1
(238,235,241)
#F0F0F4
(240,240,244)
#F2F5F7
(242,245,247)
#F4FAFA
(244,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0C8DC; }

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

This text font color is #E0C8DC.

Background Color

.myBgColor { background-color: #E0C8DC; }

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

This div background color is #E0C8DC.

Border color

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

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

This div border color is #E0C8DC.

Opacity

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

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

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

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

This text has shadow with #E0C8DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0C8DC.

Preview

Color preview on black background

This text has color #E0C8DC on black background.


Color preview on white background

This text has color #E0C8DC on white background.


Black color preview on #E0C8DC background

This text has black color on #E0C8DC background.


White color preview on #E0C8DC background

This text has white color on #E0C8DC background.


Related colors

Complementary color

Complementary color for #hex is #1F3723.


I love getcolorcode.com

Triadic colors

1 #DCE0C8 and #C8DCE0 with #E0C8DC are triadic colors.

2 #DCC8E0 and #C8E0DC with #E0C8DC are triadic colors.