COLOR #E0D9EC

HEX: #E0D9EC
RGB: (224,217,236)

Color info

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

RGB color model

#E0D9EC color RGB value is (224,217,236).

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

RGB channels and saturation

R 224 of 255 = 88%
G 217 of 255 = 85%
B 236 of 255 = 93%

224
217
236

R + G + B ~ 89%. #E0D9EC is light color.

Portions of RGB colors in percentages

R + G + B =
224 + 217 + 236 = 677 (100%)
R 224 of 677 ~ 33.09%
G 217 of 677 ~ 32.05%
B 236 of 677 ~ 34.86%

%33.09
%32.05
%34.86

CMYK color model

#E0D9EC color CMYK value is (5,8,0,7).

  • cyan value is 5.08%
  • magenta value is 8.05%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(5,8,0,7)
C5M8Y0K7 
(5%,8%,0%,7%)
(0.05/0.08/0.00/0.07)	

CMYK percentages

%5.08
%8.05
%0
%7.45

Codes

Color #E0D9EC in popluar color models

E0D9EC
RGB224217236
HSL262°33.33%88.82%
HSB/HSV262°8.05%92.55%
CMYK5.08%8.05%0.00%
7.45%

Color #E0D9EC in popluar number systems.

HEXE0D9EC
Decimal224217236
Binary111000001101100111101100
Octal340331354

Shades and tints

Shades of #E0D9EC

#E0D9EC
(224,217,236)
#CCC6D7
(204,198,215)
#B8B3C2
(184,179,194)
#A4A0AD
(164,160,173)
#908D98
(144,141,152)
#7C7A83
(124,122,131)
#68676E
(104,103,110)
#545459
(84,84,89)
#404144
(64,65,68)
#2C2E2F
(44,46,47)
#181B1A
(24,27,26)
#000000
(0,0,0)

Tints of #E0D9EC

#E0D9EC
(224,217,236)
#E2DCED
(226,220,237)
#E4DFEE
(228,223,238)
#E6E2EF
(230,226,239)
#E8E5F0
(232,229,240)
#EAE8F1
(234,232,241)
#ECEBF2
(236,235,242)
#EEEEF3
(238,238,243)
#F0F1F4
(240,241,244)
#F2F4F5
(242,244,245)
#F4F7F6
(244,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0D9EC; }

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

This text font color is #E0D9EC.


Background Color

.myBgColor { background-color: #E0D9EC; }

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

This div background color is #E0D9EC.


Border color

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

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

This div border color is #E0D9EC.


Opacity

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

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

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

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

This text has shadow with #E0D9EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0D9EC on black background.


Color preview on white background

This text has color #E0D9EC on white background.



Black color preview on #E0D9EC background

This text has black color on #E0D9EC background.


White color preview on #E0D9EC background

This text has white color on #E0D9EC background.