Color Hex Logo

#e9dddc Color Hex

#E9DDDC
(233,221,220)
0 Favorites   0 Comments

Color spaces of #e9dddc

RGB 233221220
HSL0.010.230.89
HSV91°
CMYK 0.000.050.06   0.09
XYZ72.379074.203878.2181
Yxy74.20380.32200.3301
Hunter Lab86.1416-0.76636.4628
CIE-Lab89.01873.92491.9461

#e9dddc color RGB value is (233,221,220).

#e9dddc hex color red value is 233, green value is 221 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #e9dddc hue: 0.01 , saturation: 0.23 and the lightness value of e9dddc is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 11011101 11011100
Octal 351 335 334
Decimal 233 221 220
Hex E9 DD DC

RGB Percentages of Color #e9dddc

%34.57
%32.79
%32.64

CMYK Percentages of Color #e9dddc

%0
%5
%6
%9

Triadic Colors of #e9dddc

#e9dddc #dce9dd #dddce9

Analogous Colors of #e9dddc

#e9dddc #e9e4dc #e9dce2

Monochromatic Colors of #e9dddc

#e9dddc

Complementary Color

#e9dddc #dce8e9

#e9dddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e9dddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e9dddc Color CSS Codes

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

#e9dddc Text Font Color

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

This sample text font color is #e9dddc
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.


#e9dddc Background Color

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

This div background color is #e9dddc


#e9dddc Border Color

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

This div border color is #e9dddc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(233,221,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 #e9dddc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e9dddc


Comments

No comments written yet.

Please login to write comment.