Color Hex Logo

#e9dedd Color Hex

#E9DEDD
(233,222,221)
0 Favorites   0 Comments

Color spaces of #e9dedd

RGB 233222221
HSL0.010.210.89
HSV91°
CMYK 0.000.050.05   0.09
XYZ72.776774.786679.0061
Yxy74.78660.32120.3301
Hunter Lab86.4792-1.12186.3690
CIE-Lab89.29293.57761.8194

#e9dedd color RGB value is (233,222,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 11011110 11011101
Octal 351 336 335
Decimal 233 222 221
Hex E9 DE DD

RGB Percentages of Color #e9dedd

%34.47
%32.84
%32.69

CMYK Percentages of Color #e9dedd

%0
%5
%5
%9

Triadic Colors of #e9dedd

#e9dedd #dde9de #dedde9

Analogous Colors of #e9dedd

#e9dedd #e9e4dd #e9dde2

Monochromatic Colors of #e9dedd

#e9dedd

Complementary Color

#e9dedd #dde8e9

#e9dedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e9dedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e9dedd Color CSS Codes

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

#e9dedd Text Font Color

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

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


#e9dedd Background Color

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

This div background color is #e9dedd


#e9dedd Border Color

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

This div border color is #e9dedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e9dedd


Comments

No comments written yet.

Please login to write comment.