COLOR #E1D9FC

HEX: #E1D9FC RGB: (225,217,252)

Color info

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

RGB color model

#E1D9FC color RGB value is (225,217,252).

RGB: (225,217,252) (88%, 85%, 99%)

RGB channels and saturation

R 225 of 255 = 88%
G 217 of 255 = 85%
B 252 of 255 = 99%

225
217
252

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

Portions of RGB colors in percentages

R + G + B = 225 + 217 + 252 = 694 (100%)
R 225 of 694 ~ 32.42%
G 217 of 694 ~ 31.27%
B 252 of 694 ~ 36.31'%

%32.42
%31.27
%36.31

CMYK color model

#E1D9FC color CMYK value is (11,14,0,1).

  • cyan value is 10.71%
  • magenta value is 13.89%
  • yellow value is 0.00%
  • key color value is 1.18%

CMYK: (11,14,0,1)
C11M14Y0K1 (11%, 14%, 0%, 1%)
(0.11 / 0.14 / 0.00 / 0.01)

CMYK percentages

%10.71
%13.89
%0
%1.18

Codes

Color #E1D9FC in popluar color models

E1 D9 FC
RGB 225 217 252
HSL 254° 85.37% 91.96%
HSB/HSV 254° 13.89% 98.82%
CMYK 10.71% 13.89% 0.00%
1.18%

Color #E1D9FC in popluar number systems.

HEX E1 D9 FC
Decimal 225 217 252
Binary 11100001 11011001 11111100
Octal 341 331 374

Shades and tints

Shades of #E1D9FC

#E1D9FC
(225,217,252)
#CDC6E6
(205,198,230)
#B9B3D0
(185,179,208)
#A5A0BA
(165,160,186)
#918DA4
(145,141,164)
#7D7A8E
(125,122,142)
#696778
(105,103,120)
#555462
(85,84,98)
#41414C
(65,65,76)
#2D2E36
(45,46,54)
#191B20
(25,27,32)
#000000
(0,0,0)

Tints of #E1D9FC

#E1D9FC
(225,217,252)
#E3DCFC
(227,220,252)
#E5DFFC
(229,223,252)
#E7E2FC
(231,226,252)
#E9E5FC
(233,229,252)
#EBE8FC
(235,232,252)
#EDEBFC
(237,235,252)
#EFEEFC
(239,238,252)
#F1F1FC
(241,241,252)
#F3F4FC
(243,244,252)
#F5F7FC
(245,247,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1D9FC; }

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

This text font color is #E1D9FC.

Background Color

.myBgColor { background-color: #E1D9FC; }

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

This div background color is #E1D9FC.

Border color

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

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

This div border color is #E1D9FC.

Opacity

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

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

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

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

This text has shadow with #E1D9FC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1D9FC.

Preview

Color preview on black background

This text has color #E1D9FC on black background.


Color preview on white background

This text has color #E1D9FC on white background.


Black color preview on #E1D9FC background

This text has black color on #E1D9FC background.


White color preview on #E1D9FC background

This text has white color on #E1D9FC background.


Related colors

Complementary color

Complementary color for #hex is #1E2603.


I love getcolorcode.com

Triadic colors

1 #FCE1D9 and #D9FCE1 with #E1D9FC are triadic colors.

2 #FCD9E1 and #D9E1FC with #E1D9FC are triadic colors.