COLOR #E8D4ED

HEX: #E8D4ED
RGB: (232,212,237)

Color info

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

RGB color model

#E8D4ED color RGB value is (232,212,237).

  • red value is 232;
  • green value is 212;
  • blue value is 237.
RGB:
(232,212,237)
(91%,83%,93%)

RGB channels and saturation

R 232 of 255 = 91%
G 212 of 255 = 83%
B 237 of 255 = 93%

232
212
237

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

Portions of RGB colors in percentages

R + G + B =
232 + 212 + 237 = 681 (100%)
R 232 of 681 ~ 34.07%
G 212 of 681 ~ 31.13%
B 237 of 681 ~ 34.8%

%34.07
%31.13
%34.8

CMYK color model

#E8D4ED color CMYK value is (2,11,0,7).

  • cyan value is 2.11%
  • magenta value is 10.55%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(2,11,0,7)
C2M11Y0K7 
(2%,11%,0%,7%)
(0.02/0.11/0.00/0.07)	

CMYK percentages

%2.11
%10.55
%0
%7.06

Codes

Color #E8D4ED in popluar color models

E8D4ED
RGB232212237
HSL288°40.98%88.04%
HSB/HSV288°10.55%92.94%
CMYK2.11%10.55%0.00%
7.06%

Color #E8D4ED in popluar number systems.

HEXE8D4ED
Decimal232212237
Binary111010001101010011101101
Octal350324355

Shades and tints

Shades of #E8D4ED

#E8D4ED
(232,212,237)
#D3C1D8
(211,193,216)
#BEAEC3
(190,174,195)
#A99BAE
(169,155,174)
#948899
(148,136,153)
#7F7584
(127,117,132)
#6A626F
(106,98,111)
#554F5A
(85,79,90)
#403C45
(64,60,69)
#2B2930
(43,41,48)
#16161B
(22,22,27)
#000000
(0,0,0)

Tints of #E8D4ED

#E8D4ED
(232,212,237)
#EAD7EE
(234,215,238)
#ECDAEF
(236,218,239)
#EEDDF0
(238,221,240)
#F0E0F1
(240,224,241)
#F2E3F2
(242,227,242)
#F4E6F3
(244,230,243)
#F6E9F4
(246,233,244)
#F8ECF5
(248,236,245)
#FAEFF6
(250,239,246)
#FCF2F7
(252,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8D4ED color. Also use rgb(232,212,237) instead hex code.

Text Font Color

.myTextColor { color: #E8D4ED; }

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

This text font color is #E8D4ED.


Background Color

.myBgColor { background-color: #E8D4ED; }

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

This div background color is #E8D4ED.


Border color

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

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

This div border color is #E8D4ED.


Opacity

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

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

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

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

This text has shadow with #E8D4ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8D4ED on black background.


Color preview on white background

This text has color #E8D4ED on white background.



Black color preview on #E8D4ED background

This text has black color on #E8D4ED background.


White color preview on #E8D4ED background

This text has white color on #E8D4ED background.