COLOR #E9DDD8

HEX: #E9DDD8 RGB: (233,221,216)

Color info

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

RGB color model

#E9DDD8 color RGB value is (233,221,216).

RGB: (233,221,216) (91%, 87%, 85%)

RGB channels and saturation

R 233 of 255 = 91%
G 221 of 255 = 87%
B 216 of 255 = 85%

233
221
216

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

Portions of RGB colors in percentages

R + G + B = 233 + 221 + 216 = 670 (100%)
R 233 of 670 ~ 34.78%
G 221 of 670 ~ 32.99%
B 216 of 670 ~ 32.24'%

%34.78
%32.99
%32.24

CMYK color model

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

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

CMYK: (0,5,7,9)
C0M5Y7K9 (0%, 5%, 7%, 9%)
(0.00 / 0.05 / 0.07 / 0.09)

CMYK percentages

%0
%5.15
%7.3
%8.63

Codes

Color #E9DDD8 in popluar color models

E9 DD D8
RGB 233 221 216
HSL 18° 27.87% 88.04%
HSB/HSV 18° 7.30% 91.37%
CMYK 0.00% 5.15% 7.30%
8.63%

Color #E9DDD8 in popluar number systems.

HEX E9 DD D8
Decimal 233 221 216
Binary 11101001 11011101 11011000
Octal 351 335 330

Shades and tints

Shades of #E9DDD8

#E9DDD8
(233,221,216)
#D4C9C5
(212,201,197)
#BFB5B2
(191,181,178)
#AAA19F
(170,161,159)
#958D8C
(149,141,140)
#807979
(128,121,121)
#6B6566
(107,101,102)
#565153
(86,81,83)
#413D40
(65,61,64)
#2C292D
(44,41,45)
#17151A
(23,21,26)
#000000
(0,0,0)

Tints of #E9DDD8

#E9DDD8
(233,221,216)
#EBE0DB
(235,224,219)
#EDE3DE
(237,227,222)
#EFE6E1
(239,230,225)
#F1E9E4
(241,233,228)
#F3ECE7
(243,236,231)
#F5EFEA
(245,239,234)
#F7F2ED
(247,242,237)
#F9F5F0
(249,245,240)
#FBF8F3
(251,248,243)
#FDFBF6
(253,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9DDD8; }

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

This text font color is #E9DDD8.

Background Color

.myBgColor { background-color: #E9DDD8; }

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

This div background color is #E9DDD8.

Border color

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

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

This div border color is #E9DDD8.

Opacity

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

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

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

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

This text has shadow with #E9DDD8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E9DDD8.

Preview

Color preview on black background

This text has color #E9DDD8 on black background.


Color preview on white background

This text has color #E9DDD8 on white background.


Black color preview on #E9DDD8 background

This text has black color on #E9DDD8 background.


White color preview on #E9DDD8 background

This text has white color on #E9DDD8 background.


Related colors

Complementary color

Complementary color for #hex is #162227.


I love getcolorcode.com

Triadic colors

1 #D8E9DD and #DDD8E9 with #E9DDD8 are triadic colors.

2 #D8DDE9 and #DDE9D8 with #E9DDD8 are triadic colors.