COLOR #E1D8EF

HEX: #E1D8EF
RGB: (225,216,239)

Color info

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

RGB color model

#E1D8EF color RGB value is (225,216,239).

  • red value is 225;
  • green value is 216;
  • blue value is 239.
RGB:
(225,216,239)
(88%,85%,94%)

RGB channels and saturation

R 225 of 255 = 88%
G 216 of 255 = 85%
B 239 of 255 = 94%

225
216
239

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

Portions of RGB colors in percentages

R + G + B =
225 + 216 + 239 = 680 (100%)
R 225 of 680 ~ 33.09%
G 216 of 680 ~ 31.76%
B 239 of 680 ~ 35.15%

%33.09
%31.76
%35.15

CMYK color model

#E1D8EF color CMYK value is (6,10,0,6).

  • cyan value is 5.86%
  • magenta value is 9.62%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(6,10,0,6)
C6M10Y0K6 
(6%,10%,0%,6%)
(0.06/0.10/0.00/0.06)	

CMYK percentages

%5.86
%9.62
%0
%6.27

Codes

Color #E1D8EF in popluar color models

E1D8EF
RGB225216239
HSL263°41.82%89.22%
HSB/HSV263°9.62%93.73%
CMYK5.86%9.62%0.00%
6.27%

Color #E1D8EF in popluar number systems.

HEXE1D8EF
Decimal225216239
Binary111000011101100011101111
Octal341330357

Shades and tints

Shades of #E1D8EF

#E1D8EF
(225,216,239)
#CDC5DA
(205,197,218)
#B9B2C5
(185,178,197)
#A59FB0
(165,159,176)
#918C9B
(145,140,155)
#7D7986
(125,121,134)
#696671
(105,102,113)
#55535C
(85,83,92)
#414047
(65,64,71)
#2D2D32
(45,45,50)
#191A1D
(25,26,29)
#000000
(0,0,0)

Tints of #E1D8EF

#E1D8EF
(225,216,239)
#E3DBF0
(227,219,240)
#E5DEF1
(229,222,241)
#E7E1F2
(231,225,242)
#E9E4F3
(233,228,243)
#EBE7F4
(235,231,244)
#EDEAF5
(237,234,245)
#EFEDF6
(239,237,246)
#F1F0F7
(241,240,247)
#F3F3F8
(243,243,248)
#F5F6F9
(245,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1D8EF color. Also use rgb(225,216,239) instead hex code.

Text Font Color

.myTextColor { color: #E1D8EF; }

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

This text font color is #E1D8EF.


Background Color

.myBgColor { background-color: #E1D8EF; }

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

This div background color is #E1D8EF.


Border color

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

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

This div border color is #E1D8EF.


Opacity

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

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

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

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

This text has shadow with #E1D8EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1D8EF on black background.


Color preview on white background

This text has color #E1D8EF on white background.



Black color preview on #E1D8EF background

This text has black color on #E1D8EF background.


White color preview on #E1D8EF background

This text has white color on #E1D8EF background.