COLOR #E1D6EE

HEX: #E1D6EE
RGB: (225,214,238)

Color info

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

RGB color model

#E1D6EE color RGB value is (225,214,238).

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

RGB channels and saturation

R 225 of 255 = 88%
G 214 of 255 = 84%
B 238 of 255 = 93%

225
214
238

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

Portions of RGB colors in percentages

R + G + B =
225 + 214 + 238 = 677 (100%)
R 225 of 677 ~ 33.23%
G 214 of 677 ~ 31.61%
B 238 of 677 ~ 35.16%

%33.23
%31.61
%35.16

CMYK color model

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

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

CMYK percentages

%5.46
%10.08
%0
%6.67

Codes

Color #E1D6EE in popluar color models

E1D6EE
RGB225214238
HSL268°41.38%88.63%
HSB/HSV268°10.08%93.33%
CMYK5.46%10.08%0.00%
6.67%

Color #E1D6EE in popluar number systems.

HEXE1D6EE
Decimal225214238
Binary111000011101011011101110
Octal341326356

Shades and tints

Shades of #E1D6EE

#E1D6EE
(225,214,238)
#CDC3D9
(205,195,217)
#B9B0C4
(185,176,196)
#A59DAF
(165,157,175)
#918A9A
(145,138,154)
#7D7785
(125,119,133)
#696470
(105,100,112)
#55515B
(85,81,91)
#413E46
(65,62,70)
#2D2B31
(45,43,49)
#19181C
(25,24,28)
#000000
(0,0,0)

Tints of #E1D6EE

#E1D6EE
(225,214,238)
#E3D9EF
(227,217,239)
#E5DCF0
(229,220,240)
#E7DFF1
(231,223,241)
#E9E2F2
(233,226,242)
#EBE5F3
(235,229,243)
#EDE8F4
(237,232,244)
#EFEBF5
(239,235,245)
#F1EEF6
(241,238,246)
#F3F1F7
(243,241,247)
#F5F4F8
(245,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1D6EE color. Also use rgb(225,214,238) instead hex code.

Text Font Color

.myTextColor { color: #E1D6EE; }

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

This text font color is #E1D6EE.


Background Color

.myBgColor { background-color: #E1D6EE; }

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

This div background color is #E1D6EE.


Border color

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

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

This div border color is #E1D6EE.


Opacity

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

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

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

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

This text has shadow with #E1D6EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1D6EE on black background.


Color preview on white background

This text has color #E1D6EE on white background.



Black color preview on #E1D6EE background

This text has black color on #E1D6EE background.


White color preview on #E1D6EE background

This text has white color on #E1D6EE background.