COLOR #E0D5EE

HEX: #E0D5EE
RGB: (224,213,238)

Color info

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

RGB color model

#E0D5EE color RGB value is (224,213,238).

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

RGB channels and saturation

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

224
213
238

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

Portions of RGB colors in percentages

R + G + B =
224 + 213 + 238 = 675 (100%)
R 224 of 675 ~ 33.19%
G 213 of 675 ~ 31.56%
B 238 of 675 ~ 35.26%

%33.19
%31.56
%35.26

CMYK color model

#E0D5EE color CMYK value is (6,11,0,7).

  • cyan value is 5.88%
  • magenta value is 10.50%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(6,11,0,7)
C6M11Y0K7 
(6%,11%,0%,7%)
(0.06/0.11/0.00/0.07)	

CMYK percentages

%5.88
%10.5
%0
%6.67

Codes

Color #E0D5EE in popluar color models

E0D5EE
RGB224213238
HSL266°42.37%88.43%
HSB/HSV266°10.50%93.33%
CMYK5.88%10.50%0.00%
6.67%

Color #E0D5EE in popluar number systems.

HEXE0D5EE
Decimal224213238
Binary111000001101010111101110
Octal340325356

Shades and tints

Shades of #E0D5EE

#E0D5EE
(224,213,238)
#CCC2D9
(204,194,217)
#B8AFC4
(184,175,196)
#A49CAF
(164,156,175)
#90899A
(144,137,154)
#7C7685
(124,118,133)
#686370
(104,99,112)
#54505B
(84,80,91)
#403D46
(64,61,70)
#2C2A31
(44,42,49)
#18171C
(24,23,28)
#000000
(0,0,0)

Tints of #E0D5EE

#E0D5EE
(224,213,238)
#E2D8EF
(226,216,239)
#E4DBF0
(228,219,240)
#E6DEF1
(230,222,241)
#E8E1F2
(232,225,242)
#EAE4F3
(234,228,243)
#ECE7F4
(236,231,244)
#EEEAF5
(238,234,245)
#F0EDF6
(240,237,246)
#F2F0F7
(242,240,247)
#F4F3F8
(244,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0D5EE; }

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

This text font color is #E0D5EE.


Background Color

.myBgColor { background-color: #E0D5EE; }

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

This div background color is #E0D5EE.


Border color

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

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

This div border color is #E0D5EE.


Opacity

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

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

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

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

This text has shadow with #E0D5EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0D5EE on black background.


Color preview on white background

This text has color #E0D5EE on white background.



Black color preview on #E0D5EE background

This text has black color on #E0D5EE background.


White color preview on #E0D5EE background

This text has white color on #E0D5EE background.