COLOR #E9C0DD

HEX: #E9C0DD
RGB: (233,192,221)

Color info

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

RGB color model

#E9C0DD color RGB value is (233,192,221).

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

RGB channels and saturation

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

233
192
221

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

Portions of RGB colors in percentages

R + G + B =
233 + 192 + 221 = 646 (100%)
R 233 of 646 ~ 36.07%
G 192 of 646 ~ 29.72%
B 221 of 646 ~ 34.21%

%36.07
%29.72
%34.21

CMYK color model

#E9C0DD color CMYK value is (0,18,5,9).

  • cyan value is 0.00%
  • magenta value is 17.60%
  • yellow value is 5.15%
  • key color value is 8.63%
CMYK:
(0,18,5,9)
C0M18Y5K9 
(0%,18%,5%,9%)
(0.00/0.18/0.05/0.09)	

CMYK percentages

%0
%17.6
%5.15
%8.63

Codes

Color #E9C0DD in popluar color models

E9C0DD
RGB233192221
HSL318°48.24%83.33%
HSB/HSV318°17.60%91.37%
CMYK0.00%17.60%5.15%
8.63%

Color #E9C0DD in popluar number systems.

HEXE9C0DD
Decimal233192221
Binary111010011100000011011101
Octal351300335

Shades and tints

Shades of #E9C0DD

#E9C0DD
(233,192,221)
#D4AFC9
(212,175,201)
#BF9EB5
(191,158,181)
#AA8DA1
(170,141,161)
#957C8D
(149,124,141)
#806B79
(128,107,121)
#6B5A65
(107,90,101)
#564951
(86,73,81)
#41383D
(65,56,61)
#2C2729
(44,39,41)
#171615
(23,22,21)
#000000
(0,0,0)

Tints of #E9C0DD

#E9C0DD
(233,192,221)
#EBC5E0
(235,197,224)
#EDCAE3
(237,202,227)
#EFCFE6
(239,207,230)
#F1D4E9
(241,212,233)
#F3D9EC
(243,217,236)
#F5DEEF
(245,222,239)
#F7E3F2
(247,227,242)
#F9E8F5
(249,232,245)
#FBEDF8
(251,237,248)
#FDF2FB
(253,242,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9C0DD; }

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

This text font color is #E9C0DD.


Background Color

.myBgColor { background-color: #E9C0DD; }

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

This div background color is #E9C0DD.


Border color

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

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

This div border color is #E9C0DD.


Opacity

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

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

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

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

This text has shadow with #E9C0DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9C0DD on black background.


Color preview on white background

This text has color #E9C0DD on white background.



Black color preview on #E9C0DD background

This text has black color on #E9C0DD background.


White color preview on #E9C0DD background

This text has white color on #E9C0DD background.