Color Hex Logo

#e2dfff Color Hex

#E2DFFF
(226,223,255)
0 Favorites   0 Comments

Color spaces of #e2dfff

RGB 226223255
HSL0.681.000.94
HSV246°13°100°
CMYK 0.110.130.00   0.00
XYZ75.801776.1641105.3137
Yxy76.16410.29460.2960
Hunter Lab87.27202.3133-10.4565
CIE-Lab89.93557.0599-15.1429

#e2dfff color RGB value is (226,223,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 11011111 11111111
Octal 342 337 377
Decimal 226 223 255
Hex E2 DF FF

RGB Percentages of Color #e2dfff

%32.10
%31.68
%36.22

CMYK Percentages of Color #e2dfff

%11
%13
%0
%0

Triadic Colors of #e2dfff

#e2dfff #ffe2df #dfffe2

Analogous Colors of #e2dfff

#e2dfff #f2dfff #dfecff

Monochromatic Colors of #e2dfff

#e2dfff

Complementary Color

#e2dfff #fcffdf

#e2dfff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2dfff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2dfff Color CSS Codes

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

#e2dfff Text Font Color

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

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


#e2dfff Background Color

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

This div background color is #e2dfff


#e2dfff Border Color

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

This div border color is #e2dfff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2dfff


Comments

No comments written yet.

Please login to write comment.