COLOR #E9DFDD

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

233
223
221

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

Portions of RGB colors in percentages

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

%34.42
%32.94
%32.64

CMYK color model

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

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

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

CMYK percentages

%0
%4.29
%5.15
%8.63

Codes

Color #E9DFDD in popluar color models

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

Color #E9DFDD in popluar number systems.

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

Shades and tints

Shades of #E9DFDD

#E9DFDD
(233,223,221)
#D4CBC9
(212,203,201)
#BFB7B5
(191,183,181)
#AAA3A1
(170,163,161)
#958F8D
(149,143,141)
#807B79
(128,123,121)
#6B6765
(107,103,101)
#565351
(86,83,81)
#413F3D
(65,63,61)
#2C2B29
(44,43,41)
#171715
(23,23,21)
#000000
(0,0,0)

Tints of #E9DFDD

#E9DFDD
(233,223,221)
#EBE1E0
(235,225,224)
#EDE3E3
(237,227,227)
#EFE5E6
(239,229,230)
#F1E7E9
(241,231,233)
#F3E9EC
(243,233,236)
#F5EBEF
(245,235,239)
#F7EDF2
(247,237,242)
#F9EFF5
(249,239,245)
#FBF1F8
(251,241,248)
#FDF3FB
(253,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9DFDD; }

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

This text font color is #E9DFDD.

Background Color

.myBgColor { background-color: #E9DFDD; }

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

This div background color is #E9DFDD.

Border color

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

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

This div border color is #E9DFDD.

Opacity

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

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

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

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

This text has shadow with #E9DFDD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E9DFDD.

Preview

Color preview on black background

This text has color #E9DFDD on black background.


Color preview on white background

This text has color #E9DFDD on white background.


Black color preview on #E9DFDD background

This text has black color on #E9DFDD background.


White color preview on #E9DFDD background

This text has white color on #E9DFDD background.


Related colors

Complementary color

Complementary color for #hex is #162022.


I love getcolorcode.com

Triadic colors

1 #DDE9DF and #DFDDE9 with #E9DFDD are triadic colors.

2 #DDDFE9 and #DFE9DD with #E9DFDD are triadic colors.