COLOR #E0CCDC

HEX: #E0CCDC
RGB: (224,204,220)

Color info

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

RGB color model

#E0CCDC color RGB value is (224,204,220).

  • red value is 224;
  • green value is 204;
  • blue value is 220.
RGB:
(224,204,220)
(88%,80%,86%)

RGB channels and saturation

R 224 of 255 = 88%
G 204 of 255 = 80%
B 220 of 255 = 86%

224
204
220

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

Portions of RGB colors in percentages

R + G + B =
224 + 204 + 220 = 648 (100%)
R 224 of 648 ~ 34.57%
G 204 of 648 ~ 31.48%
B 220 of 648 ~ 33.95%

%34.57
%31.48
%33.95

CMYK color model

#E0CCDC color CMYK value is (0,9,2,12).

  • cyan value is 0.00%
  • magenta value is 8.93%
  • yellow value is 1.79%
  • key color value is 12.16%
CMYK:
(0,9,2,12)
C0M9Y2K12 
(0%,9%,2%,12%)
(0.00/0.09/0.02/0.12)	

CMYK percentages

%0
%8.93
%1.79
%12.16

Codes

Color #E0CCDC in popluar color models

E0CCDC
RGB224204220
HSL312°24.39%83.92%
HSB/HSV312°8.93%87.84%
CMYK0.00%8.93%1.79%
12.16%

Color #E0CCDC in popluar number systems.

HEXE0CCDC
Decimal224204220
Binary111000001100110011011100
Octal340314334

Shades and tints

Shades of #E0CCDC

#E0CCDC
(224,204,220)
#CCBAC8
(204,186,200)
#B8A8B4
(184,168,180)
#A496A0
(164,150,160)
#90848C
(144,132,140)
#7C7278
(124,114,120)
#686064
(104,96,100)
#544E50
(84,78,80)
#403C3C
(64,60,60)
#2C2A28
(44,42,40)
#181814
(24,24,20)
#000000
(0,0,0)

Tints of #E0CCDC

#E0CCDC
(224,204,220)
#E2D0DF
(226,208,223)
#E4D4E2
(228,212,226)
#E6D8E5
(230,216,229)
#E8DCE8
(232,220,232)
#EAE0EB
(234,224,235)
#ECE4EE
(236,228,238)
#EEE8F1
(238,232,241)
#F0ECF4
(240,236,244)
#F2F0F7
(242,240,247)
#F4F4FA
(244,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0CCDC; }

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

This text font color is #E0CCDC.


Background Color

.myBgColor { background-color: #E0CCDC; }

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

This div background color is #E0CCDC.


Border color

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

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

This div border color is #E0CCDC.


Opacity

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

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

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

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

This text has shadow with #E0CCDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0CCDC on black background.


Color preview on white background

This text has color #E0CCDC on white background.



Black color preview on #E0CCDC background

This text has black color on #E0CCDC background.


White color preview on #E0CCDC background

This text has white color on #E0CCDC background.