COLOR #E8D8FF

HEX: #E8D8FF
RGB: (232,216,255)

Color info

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

RGB color model

#E8D8FF color RGB value is (232,216,255).

  • red value is 232;
  • green value is 216;
  • blue value is 255.
RGB:
(232,216,255)
(91%,85%,100%)

RGB channels and saturation

R 232 of 255 = 91%
G 216 of 255 = 85%
B 255 of 255 = 100%

232
216
255

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

Portions of RGB colors in percentages

R + G + B =
232 + 216 + 255 = 703 (100%)
R 232 of 703 ~ 33%
G 216 of 703 ~ 30.73%
B 255 of 703 ~ 36.27%

%33
%30.73
%36.27

CMYK color model

#E8D8FF color CMYK value is (9,15,0,0).

  • cyan value is 9.02%
  • magenta value is 15.29%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(9,15,0,0)
C9M15Y0K0 
(9%,15%,0%,0%)
(0.09/0.15/0.00/0.00)	

CMYK percentages

%9.02
%15.29
%0
%0

Codes

Color #E8D8FF in popluar color models

E8D8FF
RGB232216255
HSL265°100.00%92.35%
HSB/HSV265°15.29%100.00%
CMYK9.02%15.29%0.00%
0.00%

Color #E8D8FF in popluar number systems.

HEXE8D8FF
Decimal232216255
Binary111010001101100011111111
Octal350330377

Shades and tints

Shades of #E8D8FF

#E8D8FF
(232,216,255)
#D3C5E8
(211,197,232)
#BEB2D1
(190,178,209)
#A99FBA
(169,159,186)
#948CA3
(148,140,163)
#7F798C
(127,121,140)
#6A6675
(106,102,117)
#55535E
(85,83,94)
#404047
(64,64,71)
#2B2D30
(43,45,48)
#161A19
(22,26,25)
#000000
(0,0,0)

Tints of #E8D8FF

#E8D8FF
(232,216,255)
#EADBFF
(234,219,255)
#ECDEFF
(236,222,255)
#EEE1FF
(238,225,255)
#F0E4FF
(240,228,255)
#F2E7FF
(242,231,255)
#F4EAFF
(244,234,255)
#F6EDFF
(246,237,255)
#F8F0FF
(248,240,255)
#FAF3FF
(250,243,255)
#FCF6FF
(252,246,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8D8FF color. Also use rgb(232,216,255) instead hex code.

Text Font Color

.myTextColor { color: #E8D8FF; }

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

This text font color is #E8D8FF.


Background Color

.myBgColor { background-color: #E8D8FF; }

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

This div background color is #E8D8FF.


Border color

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

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

This div border color is #E8D8FF.


Opacity

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

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

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

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

This text has shadow with #E8D8FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8D8FF on black background.


Color preview on white background

This text has color #E8D8FF on white background.



Black color preview on #E8D8FF background

This text has black color on #E8D8FF background.


White color preview on #E8D8FF background

This text has white color on #E8D8FF background.