COLOR #E9D3DE

HEX: #E9D3DE RGB: (233,211,222)

Color info

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

RGB color model

#E9D3DE color RGB value is (233,211,222).

RGB: (233,211,222) (91%, 83%, 87%)

RGB channels and saturation

R 233 of 255 = 91%
G 211 of 255 = 83%
B 222 of 255 = 87%

233
211
222

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

Portions of RGB colors in percentages

R + G + B = 233 + 211 + 222 = 666 (100%)
R 233 of 666 ~ 34.98%
G 211 of 666 ~ 31.68%
B 222 of 666 ~ 33.33'%

%34.98
%31.68
%33.33

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 9.44%
  • yellow value is 4.72%
  • 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.44
%4.72
%8.63

Codes

Color #E9D3DE in popluar color models

E9 D3 DE
RGB 233 211 222
HSL 330° 33.33% 87.06%
HSB/HSV 330° 9.44% 91.37%
CMYK 0.00% 9.44% 4.72%
8.63%

Color #E9D3DE in popluar number systems.

HEX E9 D3 DE
Decimal 233 211 222
Binary 11101001 11010011 11011110
Octal 351 323 336

Shades and tints

Shades of #E9D3DE

#E9D3DE
(233,211,222)
#D4C0CA
(212,192,202)
#BFADB6
(191,173,182)
#AA9AA2
(170,154,162)
#95878E
(149,135,142)
#80747A
(128,116,122)
#6B6166
(107,97,102)
#564E52
(86,78,82)
#413B3E
(65,59,62)
#2C282A
(44,40,42)
#171516
(23,21,22)
#000000
(0,0,0)

Tints of #E9D3DE

#E9D3DE
(233,211,222)
#EBD7E1
(235,215,225)
#EDDBE4
(237,219,228)
#EFDFE7
(239,223,231)
#F1E3EA
(241,227,234)
#F3E7ED
(243,231,237)
#F5EBF0
(245,235,240)
#F7EFF3
(247,239,243)
#F9F3F6
(249,243,246)
#FBF7F9
(251,247,249)
#FDFBFC
(253,251,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9D3DE color. Also use rgb(233,211,222) instead hex code.

Text Font Color

.myTextColor { color: #E9D3DE; }

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

This text font color is #E9D3DE.

Background Color

.myBgColor { background-color: #E9D3DE; }

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

This div background color is #E9D3DE.

Border color

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

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

This div border color is #E9D3DE.

Opacity

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

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

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

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

This text has shadow with #E9D3DE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E9D3DE.

Preview

Color preview on black background

This text has color #E9D3DE on black background.


Color preview on white background

This text has color #E9D3DE on white background.


Black color preview on #E9D3DE background

This text has black color on #E9D3DE background.


White color preview on #E9D3DE background

This text has white color on #E9D3DE background.


Related colors

Complementary color

Complementary color for #hex is #162C21.


I love getcolorcode.com

Triadic colors

1 #DEE9D3 and #D3DEE9 with #E9D3DE are triadic colors.

2 #DED3E9 and #D3E9DE with #E9D3DE are triadic colors.