COLOR #E0C2DC

HEX: #E0C2DC RGB: (224,194,220)

Color info

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

RGB color model

#E0C2DC color RGB value is (224,194,220).

RGB: (224,194,220) (88%, 76%, 86%)

RGB channels and saturation

R 224 of 255 = 88%
G 194 of 255 = 76%
B 220 of 255 = 86%

224
194
220

R + G + B ~ 83%. #E0C2DC is quite light color.

Portions of RGB colors in percentages

R + G + B = 224 + 194 + 220 = 638 (100%)
R 224 of 638 ~ 35.11%
G 194 of 638 ~ 30.41%
B 220 of 638 ~ 34.48'%

%35.11
%30.41
%34.48

CMYK color model

#E0C2DC color CMYK value is (0,13,2,12).

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

CMYK: (0,13,2,12)
C0M13Y2K12 (0%, 13%, 2%, 12%)
(0.00 / 0.13 / 0.02 / 0.12)

CMYK percentages

%0
%13.39
%1.79
%12.16

Codes

Color #E0C2DC in popluar color models

E0 C2 DC
RGB 224 194 220
HSL 308° 32.61% 81.96%
HSB/HSV 308° 13.39% 87.84%
CMYK 0.00% 13.39% 1.79%
12.16%

Color #E0C2DC in popluar number systems.

HEX E0 C2 DC
Decimal 224 194 220
Binary 11100000 11000010 11011100
Octal 340 302 334

Shades and tints

Shades of #E0C2DC

#E0C2DC
(224,194,220)
#CCB1C8
(204,177,200)
#B8A0B4
(184,160,180)
#A48FA0
(164,143,160)
#907E8C
(144,126,140)
#7C6D78
(124,109,120)
#685C64
(104,92,100)
#544B50
(84,75,80)
#403A3C
(64,58,60)
#2C2928
(44,41,40)
#181814
(24,24,20)
#000000
(0,0,0)

Tints of #E0C2DC

#E0C2DC
(224,194,220)
#E2C7DF
(226,199,223)
#E4CCE2
(228,204,226)
#E6D1E5
(230,209,229)
#E8D6E8
(232,214,232)
#EADBEB
(234,219,235)
#ECE0EE
(236,224,238)
#EEE5F1
(238,229,241)
#F0EAF4
(240,234,244)
#F2EFF7
(242,239,247)
#F4F4FA
(244,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0C2DC; }

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

This text font color is #E0C2DC.

Background Color

.myBgColor { background-color: #E0C2DC; }

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

This div background color is #E0C2DC.

Border color

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

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

This div border color is #E0C2DC.

Opacity

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

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

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

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

This text has shadow with #E0C2DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0C2DC.

Preview

Color preview on black background

This text has color #E0C2DC on black background.


Color preview on white background

This text has color #E0C2DC on white background.


Black color preview on #E0C2DC background

This text has black color on #E0C2DC background.


White color preview on #E0C2DC background

This text has white color on #E0C2DC background.


Related colors

Complementary color

Complementary color for #hex is #1F3D23.


I love getcolorcode.com

Triadic colors

1 #DCE0C2 and #C2DCE0 with #E0C2DC are triadic colors.

2 #DCC2E0 and #C2E0DC with #E0C2DC are triadic colors.