COLOR #E8D5F8

HEX: #E8D5F8
RGB: (232,213,248)

Color info

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

RGB color model

#E8D5F8 color RGB value is (232,213,248).

  • red value is 232;
  • green value is 213;
  • blue value is 248.
RGB:
(232,213,248)
(91%,84%,97%)

RGB channels and saturation

R 232 of 255 = 91%
G 213 of 255 = 84%
B 248 of 255 = 97%

232
213
248

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

Portions of RGB colors in percentages

R + G + B =
232 + 213 + 248 = 693 (100%)
R 232 of 693 ~ 33.48%
G 213 of 693 ~ 30.74%
B 248 of 693 ~ 35.79%

%33.48
%30.74
%35.79

CMYK color model

#E8D5F8 color CMYK value is (6,14,0,3).

  • cyan value is 6.45%
  • magenta value is 14.11%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(6,14,0,3)
C6M14Y0K3 
(6%,14%,0%,3%)
(0.06/0.14/0.00/0.03)	

CMYK percentages

%6.45
%14.11
%0
%2.75

Codes

Color #E8D5F8 in popluar color models

E8D5F8
RGB232213248
HSL273°71.43%90.39%
HSB/HSV273°14.11%97.25%
CMYK6.45%14.11%0.00%
2.75%

Color #E8D5F8 in popluar number systems.

HEXE8D5F8
Decimal232213248
Binary111010001101010111111000
Octal350325370

Shades and tints

Shades of #E8D5F8

#E8D5F8
(232,213,248)
#D3C2E2
(211,194,226)
#BEAFCC
(190,175,204)
#A99CB6
(169,156,182)
#9489A0
(148,137,160)
#7F768A
(127,118,138)
#6A6374
(106,99,116)
#55505E
(85,80,94)
#403D48
(64,61,72)
#2B2A32
(43,42,50)
#16171C
(22,23,28)
#000000
(0,0,0)

Tints of #E8D5F8

#E8D5F8
(232,213,248)
#EAD8F8
(234,216,248)
#ECDBF8
(236,219,248)
#EEDEF8
(238,222,248)
#F0E1F8
(240,225,248)
#F2E4F8
(242,228,248)
#F4E7F8
(244,231,248)
#F6EAF8
(246,234,248)
#F8EDF8
(248,237,248)
#FAF0F8
(250,240,248)
#FCF3F8
(252,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8D5F8; }

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

This text font color is #E8D5F8.


Background Color

.myBgColor { background-color: #E8D5F8; }

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

This div background color is #E8D5F8.


Border color

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

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

This div border color is #E8D5F8.


Opacity

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

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

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

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

This text has shadow with #E8D5F8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8D5F8 on black background.


Color preview on white background

This text has color #E8D5F8 on white background.



Black color preview on #E8D5F8 background

This text has black color on #E8D5F8 background.


White color preview on #E8D5F8 background

This text has white color on #E8D5F8 background.