Color Hex Logo

#e7deee Color Hex

#E7DEEE
(231,222,238)
0 Favorites   0 Comments

Color spaces of #e7deee

RGB 231222238
HSL0.760.320.90
HSV274°93°
CMYK 0.030.070.00   0.07
XYZ74.508975.404591.5164
Yxy75.40450.30860.3123
Hunter Lab86.83581.1983-1.7008
CIE-Lab89.58215.9319-6.7072

#e7deee color RGB value is (231,222,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 11011110 11101110
Octal 347 336 356
Decimal 231 222 238
Hex E7 DE EE

RGB Percentages of Color #e7deee

%33.43
%32.13
%34.44

CMYK Percentages of Color #e7deee

%3
%7
%0
%7

Triadic Colors of #e7deee

#e7deee #eee7de #deeee7

Analogous Colors of #e7deee

#e7deee #eedeed #dfdeee

Monochromatic Colors of #e7deee

#e7deee

Complementary Color

#e7deee #e5eede

#e7deee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e7deee Color Preview on White Background

Lorem ipsum dolor sit amet.

#e7deee Color CSS Codes

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

#e7deee Text Font Color

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

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


#e7deee Background Color

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

This div background color is #e7deee


#e7deee Border Color

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

This div border color is #e7deee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e7deee


Comments

No comments written yet.

Please login to write comment.