COLOR #E8D2EE

HEX: #E8D2EE
RGB: (232,210,238)

Color info

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

RGB color model

#E8D2EE color RGB value is (232,210,238).

  • red value is 232;
  • green value is 210;
  • blue value is 238.
RGB:
(232,210,238)
(91%,82%,93%)

RGB channels and saturation

R 232 of 255 = 91%
G 210 of 255 = 82%
B 238 of 255 = 93%

232
210
238

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

Portions of RGB colors in percentages

R + G + B =
232 + 210 + 238 = 680 (100%)
R 232 of 680 ~ 34.12%
G 210 of 680 ~ 30.88%
B 238 of 680 ~ 35%

%34.12
%30.88
%35

CMYK color model

#E8D2EE color CMYK value is (3,12,0,7).

  • cyan value is 2.52%
  • magenta value is 11.76%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(3,12,0,7)
C3M12Y0K7 
(3%,12%,0%,7%)
(0.03/0.12/0.00/0.07)	

CMYK percentages

%2.52
%11.76
%0
%6.67

Codes

Color #E8D2EE in popluar color models

E8D2EE
RGB232210238
HSL287°45.16%87.84%
HSB/HSV287°11.76%93.33%
CMYK2.52%11.76%0.00%
6.67%

Color #E8D2EE in popluar number systems.

HEXE8D2EE
Decimal232210238
Binary111010001101001011101110
Octal350322356

Shades and tints

Shades of #E8D2EE

#E8D2EE
(232,210,238)
#D3BFD9
(211,191,217)
#BEACC4
(190,172,196)
#A999AF
(169,153,175)
#94869A
(148,134,154)
#7F7385
(127,115,133)
#6A6070
(106,96,112)
#554D5B
(85,77,91)
#403A46
(64,58,70)
#2B2731
(43,39,49)
#16141C
(22,20,28)
#000000
(0,0,0)

Tints of #E8D2EE

#E8D2EE
(232,210,238)
#EAD6EF
(234,214,239)
#ECDAF0
(236,218,240)
#EEDEF1
(238,222,241)
#F0E2F2
(240,226,242)
#F2E6F3
(242,230,243)
#F4EAF4
(244,234,244)
#F6EEF5
(246,238,245)
#F8F2F6
(248,242,246)
#FAF6F7
(250,246,247)
#FCFAF8
(252,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8D2EE color. Also use rgb(232,210,238) instead hex code.

Text Font Color

.myTextColor { color: #E8D2EE; }

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

This text font color is #E8D2EE.


Background Color

.myBgColor { background-color: #E8D2EE; }

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

This div background color is #E8D2EE.


Border color

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

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

This div border color is #E8D2EE.


Opacity

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

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

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

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

This text has shadow with #E8D2EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8D2EE on black background.


Color preview on white background

This text has color #E8D2EE on white background.



Black color preview on #E8D2EE background

This text has black color on #E8D2EE background.


White color preview on #E8D2EE background

This text has white color on #E8D2EE background.