COLOR #E1D1EE

HEX: #E1D1EE
RGB: (225,209,238)

Color info

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

RGB color model

#E1D1EE color RGB value is (225,209,238).

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

RGB channels and saturation

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

225
209
238

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

Portions of RGB colors in percentages

R + G + B =
225 + 209 + 238 = 672 (100%)
R 225 of 672 ~ 33.48%
G 209 of 672 ~ 31.1%
B 238 of 672 ~ 35.42%

%33.48
%31.1
%35.42

CMYK color model

#E1D1EE color CMYK value is (5,12,0,7).

  • cyan value is 5.46%
  • magenta value is 12.18%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(5,12,0,7)
C5M12Y0K7 
(5%,12%,0%,7%)
(0.05/0.12/0.00/0.07)	

CMYK percentages

%5.46
%12.18
%0
%6.67

Codes

Color #E1D1EE in popluar color models

E1D1EE
RGB225209238
HSL273°46.03%87.65%
HSB/HSV273°12.18%93.33%
CMYK5.46%12.18%0.00%
6.67%

Color #E1D1EE in popluar number systems.

HEXE1D1EE
Decimal225209238
Binary111000011101000111101110
Octal341321356

Shades and tints

Shades of #E1D1EE

#E1D1EE
(225,209,238)
#CDBED9
(205,190,217)
#B9ABC4
(185,171,196)
#A598AF
(165,152,175)
#91859A
(145,133,154)
#7D7285
(125,114,133)
#695F70
(105,95,112)
#554C5B
(85,76,91)
#413946
(65,57,70)
#2D2631
(45,38,49)
#19131C
(25,19,28)
#000000
(0,0,0)

Tints of #E1D1EE

#E1D1EE
(225,209,238)
#E3D5EF
(227,213,239)
#E5D9F0
(229,217,240)
#E7DDF1
(231,221,241)
#E9E1F2
(233,225,242)
#EBE5F3
(235,229,243)
#EDE9F4
(237,233,244)
#EFEDF5
(239,237,245)
#F1F1F6
(241,241,246)
#F3F5F7
(243,245,247)
#F5F9F8
(245,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1D1EE; }

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

This text font color is #E1D1EE.


Background Color

.myBgColor { background-color: #E1D1EE; }

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

This div background color is #E1D1EE.


Border color

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

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

This div border color is #E1D1EE.


Opacity

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

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

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

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

This text has shadow with #E1D1EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1D1EE on black background.


Color preview on white background

This text has color #E1D1EE on white background.



Black color preview on #E1D1EE background

This text has black color on #E1D1EE background.


White color preview on #E1D1EE background

This text has white color on #E1D1EE background.