COLOR #E1D8EA

HEX: #E1D8EA
RGB: (225,216,234)

Color info

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

RGB color model

#E1D8EA color RGB value is (225,216,234).

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

RGB channels and saturation

R 225 of 255 = 88%
G 216 of 255 = 85%
B 234 of 255 = 92%

225
216
234

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

Portions of RGB colors in percentages

R + G + B =
225 + 216 + 234 = 675 (100%)
R 225 of 675 ~ 33.33%
G 216 of 675 ~ 32%
B 234 of 675 ~ 34.67%

%33.33
%32
%34.67

CMYK color model

#E1D8EA color CMYK value is (4,8,0,8).

  • cyan value is 3.85%
  • magenta value is 7.69%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(4,8,0,8)
C4M8Y0K8 
(4%,8%,0%,8%)
(0.04/0.08/0.00/0.08)	

CMYK percentages

%3.85
%7.69
%0
%8.24

Codes

Color #E1D8EA in popluar color models

E1D8EA
RGB225216234
HSL270°30.00%88.24%
HSB/HSV270°7.69%91.76%
CMYK3.85%7.69%0.00%
8.24%

Color #E1D8EA in popluar number systems.

HEXE1D8EA
Decimal225216234
Binary111000011101100011101010
Octal341330352

Shades and tints

Shades of #E1D8EA

#E1D8EA
(225,216,234)
#CDC5D5
(205,197,213)
#B9B2C0
(185,178,192)
#A59FAB
(165,159,171)
#918C96
(145,140,150)
#7D7981
(125,121,129)
#69666C
(105,102,108)
#555357
(85,83,87)
#414042
(65,64,66)
#2D2D2D
(45,45,45)
#191A18
(25,26,24)
#000000
(0,0,0)

Tints of #E1D8EA

#E1D8EA
(225,216,234)
#E3DBEB
(227,219,235)
#E5DEEC
(229,222,236)
#E7E1ED
(231,225,237)
#E9E4EE
(233,228,238)
#EBE7EF
(235,231,239)
#EDEAF0
(237,234,240)
#EFEDF1
(239,237,241)
#F1F0F2
(241,240,242)
#F3F3F3
(243,243,243)
#F5F6F4
(245,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1D8EA; }

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

This text font color is #E1D8EA.


Background Color

.myBgColor { background-color: #E1D8EA; }

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

This div background color is #E1D8EA.


Border color

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

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

This div border color is #E1D8EA.


Opacity

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

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

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

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

This text has shadow with #E1D8EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1D8EA on black background.


Color preview on white background

This text has color #E1D8EA on white background.



Black color preview on #E1D8EA background

This text has black color on #E1D8EA background.


White color preview on #E1D8EA background

This text has white color on #E1D8EA background.