COLOR #E8DCFF

HEX: #E8DCFF
RGB: (232,220,255)

Color info

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

RGB color model

#E8DCFF color RGB value is (232,220,255).

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

RGB channels and saturation

R 232 of 255 = 91%
G 220 of 255 = 86%
B 255 of 255 = 100%

232
220
255

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

Portions of RGB colors in percentages

R + G + B =
232 + 220 + 255 = 707 (100%)
R 232 of 707 ~ 32.81%
G 220 of 707 ~ 31.12%
B 255 of 707 ~ 36.07%

%32.81
%31.12
%36.07

CMYK color model

#E8DCFF color CMYK value is (9,14,0,0).

  • cyan value is 9.02%
  • magenta value is 13.73%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(9,14,0,0)
C9M14Y0K0 
(9%,14%,0%,0%)
(0.09/0.14/0.00/0.00)	

CMYK percentages

%9.02
%13.73
%0
%0

Codes

Color #E8DCFF in popluar color models

E8DCFF
RGB232220255
HSL261°100.00%93.14%
HSB/HSV261°13.73%100.00%
CMYK9.02%13.73%0.00%
0.00%

Color #E8DCFF in popluar number systems.

HEXE8DCFF
Decimal232220255
Binary111010001101110011111111
Octal350334377

Shades and tints

Shades of #E8DCFF

#E8DCFF
(232,220,255)
#D3C8E8
(211,200,232)
#BEB4D1
(190,180,209)
#A9A0BA
(169,160,186)
#948CA3
(148,140,163)
#7F788C
(127,120,140)
#6A6475
(106,100,117)
#55505E
(85,80,94)
#403C47
(64,60,71)
#2B2830
(43,40,48)
#161419
(22,20,25)
#000000
(0,0,0)

Tints of #E8DCFF

#E8DCFF
(232,220,255)
#EADFFF
(234,223,255)
#ECE2FF
(236,226,255)
#EEE5FF
(238,229,255)
#F0E8FF
(240,232,255)
#F2EBFF
(242,235,255)
#F4EEFF
(244,238,255)
#F6F1FF
(246,241,255)
#F8F4FF
(248,244,255)
#FAF7FF
(250,247,255)
#FCFAFF
(252,250,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8DCFF; }

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

This text font color is #E8DCFF.


Background Color

.myBgColor { background-color: #E8DCFF; }

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

This div background color is #E8DCFF.


Border color

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

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

This div border color is #E8DCFF.


Opacity

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

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

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

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

This text has shadow with #E8DCFF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8DCFF on black background.


Color preview on white background

This text has color #E8DCFF on white background.



Black color preview on #E8DCFF background

This text has black color on #E8DCFF background.


White color preview on #E8DCFF background

This text has white color on #E8DCFF background.