COLOR #E9D4DB

HEX: #E9D4DB RGB: (233,212,219)

Color info

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

RGB color model

#E9D4DB color RGB value is (233,212,219).

RGB: (233,212,219) (91%, 83%, 86%)

RGB channels and saturation

R 233 of 255 = 91%
G 212 of 255 = 83%
B 219 of 255 = 86%

233
212
219

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

Portions of RGB colors in percentages

R + G + B = 233 + 212 + 219 = 664 (100%)
R 233 of 664 ~ 35.09%
G 212 of 664 ~ 31.93%
B 219 of 664 ~ 32.98'%

%35.09
%31.93
%32.98

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 9.01%
  • yellow value is 6.01%
  • 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
%9.01
%6.01
%8.63

Codes

Color #E9D4DB in popluar color models

E9 D4 DB
RGB 233 212 219
HSL 340° 32.31% 87.25%
HSB/HSV 340° 9.01% 91.37%
CMYK 0.00% 9.01% 6.01%
8.63%

Color #E9D4DB in popluar number systems.

HEX E9 D4 DB
Decimal 233 212 219
Binary 11101001 11010100 11011011
Octal 351 324 333

Shades and tints

Shades of #E9D4DB

#E9D4DB
(233,212,219)
#D4C1C8
(212,193,200)
#BFAEB5
(191,174,181)
#AA9BA2
(170,155,162)
#95888F
(149,136,143)
#80757C
(128,117,124)
#6B6269
(107,98,105)
#564F56
(86,79,86)
#413C43
(65,60,67)
#2C2930
(44,41,48)
#17161D
(23,22,29)
#000000
(0,0,0)

Tints of #E9D4DB

#E9D4DB
(233,212,219)
#EBD7DE
(235,215,222)
#EDDAE1
(237,218,225)
#EFDDE4
(239,221,228)
#F1E0E7
(241,224,231)
#F3E3EA
(243,227,234)
#F5E6ED
(245,230,237)
#F7E9F0
(247,233,240)
#F9ECF3
(249,236,243)
#FBEFF6
(251,239,246)
#FDF2F9
(253,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9D4DB; }

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

This text font color is #E9D4DB.

Background Color

.myBgColor { background-color: #E9D4DB; }

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

This div background color is #E9D4DB.

Border color

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

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

This div border color is #E9D4DB.

Opacity

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

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

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

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

This text has shadow with #E9D4DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E9D4DB.

Preview

Color preview on black background

This text has color #E9D4DB on black background.


Color preview on white background

This text has color #E9D4DB on white background.


Black color preview on #E9D4DB background

This text has black color on #E9D4DB background.


White color preview on #E9D4DB background

This text has white color on #E9D4DB background.


Related colors

Complementary color

Complementary color for #hex is #162B24.


I love getcolorcode.com

Triadic colors

1 #DBE9D4 and #D4DBE9 with #E9D4DB are triadic colors.

2 #DBD4E9 and #D4E9DB with #E9D4DB are triadic colors.