Color Hex Logo

#e7deed Color Hex

#E7DEED
(231,222,237)
0 Favorites   0 Comments

Color spaces of #e7deed

RGB 231222237
HSL0.770.290.90
HSV276°93°
CMYK 0.030.060.00   0.07
XYZ74.362375.345990.7447
Yxy75.34590.30930.3133
Hunter Lab86.80201.0154-1.2216
CIE-Lab89.55485.7472-6.2224

#e7deed color RGB value is (231,222,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 11011110 11101101
Octal 347 336 355
Decimal 231 222 237
Hex E7 DE ED

RGB Percentages of Color #e7deed

%33.48
%32.17
%34.35

CMYK Percentages of Color #e7deed

%3
%6
%0
%7

Triadic Colors of #e7deed

#e7deed #ede7de #deede7

Analogous Colors of #e7deed

#e7deed #eddeec #e0deed

Monochromatic Colors of #e7deed

#e7deed

Complementary Color

#e7deed #e4edde

#e7deed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e7deed Color Preview on White Background

Lorem ipsum dolor sit amet.

#e7deed Color CSS Codes

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

#e7deed Text Font Color

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

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


#e7deed Background Color

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

This div background color is #e7deed


#e7deed Border Color

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

This div border color is #e7deed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e7deed


Comments

No comments written yet.

Please login to write comment.