COLOR #E9D8DB

HEX: #E9D8DB RGB: (233,216,219)

Color info

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

RGB color model

#E9D8DB color RGB value is (233,216,219).

RGB: (233,216,219) (91%, 85%, 86%)

RGB channels and saturation

R 233 of 255 = 91%
G 216 of 255 = 85%
B 219 of 255 = 86%

233
216
219

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

Portions of RGB colors in percentages

R + G + B = 233 + 216 + 219 = 668 (100%)
R 233 of 668 ~ 34.88%
G 216 of 668 ~ 32.34%
B 219 of 668 ~ 32.78'%

%34.88
%32.34
%32.78

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.30%
  • yellow value is 6.01%
  • key color value is 8.63%
CMYK: (0,7,6,9) C0M7Y6K9 (0%,7%,6%,9%) (0.00/0.07/0.06/0.09) 

CMYK percentages

%0
%7.3
%6.01
%8.63

Codes

Color #E9D8DB in popluar color models

E9 D8 DB
RGB 233 216 219
HSL 349° 27.87% 88.04%
HSB/HSV 349° 7.30% 91.37%
CMYK 0.00% 7.30% 6.01%
8.63%

Color #E9D8DB in popluar number systems.

HEX E9 D8 DB
Decimal 233 216 219
Binary 11101001 11011000 11011011
Octal 351 330 333

Shades and tints

Shades of #E9D8DB

#E9D8DB
(233,216,219)
#D4C5C8
(212,197,200)
#BFB2B5
(191,178,181)
#AA9FA2
(170,159,162)
#958C8F
(149,140,143)
#80797C
(128,121,124)
#6B6669
(107,102,105)
#565356
(86,83,86)
#414043
(65,64,67)
#2C2D30
(44,45,48)
#171A1D
(23,26,29)
#000000
(0,0,0)

Tints of #E9D8DB

#E9D8DB
(233,216,219)
#EBDBDE
(235,219,222)
#EDDEE1
(237,222,225)
#EFE1E4
(239,225,228)
#F1E4E7
(241,228,231)
#F3E7EA
(243,231,234)
#F5EAED
(245,234,237)
#F7EDF0
(247,237,240)
#F9F0F3
(249,240,243)
#FBF3F6
(251,243,246)
#FDF6F9
(253,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9D8DB color. Also use rgb(233,216,219) instead hex code.

Text Font Color

.myTextColor { color: #E9D8DB; }

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

This text font color is #E9D8DB.

Background Color

.myBgColor { background-color: #E9D8DB; }

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

This div background color is #E9D8DB.

Border color

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

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

This div border color is #E9D8DB.

Opacity

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

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

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

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

This text has shadow with #E9D8DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E9D8DB.

Preview

Color preview on black background

This text has color #E9D8DB on black background.


Color preview on white background

This text has color #E9D8DB on white background.


Black color preview on #E9D8DB background

This text has black color on #E9D8DB background.


White color preview on #E9D8DB background

This text has white color on #E9D8DB background.


Related colors

Complementary color

Complementary color for #hex is #162724.


I love getcolorcode.com

Triadic colors

1 #DBE9D8 and #D8DBE9 with #E9D8DB are triadic colors.

2 #DBD8E9 and #D8E9DB with #E9D8DB are triadic colors.