Color Hex Logo

#e1deff Color Hex

#E1DEFF
(225,222,255)
1 Favorites   0 Comments

Color spaces of #e1deff

RGB 225222255
HSL0.681.000.94
HSV245°13°100°
CMYK 0.120.130.00   0.00
XYZ75.222675.4701105.2103
Yxy75.47010.29390.2949
Hunter Lab86.87352.5320-10.9931
CIE-Lab89.61277.2673-15.6346

#e1deff color RGB value is (225,222,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 11011110 11111111
Octal 341 336 377
Decimal 225 222 255
Hex E1 DE FF

RGB Percentages of Color #e1deff

%32.05
%31.62
%36.32

CMYK Percentages of Color #e1deff

%12
%13
%0
%0

Triadic Colors of #e1deff

#e1deff #ffe1de #deffe1

Analogous Colors of #e1deff

#e1deff #f2deff #deecff

Monochromatic Colors of #e1deff

#e1deff

Complementary Color

#e1deff #fcffde

#e1deff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1deff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1deff Color CSS Codes

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

#e1deff Text Font Color

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

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


#e1deff Background Color

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

This div background color is #e1deff


#e1deff Border Color

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

This div border color is #e1deff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1deff

Related Colors


Comments

No comments written yet.

Please login to write comment.