COLOR #E0D6EC

HEX: #E0D6EC
RGB: (224,214,236)

Color info

#E0D6EC contains red, green and blue colors in about the same proportion. Web safe color of #E0D6EC is #CCCCFF (or #CCF).

RGB color model

#E0D6EC color RGB value is (224,214,236).

  • red value is 224;
  • green value is 214;
  • blue value is 236.
RGB:
(224,214,236)
(88%,84%,93%)

RGB channels and saturation

R 224 of 255 = 88%
G 214 of 255 = 84%
B 236 of 255 = 93%

224
214
236

R + G + B ~ 88%. #E0D6EC is light color.

Portions of RGB colors in percentages

R + G + B =
224 + 214 + 236 = 674 (100%)
R 224 of 674 ~ 33.23%
G 214 of 674 ~ 31.75%
B 236 of 674 ~ 35.01%

%33.23
%31.75
%35.01

CMYK color model

#E0D6EC color CMYK value is (5,9,0,7).

  • cyan value is 5.08%
  • magenta value is 9.32%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(5,9,0,7)
C5M9Y0K7 
(5%,9%,0%,7%)
(0.05/0.09/0.00/0.07)	

CMYK percentages

%5.08
%9.32
%0
%7.45

Codes

Color #E0D6EC in popluar color models

E0D6EC
RGB224214236
HSL267°36.67%88.24%
HSB/HSV267°9.32%92.55%
CMYK5.08%9.32%0.00%
7.45%

Color #E0D6EC in popluar number systems.

HEXE0D6EC
Decimal224214236
Binary111000001101011011101100
Octal340326354

Shades and tints

Shades of #E0D6EC

#E0D6EC
(224,214,236)
#CCC3D7
(204,195,215)
#B8B0C2
(184,176,194)
#A49DAD
(164,157,173)
#908A98
(144,138,152)
#7C7783
(124,119,131)
#68646E
(104,100,110)
#545159
(84,81,89)
#403E44
(64,62,68)
#2C2B2F
(44,43,47)
#18181A
(24,24,26)
#000000
(0,0,0)

Tints of #E0D6EC

#E0D6EC
(224,214,236)
#E2D9ED
(226,217,237)
#E4DCEE
(228,220,238)
#E6DFEF
(230,223,239)
#E8E2F0
(232,226,240)
#EAE5F1
(234,229,241)
#ECE8F2
(236,232,242)
#EEEBF3
(238,235,243)
#F0EEF4
(240,238,244)
#F2F1F5
(242,241,245)
#F4F4F6
(244,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0D6EC color. Also use rgb(224,214,236) instead hex code.

Text Font Color

.myTextColor { color: #E0D6EC; }

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

This text font color is #E0D6EC.


Background Color

.myBgColor { background-color: #E0D6EC; }

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

This div background color is #E0D6EC.


Border color

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

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

This div border color is #E0D6EC.


Opacity

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

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

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

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

This text has shadow with #E0D6EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0D6EC on black background.


Color preview on white background

This text has color #E0D6EC on white background.



Black color preview on #E0D6EC background

This text has black color on #E0D6EC background.


White color preview on #E0D6EC background

This text has white color on #E0D6EC background.