Color Hex Logo

#e9deed Color Hex

#E9DEED
(233,222,237)
0 Favorites   0 Comments

Color spaces of #e9deed

RGB 233222237
HSL0.790.290.90
HSV284°93°
CMYK 0.020.060.00   0.07
XYZ75.011675.680690.7750
Yxy75.68060.31060.3134
Hunter Lab86.99461.6721-0.9703
CIE-Lab89.71086.4116-5.9742

#e9deed color RGB value is (233,222,237).

#e9deed hex color red value is 233, green value is 222 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #e9deed hue: 0.79 , saturation: 0.29 and the lightness value of e9deed is 0.90.

The process color (four color CMYK) of #e9deed color hex is 0.02, 0.06, 0.00, 0.07. Web safe color of #e9deed is #ffccff. Color #e9deed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 11011110 11101101
Octal 351 336 355
Decimal 233 222 237
Hex E9 DE ED

RGB Percentages of Color #e9deed

%33.67
%32.08
%34.25

CMYK Percentages of Color #e9deed

%2
%6
%0
%7

Triadic Colors of #e9deed

#e9deed #ede9de #deede9

Analogous Colors of #e9deed

#e9deed #eddeea #e2deed

Monochromatic Colors of #e9deed

#e9deed

Complementary Color

#e9deed #e2edde

#e9deed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e9deed Color Preview on White Background

Lorem ipsum dolor sit amet.

#e9deed Color CSS Codes

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

#e9deed Text Font Color

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

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


#e9deed Background Color

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

This div background color is #e9deed


#e9deed Border Color

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

This div border color is #e9deed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e9deed

#e9deed Color Palettes


Comments

No comments written yet.

Please login to write comment.