Color Hex Logo

#e2dffc Color Hex

#E2DFFC
(226,223,252)
0 Favorites   0 Comments

Color spaces of #e2dffc

RGB 226223252
HSL0.680.830.93
HSV246°12°99°
CMYK 0.100.120.00   0.01
XYZ75.322475.9724102.7897
Yxy75.97240.29640.2990
Hunter Lab87.16211.7195-8.9068
CIE-Lab89.84656.4640-13.7034

#e2dffc color RGB value is (226,223,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 11011111 11111100
Octal 342 337 374
Decimal 226 223 252
Hex E2 DF FC

RGB Percentages of Color #e2dffc

%32.24
%31.81
%35.95

CMYK Percentages of Color #e2dffc

%10
%12
%0
%1

Triadic Colors of #e2dffc

#e2dffc #fce2df #dffce2

Analogous Colors of #e2dffc

#e2dffc #f1dffc #dfebfc

Monochromatic Colors of #e2dffc

#e2dffc

Complementary Color

#e2dffc #f9fcdf

#e2dffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2dffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2dffc Color CSS Codes

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

#e2dffc Text Font Color

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

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


#e2dffc Background Color

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

This div background color is #e2dffc


#e2dffc Border Color

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

This div border color is #e2dffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2dffc

Related Colors


Comments

No comments written yet.

Please login to write comment.