COLOR #E0D0EC

HEX: #E0D0EC
RGB: (224,208,236)

Color info

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

RGB color model

#E0D0EC color RGB value is (224,208,236).

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

RGB channels and saturation

R 224 of 255 = 88%
G 208 of 255 = 82%
B 236 of 255 = 93%

224
208
236

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

Portions of RGB colors in percentages

R + G + B =
224 + 208 + 236 = 668 (100%)
R 224 of 668 ~ 33.53%
G 208 of 668 ~ 31.14%
B 236 of 668 ~ 35.33%

%33.53
%31.14
%35.33

CMYK color model

#E0D0EC color CMYK value is (5,12,0,7).

  • cyan value is 5.08%
  • magenta value is 11.86%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(5,12,0,7)
C5M12Y0K7 
(5%,12%,0%,7%)
(0.05/0.12/0.00/0.07)	

CMYK percentages

%5.08
%11.86
%0
%7.45

Codes

Color #E0D0EC in popluar color models

E0D0EC
RGB224208236
HSL274°42.42%87.06%
HSB/HSV274°11.86%92.55%
CMYK5.08%11.86%0.00%
7.45%

Color #E0D0EC in popluar number systems.

HEXE0D0EC
Decimal224208236
Binary111000001101000011101100
Octal340320354

Shades and tints

Shades of #E0D0EC

#E0D0EC
(224,208,236)
#CCBED7
(204,190,215)
#B8ACC2
(184,172,194)
#A49AAD
(164,154,173)
#908898
(144,136,152)
#7C7683
(124,118,131)
#68646E
(104,100,110)
#545259
(84,82,89)
#404044
(64,64,68)
#2C2E2F
(44,46,47)
#181C1A
(24,28,26)
#000000
(0,0,0)

Tints of #E0D0EC

#E0D0EC
(224,208,236)
#E2D4ED
(226,212,237)
#E4D8EE
(228,216,238)
#E6DCEF
(230,220,239)
#E8E0F0
(232,224,240)
#EAE4F1
(234,228,241)
#ECE8F2
(236,232,242)
#EEECF3
(238,236,243)
#F0F0F4
(240,240,244)
#F2F4F5
(242,244,245)
#F4F8F6
(244,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0D0EC; }

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

This text font color is #E0D0EC.


Background Color

.myBgColor { background-color: #E0D0EC; }

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

This div background color is #E0D0EC.


Border color

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

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

This div border color is #E0D0EC.


Opacity

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

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

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

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

This text has shadow with #E0D0EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0D0EC on black background.


Color preview on white background

This text has color #E0D0EC on white background.



Black color preview on #E0D0EC background

This text has black color on #E0D0EC background.


White color preview on #E0D0EC background

This text has white color on #E0D0EC background.