Color Hex Logo

#e9d7dc Color Hex

#E9D7DC
(233,215,220)
0 Favorites   0 Comments

Color spaces of #e9d7dc

RGB 233215220
HSL0.950.290.88
HSV343°91°
CMYK 0.000.080.06   0.09
XYZ70.823071.091877.6995
Yxy71.09180.32250.3237
Hunter Lab84.31602.38204.3838
CIE-Lab87.52967.0479-0.2246

#e9d7dc color RGB value is (233,215,220).

#e9d7dc hex color red value is 233, green value is 215 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #e9d7dc hue: 0.95 , saturation: 0.29 and the lightness value of e9d7dc is 0.88.

The process color (four color CMYK) of #e9d7dc color hex is 0.00, 0.08, 0.06, 0.09. Web safe color of #e9d7dc is #ffcccc. Color #e9d7dc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 11010111 11011100
Octal 351 327 334
Decimal 233 215 220
Hex E9 D7 DC

RGB Percentages of Color #e9d7dc

%34.88
%32.19
%32.93

CMYK Percentages of Color #e9d7dc

%0
%8
%6
%9

Triadic Colors of #e9d7dc

#e9d7dc #dce9d7 #d7dce9

Analogous Colors of #e9d7dc

#e9d7dc #e9dbd7 #e9d7e5

Monochromatic Colors of #e9d7dc

#e9d7dc

Complementary Color

#e9d7dc #d7e9e4

#e9d7dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e9d7dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e9d7dc Color CSS Codes

.mybgcolor {background-color:#e9d7dc; } 
.myforecolor {color:#e9d7dc; }
.mybordercolor {border:3px solid #e9d7dc; }

#e9d7dc Text Font Color

<p style="color:#e9d7dc">Text here</p>

This sample text font color is #e9d7dc
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#e9d7dc Background Color

<div style="background-color:#e9d7dc">
Div content here</div>

This div background color is #e9d7dc


#e9d7dc Border Color

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

This div border color is #e9d7dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(233,215,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e9d7dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e9d7dc;
  -webkit-box-shadow: 1px 1px 3px 2px #e9d7dc;
  box-shadow:         1px 1px 3px 2px #e9d7dc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(233,215,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #e9d7dc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #e9d7dc;
  -webkit-box-shadow: 1px 1px 3px 2px #e9d7dc;
  box-shadow:         1px 1px 3px 2px #e9d7dc;">
Div content here</div>

This div box has shadow with color #e9d7dc


Comments

No comments written yet.

Please login to write comment.