COLOR #E9D6DD

HEX: #E9D6DD RGB: (233,214,221)

Color info

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

RGB color model

#E9D6DD color RGB value is (233,214,221).

RGB: (233,214,221) (91%, 84%, 87%)

RGB channels and saturation

R 233 of 255 = 91%
G 214 of 255 = 84%
B 221 of 255 = 87%

233
214
221

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

Portions of RGB colors in percentages

R + G + B = 233 + 214 + 221 = 668 (100%)
R 233 of 668 ~ 34.88%
G 214 of 668 ~ 32.04%
B 221 of 668 ~ 33.08'%

%34.88
%32.04
%33.08

CMYK color model

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

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

CMYK: (0,8,5,9)
C0M8Y5K9 (0%, 8%, 5%, 9%)
(0.00 / 0.08 / 0.05 / 0.09)

CMYK percentages

%0
%8.15
%5.15
%8.63

Codes

Color #E9D6DD in popluar color models

E9 D6 DD
RGB 233 214 221
HSL 338° 30.16% 87.65%
HSB/HSV 338° 8.15% 91.37%
CMYK 0.00% 8.15% 5.15%
8.63%

Color #E9D6DD in popluar number systems.

HEX E9 D6 DD
Decimal 233 214 221
Binary 11101001 11010110 11011101
Octal 351 326 335

Shades and tints

Shades of #E9D6DD

#E9D6DD
(233,214,221)
#D4C3C9
(212,195,201)
#BFB0B5
(191,176,181)
#AA9DA1
(170,157,161)
#958A8D
(149,138,141)
#807779
(128,119,121)
#6B6465
(107,100,101)
#565151
(86,81,81)
#413E3D
(65,62,61)
#2C2B29
(44,43,41)
#171815
(23,24,21)
#000000
(0,0,0)

Tints of #E9D6DD

#E9D6DD
(233,214,221)
#EBD9E0
(235,217,224)
#EDDCE3
(237,220,227)
#EFDFE6
(239,223,230)
#F1E2E9
(241,226,233)
#F3E5EC
(243,229,236)
#F5E8EF
(245,232,239)
#F7EBF2
(247,235,242)
#F9EEF5
(249,238,245)
#FBF1F8
(251,241,248)
#FDF4FB
(253,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9D6DD; }

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

This text font color is #E9D6DD.

Background Color

.myBgColor { background-color: #E9D6DD; }

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

This div background color is #E9D6DD.

Border color

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

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

This div border color is #E9D6DD.

Opacity

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

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

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

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

This text has shadow with #E9D6DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E9D6DD.

Preview

Color preview on black background

This text has color #E9D6DD on black background.


Color preview on white background

This text has color #E9D6DD on white background.


Black color preview on #E9D6DD background

This text has black color on #E9D6DD background.


White color preview on #E9D6DD background

This text has white color on #E9D6DD background.


Related colors

Complementary color

Complementary color for #hex is #162922.


I love getcolorcode.com

Triadic colors

1 #DDE9D6 and #D6DDE9 with #E9D6DD are triadic colors.

2 #DDD6E9 and #D6E9DD with #E9D6DD are triadic colors.