COLOR #E9DCDA

HEX: #E9DCDA RGB: (233,220,218)

Color info

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

RGB color model

#E9DCDA color RGB value is (233,220,218).

RGB: (233,220,218) (91%, 86%, 85%)

RGB channels and saturation

R 233 of 255 = 91%
G 220 of 255 = 86%
B 218 of 255 = 85%

233
220
218

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

Portions of RGB colors in percentages

R + G + B = 233 + 220 + 218 = 671 (100%)
R 233 of 671 ~ 34.72%
G 220 of 671 ~ 32.79%
B 218 of 671 ~ 32.49'%

%34.72
%32.79
%32.49

CMYK color model

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

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

CMYK: (0,6,6,9)
C0M6Y6K9 (0%, 6%, 6%, 9%)
(0.00 / 0.06 / 0.06 / 0.09)

CMYK percentages

%0
%5.58
%6.44
%8.63

Codes

Color #E9DCDA in popluar color models

E9 DC DA
RGB 233 220 218
HSL 25.42% 88.43%
HSB/HSV 6.44% 91.37%
CMYK 0.00% 5.58% 6.44%
8.63%

Color #E9DCDA in popluar number systems.

HEX E9 DC DA
Decimal 233 220 218
Binary 11101001 11011100 11011010
Octal 351 334 332

Shades and tints

Shades of #E9DCDA

#E9DCDA
(233,220,218)
#D4C8C7
(212,200,199)
#BFB4B4
(191,180,180)
#AAA0A1
(170,160,161)
#958C8E
(149,140,142)
#80787B
(128,120,123)
#6B6468
(107,100,104)
#565055
(86,80,85)
#413C42
(65,60,66)
#2C282F
(44,40,47)
#17141C
(23,20,28)
#000000
(0,0,0)

Tints of #E9DCDA

#E9DCDA
(233,220,218)
#EBDFDD
(235,223,221)
#EDE2E0
(237,226,224)
#EFE5E3
(239,229,227)
#F1E8E6
(241,232,230)
#F3EBE9
(243,235,233)
#F5EEEC
(245,238,236)
#F7F1EF
(247,241,239)
#F9F4F2
(249,244,242)
#FBF7F5
(251,247,245)
#FDFAF8
(253,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9DCDA; }

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

This text font color is #E9DCDA.

Background Color

.myBgColor { background-color: #E9DCDA; }

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

This div background color is #E9DCDA.

Border color

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

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

This div border color is #E9DCDA.

Opacity

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

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

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

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

This text has shadow with #E9DCDA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E9DCDA.

Preview

Color preview on black background

This text has color #E9DCDA on black background.


Color preview on white background

This text has color #E9DCDA on white background.


Black color preview on #E9DCDA background

This text has black color on #E9DCDA background.


White color preview on #E9DCDA background

This text has white color on #E9DCDA background.


Related colors

Complementary color

Complementary color for #hex is #162325.


I love getcolorcode.com

Triadic colors

1 #DAE9DC and #DCDAE9 with #E9DCDA are triadic colors.

2 #DADCE9 and #DCE9DA with #E9DCDA are triadic colors.