COLOR #E8D5EC

HEX: #E8D5EC
RGB: (232,213,236)

Color info

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

RGB color model

#E8D5EC color RGB value is (232,213,236).

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

RGB channels and saturation

R 232 of 255 = 91%
G 213 of 255 = 84%
B 236 of 255 = 93%

232
213
236

R + G + B ~ 89%. #E8D5EC is light color.

Portions of RGB colors in percentages

R + G + B =
232 + 213 + 236 = 681 (100%)
R 232 of 681 ~ 34.07%
G 213 of 681 ~ 31.28%
B 236 of 681 ~ 34.65%

%34.07
%31.28
%34.65

CMYK color model

#E8D5EC color CMYK value is (2,10,0,7).

  • cyan value is 1.69%
  • magenta value is 9.75%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(2,10,0,7)
C2M10Y0K7 
(2%,10%,0%,7%)
(0.02/0.10/0.00/0.07)	

CMYK percentages

%1.69
%9.75
%0
%7.45

Codes

Color #E8D5EC in popluar color models

E8D5EC
RGB232213236
HSL290°37.70%88.04%
HSB/HSV290°9.75%92.55%
CMYK1.69%9.75%0.00%
7.45%

Color #E8D5EC in popluar number systems.

HEXE8D5EC
Decimal232213236
Binary111010001101010111101100
Octal350325354

Shades and tints

Shades of #E8D5EC

#E8D5EC
(232,213,236)
#D3C2D7
(211,194,215)
#BEAFC2
(190,175,194)
#A99CAD
(169,156,173)
#948998
(148,137,152)
#7F7683
(127,118,131)
#6A636E
(106,99,110)
#555059
(85,80,89)
#403D44
(64,61,68)
#2B2A2F
(43,42,47)
#16171A
(22,23,26)
#000000
(0,0,0)

Tints of #E8D5EC

#E8D5EC
(232,213,236)
#EAD8ED
(234,216,237)
#ECDBEE
(236,219,238)
#EEDEEF
(238,222,239)
#F0E1F0
(240,225,240)
#F2E4F1
(242,228,241)
#F4E7F2
(244,231,242)
#F6EAF3
(246,234,243)
#F8EDF4
(248,237,244)
#FAF0F5
(250,240,245)
#FCF3F6
(252,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8D5EC; }

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

This text font color is #E8D5EC.


Background Color

.myBgColor { background-color: #E8D5EC; }

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

This div background color is #E8D5EC.


Border color

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

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

This div border color is #E8D5EC.


Opacity

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

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

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

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

This text has shadow with #E8D5EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8D5EC on black background.


Color preview on white background

This text has color #E8D5EC on white background.



Black color preview on #E8D5EC background

This text has black color on #E8D5EC background.


White color preview on #E8D5EC background

This text has white color on #E8D5EC background.