COLOR #E1D9FF

HEX: #E1D9FF
RGB: (225,217,255)

Color info

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

RGB color model

#E1D9FF color RGB value is (225,217,255).

  • red value is 225;
  • green value is 217;
  • blue value is 255.
RGB:
(225,217,255)
(88%,85%,100%)

RGB channels and saturation

R 225 of 255 = 88%
G 217 of 255 = 85%
B 255 of 255 = 100%

225
217
255

R + G + B ~ 91%. #E1D9FF is light color.

Portions of RGB colors in percentages

R + G + B =
225 + 217 + 255 = 697 (100%)
R 225 of 697 ~ 32.28%
G 217 of 697 ~ 31.13%
B 255 of 697 ~ 36.59%

%32.28
%31.13
%36.59

CMYK color model

#E1D9FF color CMYK value is (12,15,0,0).

  • cyan value is 11.76%
  • magenta value is 14.90%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(12,15,0,0)
C12M15Y0K0 
(12%,15%,0%,0%)
(0.12/0.15/0.00/0.00)	

CMYK percentages

%11.76
%14.9
%0
%0

Codes

Color #E1D9FF in popluar color models

E1D9FF
RGB225217255
HSL253°100.00%92.55%
HSB/HSV253°14.90%100.00%
CMYK11.76%14.90%0.00%
0.00%

Color #E1D9FF in popluar number systems.

HEXE1D9FF
Decimal225217255
Binary111000011101100111111111
Octal341331377

Shades and tints

Shades of #E1D9FF

#E1D9FF
(225,217,255)
#CDC6E8
(205,198,232)
#B9B3D1
(185,179,209)
#A5A0BA
(165,160,186)
#918DA3
(145,141,163)
#7D7A8C
(125,122,140)
#696775
(105,103,117)
#55545E
(85,84,94)
#414147
(65,65,71)
#2D2E30
(45,46,48)
#191B19
(25,27,25)
#000000
(0,0,0)

Tints of #E1D9FF

#E1D9FF
(225,217,255)
#E3DCFF
(227,220,255)
#E5DFFF
(229,223,255)
#E7E2FF
(231,226,255)
#E9E5FF
(233,229,255)
#EBE8FF
(235,232,255)
#EDEBFF
(237,235,255)
#EFEEFF
(239,238,255)
#F1F1FF
(241,241,255)
#F3F4FF
(243,244,255)
#F5F7FF
(245,247,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1D9FF color. Also use rgb(225,217,255) instead hex code.

Text Font Color

.myTextColor { color: #E1D9FF; }

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

This text font color is #E1D9FF.


Background Color

.myBgColor { background-color: #E1D9FF; }

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

This div background color is #E1D9FF.


Border color

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

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

This div border color is #E1D9FF.


Opacity

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

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

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

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

This text has shadow with #E1D9FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1D9FF on black background.


Color preview on white background

This text has color #E1D9FF on white background.



Black color preview on #E1D9FF background

This text has black color on #E1D9FF background.


White color preview on #E1D9FF background

This text has white color on #E1D9FF background.