COLOR #E0CCDA

HEX: #E0CCDA RGB: (224,204,218)

Color info

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

RGB color model

#E0CCDA color RGB value is (224,204,218).

RGB: (224,204,218) (88%, 80%, 85%)

RGB channels and saturation

R 224 of 255 = 88%
G 204 of 255 = 80%
B 218 of 255 = 85%

224
204
218

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

Portions of RGB colors in percentages

R + G + B = 224 + 204 + 218 = 646 (100%)
R 224 of 646 ~ 34.67%
G 204 of 646 ~ 31.58%
B 218 of 646 ~ 33.75'%

%34.67
%31.58
%33.75

CMYK color model

#E0CCDA color CMYK value is (0,9,3,12).

  • cyan value is 0.00%
  • magenta value is 8.93%
  • yellow value is 2.68%
  • key color value is 12.16%
CMYK: (0,9,3,12) C0M9Y3K12 (0%,9%,3%,12%) (0.00/0.09/0.03/0.12) 

CMYK percentages

%0
%8.93
%2.68
%12.16

Codes

Color #E0CCDA in popluar color models

E0 CC DA
RGB 224 204 218
HSL 318° 24.39% 83.92%
HSB/HSV 318° 8.93% 87.84%
CMYK 0.00% 8.93% 2.68%
12.16%

Color #E0CCDA in popluar number systems.

HEX E0 CC DA
Decimal 224 204 218
Binary 11100000 11001100 11011010
Octal 340 314 332

Shades and tints

Shades of #E0CCDA

#E0CCDA
(224,204,218)
#CCBAC7
(204,186,199)
#B8A8B4
(184,168,180)
#A496A1
(164,150,161)
#90848E
(144,132,142)
#7C727B
(124,114,123)
#686068
(104,96,104)
#544E55
(84,78,85)
#403C42
(64,60,66)
#2C2A2F
(44,42,47)
#18181C
(24,24,28)
#000000
(0,0,0)

Tints of #E0CCDA

#E0CCDA
(224,204,218)
#E2D0DD
(226,208,221)
#E4D4E0
(228,212,224)
#E6D8E3
(230,216,227)
#E8DCE6
(232,220,230)
#EAE0E9
(234,224,233)
#ECE4EC
(236,228,236)
#EEE8EF
(238,232,239)
#F0ECF2
(240,236,242)
#F2F0F5
(242,240,245)
#F4F4F8
(244,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0CCDA color. Also use rgb(224,204,218) instead hex code.

Text Font Color

.myTextColor { color: #E0CCDA; }

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

This text font color is #E0CCDA.

Background Color

.myBgColor { background-color: #E0CCDA; }

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

This div background color is #E0CCDA.

Border color

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

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

This div border color is #E0CCDA.

Opacity

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

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

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

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

This text has shadow with #E0CCDA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0CCDA.

Preview

Color preview on black background

This text has color #E0CCDA on black background.


Color preview on white background

This text has color #E0CCDA on white background.


Black color preview on #E0CCDA background

This text has black color on #E0CCDA background.


White color preview on #E0CCDA background

This text has white color on #E0CCDA background.


Related colors

Complementary color

Complementary color for #hex is #1F3325.


I love getcolorcode.com

Triadic colors

1 #DAE0CC and #CCDAE0 with #E0CCDA are triadic colors.

2 #DACCE0 and #CCE0DA with #E0CCDA are triadic colors.