Color Hex Logo

#e2dffd Color Hex

#E2DFFD
(226,223,253)
0 Favorites   0 Comments

Color spaces of #e2dffd

RGB 226223253
HSL0.680.880.93
HSV246°12°99°
CMYK 0.110.120.00   0.01
XYZ75.481376.0360103.6266
Yxy76.03600.29580.2980
Hunter Lab87.19861.9165-9.4210
CIE-Lab89.87616.6619-14.1835

#e2dffd color RGB value is (226,223,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 11011111 11111101
Octal 342 337 375
Decimal 226 223 253
Hex E2 DF FD

RGB Percentages of Color #e2dffd

%32.19
%31.77
%36.04

CMYK Percentages of Color #e2dffd

%11
%12
%0
%1

Triadic Colors of #e2dffd

#e2dffd #fde2df #dffde2

Analogous Colors of #e2dffd

#e2dffd #f1dffd #dfebfd

Monochromatic Colors of #e2dffd

#e2dffd

Complementary Color

#e2dffd #fafddf

#e2dffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2dffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2dffd Color CSS Codes

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

#e2dffd Text Font Color

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

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


#e2dffd Background Color

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

This div background color is #e2dffd


#e2dffd Border Color

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

This div border color is #e2dffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2dffd


Comments

No comments written yet.

Please login to write comment.