COLOR #E9D4DD

HEX: #E9D4DD RGB: (233,212,221)

Color info

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

RGB color model

#E9D4DD color RGB value is (233,212,221).

RGB: (233,212,221) (91%, 83%, 87%)

RGB channels and saturation

R 233 of 255 = 91%
G 212 of 255 = 83%
B 221 of 255 = 87%

233
212
221

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

Portions of RGB colors in percentages

R + G + B = 233 + 212 + 221 = 666 (100%)
R 233 of 666 ~ 34.98%
G 212 of 666 ~ 31.83%
B 221 of 666 ~ 33.18'%

%34.98
%31.83
%33.18

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 9.01%
  • yellow value is 5.15%
  • key color value is 8.63%

CMYK: (0,9,5,9)
C0M9Y5K9 (0%, 9%, 5%, 9%)
(0.00 / 0.09 / 0.05 / 0.09)

CMYK percentages

%0
%9.01
%5.15
%8.63

Codes

Color #E9D4DD in popluar color models

E9 D4 DD
RGB 233 212 221
HSL 334° 32.31% 87.25%
HSB/HSV 334° 9.01% 91.37%
CMYK 0.00% 9.01% 5.15%
8.63%

Color #E9D4DD in popluar number systems.

HEX E9 D4 DD
Decimal 233 212 221
Binary 11101001 11010100 11011101
Octal 351 324 335

Shades and tints

Shades of #E9D4DD

#E9D4DD
(233,212,221)
#D4C1C9
(212,193,201)
#BFAEB5
(191,174,181)
#AA9BA1
(170,155,161)
#95888D
(149,136,141)
#807579
(128,117,121)
#6B6265
(107,98,101)
#564F51
(86,79,81)
#413C3D
(65,60,61)
#2C2929
(44,41,41)
#171615
(23,22,21)
#000000
(0,0,0)

Tints of #E9D4DD

#E9D4DD
(233,212,221)
#EBD7E0
(235,215,224)
#EDDAE3
(237,218,227)
#EFDDE6
(239,221,230)
#F1E0E9
(241,224,233)
#F3E3EC
(243,227,236)
#F5E6EF
(245,230,239)
#F7E9F2
(247,233,242)
#F9ECF5
(249,236,245)
#FBEFF8
(251,239,248)
#FDF2FB
(253,242,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9D4DD; }

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

This text font color is #E9D4DD.

Background Color

.myBgColor { background-color: #E9D4DD; }

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

This div background color is #E9D4DD.

Border color

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

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

This div border color is #E9D4DD.

Opacity

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

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

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

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

This text has shadow with #E9D4DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E9D4DD.

Preview

Color preview on black background

This text has color #E9D4DD on black background.


Color preview on white background

This text has color #E9D4DD on white background.


Black color preview on #E9D4DD background

This text has black color on #E9D4DD background.


White color preview on #E9D4DD background

This text has white color on #E9D4DD background.


Related colors

Complementary color

Complementary color for #hex is #162B22.


I love getcolorcode.com

Triadic colors

1 #DDE9D4 and #D4DDE9 with #E9D4DD are triadic colors.

2 #DDD4E9 and #D4E9DD with #E9D4DD are triadic colors.