COLOR #E1D9FE

HEX: #E1D9FE RGB: (225,217,254)

Color info

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

RGB color model

#E1D9FE color RGB value is (225,217,254).

RGB: (225,217,254) (88%, 85%, 100%)

RGB channels and saturation

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

225
217
254

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

Portions of RGB colors in percentages

R + G + B = 225 + 217 + 254 = 696 (100%)
R 225 of 696 ~ 32.33%
G 217 of 696 ~ 31.18%
B 254 of 696 ~ 36.49'%

%32.33
%31.18
%36.49

CMYK color model

#E1D9FE color CMYK value is (11,15,0,0).

  • cyan value is 11.42%
  • magenta value is 14.57%
  • yellow value is 0.00%
  • key color value is 0.39%

CMYK: (11,15,0,0)
C11M15Y0K0 (11%, 15%, 0%, 0%)
(0.11 / 0.15 / 0.00 / 0.00)

CMYK percentages

%11.42
%14.57
%0
%0.39

Codes

Color #E1D9FE in popluar color models

E1 D9 FE
RGB 225 217 254
HSL 253° 94.87% 92.35%
HSB/HSV 253° 14.57% 99.61%
CMYK 11.42% 14.57% 0.00%
0.39%

Color #E1D9FE in popluar number systems.

HEX E1 D9 FE
Decimal 225 217 254
Binary 11100001 11011001 11111110
Octal 341 331 376

Shades and tints

Shades of #E1D9FE

#E1D9FE
(225,217,254)
#CDC6E7
(205,198,231)
#B9B3D0
(185,179,208)
#A5A0B9
(165,160,185)
#918DA2
(145,141,162)
#7D7A8B
(125,122,139)
#696774
(105,103,116)
#55545D
(85,84,93)
#414146
(65,65,70)
#2D2E2F
(45,46,47)
#191B18
(25,27,24)
#000000
(0,0,0)

Tints of #E1D9FE

#E1D9FE
(225,217,254)
#E3DCFE
(227,220,254)
#E5DFFE
(229,223,254)
#E7E2FE
(231,226,254)
#E9E5FE
(233,229,254)
#EBE8FE
(235,232,254)
#EDEBFE
(237,235,254)
#EFEEFE
(239,238,254)
#F1F1FE
(241,241,254)
#F3F4FE
(243,244,254)
#F5F7FE
(245,247,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1D9FE; }

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

This text font color is #E1D9FE.

Background Color

.myBgColor { background-color: #E1D9FE; }

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

This div background color is #E1D9FE.

Border color

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

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

This div border color is #E1D9FE.

Opacity

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

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

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

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

This text has shadow with #E1D9FE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1D9FE.

Preview

Color preview on black background

This text has color #E1D9FE on black background.


Color preview on white background

This text has color #E1D9FE on white background.


Black color preview on #E1D9FE background

This text has black color on #E1D9FE background.


White color preview on #E1D9FE background

This text has white color on #E1D9FE background.


Related colors

Complementary color

Complementary color for #hex is #1E2601.


I love getcolorcode.com

Triadic colors

1 #FEE1D9 and #D9FEE1 with #E1D9FE are triadic colors.

2 #FED9E1 and #D9E1FE with #E1D9FE are triadic colors.