COLOR #E0D5EC

HEX: #E0D5EC
RGB: (224,213,236)

Color info

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

RGB color model

#E0D5EC color RGB value is (224,213,236).

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

RGB channels and saturation

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

224
213
236

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

Portions of RGB colors in percentages

R + G + B =
224 + 213 + 236 = 673 (100%)
R 224 of 673 ~ 33.28%
G 213 of 673 ~ 31.65%
B 236 of 673 ~ 35.07%

%33.28
%31.65
%35.07

CMYK color model

#E0D5EC color CMYK value is (5,10,0,7).

  • cyan value is 5.08%
  • magenta value is 9.75%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(5,10,0,7)
C5M10Y0K7 
(5%,10%,0%,7%)
(0.05/0.10/0.00/0.07)	

CMYK percentages

%5.08
%9.75
%0
%7.45

Codes

Color #E0D5EC in popluar color models

E0D5EC
RGB224213236
HSL269°37.70%88.04%
HSB/HSV269°9.75%92.55%
CMYK5.08%9.75%0.00%
7.45%

Color #E0D5EC in popluar number systems.

HEXE0D5EC
Decimal224213236
Binary111000001101010111101100
Octal340325354

Shades and tints

Shades of #E0D5EC

#E0D5EC
(224,213,236)
#CCC2D7
(204,194,215)
#B8AFC2
(184,175,194)
#A49CAD
(164,156,173)
#908998
(144,137,152)
#7C7683
(124,118,131)
#68636E
(104,99,110)
#545059
(84,80,89)
#403D44
(64,61,68)
#2C2A2F
(44,42,47)
#18171A
(24,23,26)
#000000
(0,0,0)

Tints of #E0D5EC

#E0D5EC
(224,213,236)
#E2D8ED
(226,216,237)
#E4DBEE
(228,219,238)
#E6DEEF
(230,222,239)
#E8E1F0
(232,225,240)
#EAE4F1
(234,228,241)
#ECE7F2
(236,231,242)
#EEEAF3
(238,234,243)
#F0EDF4
(240,237,244)
#F2F0F5
(242,240,245)
#F4F3F6
(244,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0D5EC; }

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

This text font color is #E0D5EC.


Background Color

.myBgColor { background-color: #E0D5EC; }

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

This div background color is #E0D5EC.


Border color

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

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

This div border color is #E0D5EC.


Opacity

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

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

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

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

This text has shadow with #E0D5EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0D5EC on black background.


Color preview on white background

This text has color #E0D5EC on white background.



Black color preview on #E0D5EC background

This text has black color on #E0D5EC background.


White color preview on #E0D5EC background

This text has white color on #E0D5EC background.