Color Hex Logo

#e2dcff Color Hex

#E2DCFF
(226,220,255)
0 Favorites   0 Comments

Color spaces of #e2dcff

RGB 226220255
HSL0.701.000.93
HSV250°14°100°
CMYK 0.110.140.00   0.00
XYZ75.007274.5752105.0489
Yxy74.57520.29460.2929
Hunter Lab86.35693.9154-11.6735
CIE-Lab89.19368.6319-16.2560

#e2dcff color RGB value is (226,220,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 11011100 11111111
Octal 342 334 377
Decimal 226 220 255
Hex E2 DC FF

RGB Percentages of Color #e2dcff

%32.24
%31.38
%36.38

CMYK Percentages of Color #e2dcff

%11
%14
%0
%0

Triadic Colors of #e2dcff

#e2dcff #ffe2dc #dcffe2

Analogous Colors of #e2dcff

#e2dcff #f4dcff #dce8ff

Monochromatic Colors of #e2dcff

#e2dcff

Complementary Color

#e2dcff #f9ffdc

#e2dcff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2dcff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2dcff Color CSS Codes

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

#e2dcff Text Font Color

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

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


#e2dcff Background Color

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

This div background color is #e2dcff


#e2dcff Border Color

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

This div border color is #e2dcff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2dcff

#e2dcff Color Palettes


Comments

No comments written yet.

Please login to write comment.