COLOR #E9DEDA

HEX: #E9DEDA RGB: (233,222,218)

Color info

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

RGB color model

#E9DEDA color RGB value is (233,222,218).

RGB: (233,222,218) (91%, 87%, 85%)

RGB channels and saturation

R 233 of 255 = 91%
G 222 of 255 = 87%
B 218 of 255 = 85%

233
222
218

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

Portions of RGB colors in percentages

R + G + B = 233 + 222 + 218 = 673 (100%)
R 233 of 673 ~ 34.62%
G 222 of 673 ~ 32.99%
B 218 of 673 ~ 32.39'%

%34.62
%32.99
%32.39

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 4.72%
  • yellow value is 6.44%
  • key color value is 8.63%

CMYK: (0,5,6,9)
C0M5Y6K9 (0%, 5%, 6%, 9%)
(0.00 / 0.05 / 0.06 / 0.09)

CMYK percentages

%0
%4.72
%6.44
%8.63

Codes

Color #E9DEDA in popluar color models

E9 DE DA
RGB 233 222 218
HSL 16° 25.42% 88.43%
HSB/HSV 16° 6.44% 91.37%
CMYK 0.00% 4.72% 6.44%
8.63%

Color #E9DEDA in popluar number systems.

HEX E9 DE DA
Decimal 233 222 218
Binary 11101001 11011110 11011010
Octal 351 336 332

Shades and tints

Shades of #E9DEDA

#E9DEDA
(233,222,218)
#D4CAC7
(212,202,199)
#BFB6B4
(191,182,180)
#AAA2A1
(170,162,161)
#958E8E
(149,142,142)
#807A7B
(128,122,123)
#6B6668
(107,102,104)
#565255
(86,82,85)
#413E42
(65,62,66)
#2C2A2F
(44,42,47)
#17161C
(23,22,28)
#000000
(0,0,0)

Tints of #E9DEDA

#E9DEDA
(233,222,218)
#EBE1DD
(235,225,221)
#EDE4E0
(237,228,224)
#EFE7E3
(239,231,227)
#F1EAE6
(241,234,230)
#F3EDE9
(243,237,233)
#F5F0EC
(245,240,236)
#F7F3EF
(247,243,239)
#F9F6F2
(249,246,242)
#FBF9F5
(251,249,245)
#FDFCF8
(253,252,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9DEDA; }

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

This text font color is #E9DEDA.

Background Color

.myBgColor { background-color: #E9DEDA; }

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

This div background color is #E9DEDA.

Border color

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

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

This div border color is #E9DEDA.

Opacity

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

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

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

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

This text has shadow with #E9DEDA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E9DEDA.

Preview

Color preview on black background

This text has color #E9DEDA on black background.


Color preview on white background

This text has color #E9DEDA on white background.


Black color preview on #E9DEDA background

This text has black color on #E9DEDA background.


White color preview on #E9DEDA background

This text has white color on #E9DEDA background.


Related colors

Complementary color

Complementary color for #hex is #162125.


I love getcolorcode.com

Triadic colors

1 #DAE9DE and #DEDAE9 with #E9DEDA are triadic colors.

2 #DADEE9 and #DEE9DA with #E9DEDA are triadic colors.