Color Hex Logo

#e2deff Color Hex

#E2DEFF
(226,222,255)
1 Favorites   0 Comments

Color spaces of #e2deff

RGB 226222255
HSL0.691.000.94
HSV247°13°100°
CMYK 0.110.130.00   0.00
XYZ75.535375.6313105.2249
Yxy75.63130.29460.2950
Hunter Lab86.96632.8468-10.8616
CIE-Lab89.68797.5834-15.5142

#e2deff color RGB value is (226,222,255).

#e2deff hex color red value is 226, green value is 222 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #e2deff hue: 0.69 , saturation: 1.00 and the lightness value of e2deff is 0.94.

The process color (four color CMYK) of #e2deff color hex is 0.11, 0.13, 0.00, 0.00. Web safe color of #e2deff is #ccccff. Color #e2deff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 11011110 11111111
Octal 342 336 377
Decimal 226 222 255
Hex E2 DE FF

RGB Percentages of Color #e2deff

%32.15
%31.58
%36.27

CMYK Percentages of Color #e2deff

%11
%13
%0
%0

Triadic Colors of #e2deff

#e2deff #ffe2de #deffe2

Analogous Colors of #e2deff

#e2deff #f3deff #deebff

Monochromatic Colors of #e2deff

#e2deff

Complementary Color

#e2deff #fbffde

#e2deff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2deff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2deff Color CSS Codes

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

#e2deff Text Font Color

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

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


#e2deff Background Color

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

This div background color is #e2deff


#e2deff Border Color

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

This div border color is #e2deff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2deff

Related Colors

#e2deff Color Palettes


Comments

No comments written yet.

Please login to write comment.