COLOR #E9D5DC

HEX: #E9D5DC RGB: (233,213,220)

Color info

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

RGB color model

#E9D5DC color RGB value is (233,213,220).

RGB: (233,213,220) (91%, 84%, 86%)

RGB channels and saturation

R 233 of 255 = 91%
G 213 of 255 = 84%
B 220 of 255 = 86%

233
213
220

R + G + B ~ 87%. #E9D5DC is light color.

Portions of RGB colors in percentages

R + G + B = 233 + 213 + 220 = 666 (100%)
R 233 of 666 ~ 34.98%
G 213 of 666 ~ 31.98%
B 220 of 666 ~ 33.03'%

%34.98
%31.98
%33.03

CMYK color model

#E9D5DC color CMYK value is (0,9,6,9).

  • cyan value is 0.00%
  • magenta value is 8.58%
  • yellow value is 5.58%
  • key color value is 8.63%
CMYK: (0,9,6,9) C0M9Y6K9 (0%,9%,6%,9%) (0.00/0.09/0.06/0.09) 

CMYK percentages

%0
%8.58
%5.58
%8.63

Codes

Color #E9D5DC in popluar color models

E9 D5 DC
RGB 233 213 220
HSL 339° 31.25% 87.45%
HSB/HSV 339° 8.58% 91.37%
CMYK 0.00% 8.58% 5.58%
8.63%

Color #E9D5DC in popluar number systems.

HEX E9 D5 DC
Decimal 233 213 220
Binary 11101001 11010101 11011100
Octal 351 325 334

Shades and tints

Shades of #E9D5DC

#E9D5DC
(233,213,220)
#D4C2C8
(212,194,200)
#BFAFB4
(191,175,180)
#AA9CA0
(170,156,160)
#95898C
(149,137,140)
#807678
(128,118,120)
#6B6364
(107,99,100)
#565050
(86,80,80)
#413D3C
(65,61,60)
#2C2A28
(44,42,40)
#171714
(23,23,20)
#000000
(0,0,0)

Tints of #E9D5DC

#E9D5DC
(233,213,220)
#EBD8DF
(235,216,223)
#EDDBE2
(237,219,226)
#EFDEE5
(239,222,229)
#F1E1E8
(241,225,232)
#F3E4EB
(243,228,235)
#F5E7EE
(245,231,238)
#F7EAF1
(247,234,241)
#F9EDF4
(249,237,244)
#FBF0F7
(251,240,247)
#FDF3FA
(253,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9D5DC color. Also use rgb(233,213,220) instead hex code.

Text Font Color

.myTextColor { color: #E9D5DC; }

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

This text font color is #E9D5DC.

Background Color

.myBgColor { background-color: #E9D5DC; }

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

This div background color is #E9D5DC.

Border color

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

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

This div border color is #E9D5DC.

Opacity

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

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

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

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

This text has shadow with #E9D5DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E9D5DC.

Preview

Color preview on black background

This text has color #E9D5DC on black background.


Color preview on white background

This text has color #E9D5DC on white background.


Black color preview on #E9D5DC background

This text has black color on #E9D5DC background.


White color preview on #E9D5DC background

This text has white color on #E9D5DC background.


Related colors

Complementary color

Complementary color for #hex is #162A23.


I love getcolorcode.com

Triadic colors

1 #DCE9D5 and #D5DCE9 with #E9D5DC are triadic colors.

2 #DCD5E9 and #D5E9DC with #E9D5DC are triadic colors.