COLOR #E9DDDF

HEX: #E9DDDF RGB: (233,221,223)

Color info

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

RGB color model

#E9DDDF color RGB value is (233,221,223).

RGB: (233,221,223) (91%, 87%, 87%)

RGB channels and saturation

R 233 of 255 = 91%
G 221 of 255 = 87%
B 223 of 255 = 87%

233
221
223

R + G + B ~ 88%. #E9DDDF is light color.

Portions of RGB colors in percentages

R + G + B = 233 + 221 + 223 = 677 (100%)
R 233 of 677 ~ 34.42%
G 221 of 677 ~ 32.64%
B 223 of 677 ~ 32.94'%

%34.42
%32.64
%32.94

CMYK color model

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

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

CMYK: (0,5,4,9)
C0M5Y4K9 (0%, 5%, 4%, 9%)
(0.00 / 0.05 / 0.04 / 0.09)

CMYK percentages

%0
%5.15
%4.29
%8.63

Codes

Color #E9DDDF in popluar color models

E9 DD DF
RGB 233 221 223
HSL 350° 21.43% 89.02%
HSB/HSV 350° 5.15% 91.37%
CMYK 0.00% 5.15% 4.29%
8.63%

Color #E9DDDF in popluar number systems.

HEX E9 DD DF
Decimal 233 221 223
Binary 11101001 11011101 11011111
Octal 351 335 337

Shades and tints

Shades of #E9DDDF

#E9DDDF
(233,221,223)
#D4C9CB
(212,201,203)
#BFB5B7
(191,181,183)
#AAA1A3
(170,161,163)
#958D8F
(149,141,143)
#80797B
(128,121,123)
#6B6567
(107,101,103)
#565153
(86,81,83)
#413D3F
(65,61,63)
#2C292B
(44,41,43)
#171517
(23,21,23)
#000000
(0,0,0)

Tints of #E9DDDF

#E9DDDF
(233,221,223)
#EBE0E1
(235,224,225)
#EDE3E3
(237,227,227)
#EFE6E5
(239,230,229)
#F1E9E7
(241,233,231)
#F3ECE9
(243,236,233)
#F5EFEB
(245,239,235)
#F7F2ED
(247,242,237)
#F9F5EF
(249,245,239)
#FBF8F1
(251,248,241)
#FDFBF3
(253,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9DDDF; }

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

This text font color is #E9DDDF.

Background Color

.myBgColor { background-color: #E9DDDF; }

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

This div background color is #E9DDDF.

Border color

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

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

This div border color is #E9DDDF.

Opacity

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

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

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

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

This text has shadow with #E9DDDF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E9DDDF.

Preview

Color preview on black background

This text has color #E9DDDF on black background.


Color preview on white background

This text has color #E9DDDF on white background.


Black color preview on #E9DDDF background

This text has black color on #E9DDDF background.


White color preview on #E9DDDF background

This text has white color on #E9DDDF background.


Related colors

Complementary color

Complementary color for #hex is #162220.


I love getcolorcode.com

Triadic colors

1 #DFE9DD and #DDDFE9 with #E9DDDF are triadic colors.

2 #DFDDE9 and #DDE9DF with #E9DDDF are triadic colors.