Color Hex Logo

#e2dffb Color Hex

#E2DFFB
(226,223,251)
0 Favorites   0 Comments

Color spaces of #e2dffb

RGB 226223251
HSL0.680.780.93
HSV246°11°98°
CMYK 0.100.110.00   0.02
XYZ75.164375.9091101.9571
Yxy75.90910.29710.3000
Hunter Lab87.12581.5235-8.3947
CIE-Lab89.81716.2668-13.2229

#e2dffb color RGB value is (226,223,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 11011111 11111011
Octal 342 337 373
Decimal 226 223 251
Hex E2 DF FB

RGB Percentages of Color #e2dffb

%32.29
%31.86
%35.86

CMYK Percentages of Color #e2dffb

%10
%11
%0
%2

Triadic Colors of #e2dffb

#e2dffb #fbe2df #dffbe2

Analogous Colors of #e2dffb

#e2dffb #f0dffb #dfeafb

Monochromatic Colors of #e2dffb

#e2dffb

Complementary Color

#e2dffb #f8fbdf

#e2dffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2dffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2dffb Color CSS Codes

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

#e2dffb Text Font Color

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

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


#e2dffb Background Color

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

This div background color is #e2dffb


#e2dffb Border Color

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

This div border color is #e2dffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2dffb


Comments

No comments written yet.

Please login to write comment.