COLOR #E0D1EE

HEX: #E0D1EE
RGB: (224,209,238)

Color info

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

RGB color model

#E0D1EE color RGB value is (224,209,238).

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

RGB channels and saturation

R 224 of 255 = 88%
G 209 of 255 = 82%
B 238 of 255 = 93%

224
209
238

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

Portions of RGB colors in percentages

R + G + B =
224 + 209 + 238 = 671 (100%)
R 224 of 671 ~ 33.38%
G 209 of 671 ~ 31.15%
B 238 of 671 ~ 35.47%

%33.38
%31.15
%35.47

CMYK color model

#E0D1EE color CMYK value is (6,12,0,7).

  • cyan value is 5.88%
  • magenta value is 12.18%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(6,12,0,7)
C6M12Y0K7 
(6%,12%,0%,7%)
(0.06/0.12/0.00/0.07)	

CMYK percentages

%5.88
%12.18
%0
%6.67

Codes

Color #E0D1EE in popluar color models

E0D1EE
RGB224209238
HSL271°46.03%87.65%
HSB/HSV271°12.18%93.33%
CMYK5.88%12.18%0.00%
6.67%

Color #E0D1EE in popluar number systems.

HEXE0D1EE
Decimal224209238
Binary111000001101000111101110
Octal340321356

Shades and tints

Shades of #E0D1EE

#E0D1EE
(224,209,238)
#CCBED9
(204,190,217)
#B8ABC4
(184,171,196)
#A498AF
(164,152,175)
#90859A
(144,133,154)
#7C7285
(124,114,133)
#685F70
(104,95,112)
#544C5B
(84,76,91)
#403946
(64,57,70)
#2C2631
(44,38,49)
#18131C
(24,19,28)
#000000
(0,0,0)

Tints of #E0D1EE

#E0D1EE
(224,209,238)
#E2D5EF
(226,213,239)
#E4D9F0
(228,217,240)
#E6DDF1
(230,221,241)
#E8E1F2
(232,225,242)
#EAE5F3
(234,229,243)
#ECE9F4
(236,233,244)
#EEEDF5
(238,237,245)
#F0F1F6
(240,241,246)
#F2F5F7
(242,245,247)
#F4F9F8
(244,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0D1EE; }

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

This text font color is #E0D1EE.


Background Color

.myBgColor { background-color: #E0D1EE; }

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

This div background color is #E0D1EE.


Border color

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

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

This div border color is #E0D1EE.


Opacity

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

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

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

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

This text has shadow with #E0D1EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0D1EE on black background.


Color preview on white background

This text has color #E0D1EE on white background.



Black color preview on #E0D1EE background

This text has black color on #E0D1EE background.


White color preview on #E0D1EE background

This text has white color on #E0D1EE background.