COLOR #E8D5EA

HEX: #E8D5EA
RGB: (232,213,234)

Color info

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

RGB color model

#E8D5EA color RGB value is (232,213,234).

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

RGB channels and saturation

R 232 of 255 = 91%
G 213 of 255 = 84%
B 234 of 255 = 92%

232
213
234

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

Portions of RGB colors in percentages

R + G + B =
232 + 213 + 234 = 679 (100%)
R 232 of 679 ~ 34.17%
G 213 of 679 ~ 31.37%
B 234 of 679 ~ 34.46%

%34.17
%31.37
%34.46

CMYK color model

#E8D5EA color CMYK value is (1,9,0,8).

  • cyan value is 0.85%
  • magenta value is 8.97%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(1,9,0,8)
C1M9Y0K8 
(1%,9%,0%,8%)
(0.01/0.09/0.00/0.08)	

CMYK percentages

%0.85
%8.97
%0
%8.24

Codes

Color #E8D5EA in popluar color models

E8D5EA
RGB232213234
HSL294°33.33%87.65%
HSB/HSV294°8.97%91.76%
CMYK0.85%8.97%0.00%
8.24%

Color #E8D5EA in popluar number systems.

HEXE8D5EA
Decimal232213234
Binary111010001101010111101010
Octal350325352

Shades and tints

Shades of #E8D5EA

#E8D5EA
(232,213,234)
#D3C2D5
(211,194,213)
#BEAFC0
(190,175,192)
#A99CAB
(169,156,171)
#948996
(148,137,150)
#7F7681
(127,118,129)
#6A636C
(106,99,108)
#555057
(85,80,87)
#403D42
(64,61,66)
#2B2A2D
(43,42,45)
#161718
(22,23,24)
#000000
(0,0,0)

Tints of #E8D5EA

#E8D5EA
(232,213,234)
#EAD8EB
(234,216,235)
#ECDBEC
(236,219,236)
#EEDEED
(238,222,237)
#F0E1EE
(240,225,238)
#F2E4EF
(242,228,239)
#F4E7F0
(244,231,240)
#F6EAF1
(246,234,241)
#F8EDF2
(248,237,242)
#FAF0F3
(250,240,243)
#FCF3F4
(252,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8D5EA; }

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

This text font color is #E8D5EA.


Background Color

.myBgColor { background-color: #E8D5EA; }

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

This div background color is #E8D5EA.


Border color

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

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

This div border color is #E8D5EA.


Opacity

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

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

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

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

This text has shadow with #E8D5EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8D5EA on black background.


Color preview on white background

This text has color #E8D5EA on white background.



Black color preview on #E8D5EA background

This text has black color on #E8D5EA background.


White color preview on #E8D5EA background

This text has white color on #E8D5EA background.