COLOR #E8C0DD

HEX: #E8C0DD
RGB: (232,192,221)

Color info

#E8C0DD contains red, green and blue colors in about the same proportion. Web safe color of #E8C0DD is #FFCCCC (or #FCC).

RGB color model

#E8C0DD color RGB value is (232,192,221).

  • red value is 232;
  • green value is 192;
  • blue value is 221.
RGB:
(232,192,221)
(91%,75%,87%)

RGB channels and saturation

R 232 of 255 = 91%
G 192 of 255 = 75%
B 221 of 255 = 87%

232
192
221

R + G + B ~ 84%. #E8C0DD is quite light color.

Portions of RGB colors in percentages

R + G + B =
232 + 192 + 221 = 645 (100%)
R 232 of 645 ~ 35.97%
G 192 of 645 ~ 29.77%
B 221 of 645 ~ 34.26%

%35.97
%29.77
%34.26

CMYK color model

#E8C0DD color CMYK value is (0,17,5,9).

  • cyan value is 0.00%
  • magenta value is 17.24%
  • yellow value is 4.74%
  • key color value is 9.02%
CMYK:
(0,17,5,9)
C0M17Y5K9 
(0%,17%,5%,9%)
(0.00/0.17/0.05/0.09)	

CMYK percentages

%0
%17.24
%4.74
%9.02

Codes

Color #E8C0DD in popluar color models

E8C0DD
RGB232192221
HSL317°46.51%83.14%
HSB/HSV317°17.24%90.98%
CMYK0.00%17.24%4.74%
9.02%

Color #E8C0DD in popluar number systems.

HEXE8C0DD
Decimal232192221
Binary111010001100000011011101
Octal350300335

Shades and tints

Shades of #E8C0DD

#E8C0DD
(232,192,221)
#D3AFC9
(211,175,201)
#BE9EB5
(190,158,181)
#A98DA1
(169,141,161)
#947C8D
(148,124,141)
#7F6B79
(127,107,121)
#6A5A65
(106,90,101)
#554951
(85,73,81)
#40383D
(64,56,61)
#2B2729
(43,39,41)
#161615
(22,22,21)
#000000
(0,0,0)

Tints of #E8C0DD

#E8C0DD
(232,192,221)
#EAC5E0
(234,197,224)
#ECCAE3
(236,202,227)
#EECFE6
(238,207,230)
#F0D4E9
(240,212,233)
#F2D9EC
(242,217,236)
#F4DEEF
(244,222,239)
#F6E3F2
(246,227,242)
#F8E8F5
(248,232,245)
#FAEDF8
(250,237,248)
#FCF2FB
(252,242,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8C0DD color. Also use rgb(232,192,221) instead hex code.

Text Font Color

.myTextColor { color: #E8C0DD; }

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

This text font color is #E8C0DD.


Background Color

.myBgColor { background-color: #E8C0DD; }

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

This div background color is #E8C0DD.


Border color

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

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

This div border color is #E8C0DD.


Opacity

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

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

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

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

This text has shadow with #E8C0DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8C0DD on black background.


Color preview on white background

This text has color #E8C0DD on white background.



Black color preview on #E8C0DD background

This text has black color on #E8C0DD background.


White color preview on #E8C0DD background

This text has white color on #E8C0DD background.