COLOR #E8D5FE

HEX: #E8D5FE RGB: (232,213,254)

Color info

#E8D5FE contains red, green and blue colors in about the same proportion. Web safe color of #E8D5FE is #FFCCFF (or #FCF).

RGB color model

#E8D5FE color RGB value is (232,213,254).

RGB: (232,213,254) (91%, 84%, 100%)

RGB channels and saturation

R 232 of 255 = 91%
G 213 of 255 = 84%
B 254 of 255 = 100%

232
213
254

R + G + B ~ 92%. #E8D5FE is light color.

Portions of RGB colors in percentages

R + G + B = 232 + 213 + 254 = 699 (100%)
R 232 of 699 ~ 33.19%
G 213 of 699 ~ 30.47%
B 254 of 699 ~ 36.34'%

%33.19
%30.47
%36.34

CMYK color model

#E8D5FE color CMYK value is (9,16,0,0).

  • cyan value is 8.66%
  • magenta value is 16.14%
  • yellow value is 0.00%
  • key color value is 0.39%

CMYK: (9,16,0,0)
C9M16Y0K0 (9%, 16%, 0%, 0%)
(0.09 / 0.16 / 0.00 / 0.00)

CMYK percentages

%8.66
%16.14
%0
%0.39

Codes

Color #E8D5FE in popluar color models

E8 D5 FE
RGB 232 213 254
HSL 268° 95.35% 91.57%
HSB/HSV 268° 16.14% 99.61%
CMYK 8.66% 16.14% 0.00%
0.39%

Color #E8D5FE in popluar number systems.

HEX E8 D5 FE
Decimal 232 213 254
Binary 11101000 11010101 11111110
Octal 350 325 376

Shades and tints

Shades of #E8D5FE

#E8D5FE
(232,213,254)
#D3C2E7
(211,194,231)
#BEAFD0
(190,175,208)
#A99CB9
(169,156,185)
#9489A2
(148,137,162)
#7F768B
(127,118,139)
#6A6374
(106,99,116)
#55505D
(85,80,93)
#403D46
(64,61,70)
#2B2A2F
(43,42,47)
#161718
(22,23,24)
#000000
(0,0,0)

Tints of #E8D5FE

#E8D5FE
(232,213,254)
#EAD8FE
(234,216,254)
#ECDBFE
(236,219,254)
#EEDEFE
(238,222,254)
#F0E1FE
(240,225,254)
#F2E4FE
(242,228,254)
#F4E7FE
(244,231,254)
#F6EAFE
(246,234,254)
#F8EDFE
(248,237,254)
#FAF0FE
(250,240,254)
#FCF3FE
(252,243,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8D5FE color. Also use rgb(232,213,254) instead hex code.

Text Font Color

.myTextColor { color: #E8D5FE; }

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

This text font color is #E8D5FE.

Background Color

.myBgColor { background-color: #E8D5FE; }

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

This div background color is #E8D5FE.

Border color

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

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

This div border color is #E8D5FE.

Opacity

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

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

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

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

This text has shadow with #E8D5FE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E8D5FE.

Preview

Color preview on black background

This text has color #E8D5FE on black background.


Color preview on white background

This text has color #E8D5FE on white background.


Black color preview on #E8D5FE background

This text has black color on #E8D5FE background.


White color preview on #E8D5FE background

This text has white color on #E8D5FE background.


Related colors

Complementary color

Complementary color for #hex is #172A01.


I love getcolorcode.com

Triadic colors

1 #FEE8D5 and #D5FEE8 with #E8D5FE are triadic colors.

2 #FED5E8 and #D5E8FE with #E8D5FE are triadic colors.