COLOR #E8DCF4

HEX: #E8DCF4
RGB: (232,220,244)

Color info

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

RGB color model

#E8DCF4 color RGB value is (232,220,244).

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

RGB channels and saturation

R 232 of 255 = 91%
G 220 of 255 = 86%
B 244 of 255 = 96%

232
220
244

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

Portions of RGB colors in percentages

R + G + B =
232 + 220 + 244 = 696 (100%)
R 232 of 696 ~ 33.33%
G 220 of 696 ~ 31.61%
B 244 of 696 ~ 35.06%

%33.33
%31.61
%35.06

CMYK color model

#E8DCF4 color CMYK value is (5,10,0,4).

  • cyan value is 4.92%
  • magenta value is 9.84%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK:
(5,10,0,4)
C5M10Y0K4 
(5%,10%,0%,4%)
(0.05/0.10/0.00/0.04)	

CMYK percentages

%4.92
%9.84
%0
%4.31

Codes

Color #E8DCF4 in popluar color models

E8DCF4
RGB232220244
HSL270°52.17%90.98%
HSB/HSV270°9.84%95.69%
CMYK4.92%9.84%0.00%
4.31%

Color #E8DCF4 in popluar number systems.

HEXE8DCF4
Decimal232220244
Binary111010001101110011110100
Octal350334364

Shades and tints

Shades of #E8DCF4

#E8DCF4
(232,220,244)
#D3C8DE
(211,200,222)
#BEB4C8
(190,180,200)
#A9A0B2
(169,160,178)
#948C9C
(148,140,156)
#7F7886
(127,120,134)
#6A6470
(106,100,112)
#55505A
(85,80,90)
#403C44
(64,60,68)
#2B282E
(43,40,46)
#161418
(22,20,24)
#000000
(0,0,0)

Tints of #E8DCF4

#E8DCF4
(232,220,244)
#EADFF5
(234,223,245)
#ECE2F6
(236,226,246)
#EEE5F7
(238,229,247)
#F0E8F8
(240,232,248)
#F2EBF9
(242,235,249)
#F4EEFA
(244,238,250)
#F6F1FB
(246,241,251)
#F8F4FC
(248,244,252)
#FAF7FD
(250,247,253)
#FCFAFE
(252,250,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8DCF4; }

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

This text font color is #E8DCF4.


Background Color

.myBgColor { background-color: #E8DCF4; }

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

This div background color is #E8DCF4.


Border color

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

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

This div border color is #E8DCF4.


Opacity

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

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

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

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

This text has shadow with #E8DCF4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8DCF4 on black background.


Color preview on white background

This text has color #E8DCF4 on white background.



Black color preview on #E8DCF4 background

This text has black color on #E8DCF4 background.


White color preview on #E8DCF4 background

This text has white color on #E8DCF4 background.