Color Hex Logo

#e1dfff Color Hex

#E1DFFF
(225,223,255)
0 Favorites   0 Comments

Color spaces of #e1dfff

RGB 225223255
HSL0.681.000.94
HSV244°13°100°
CMYK 0.120.130.00   0.00
XYZ75.489076.0029105.2991
Yxy76.00290.29400.2960
Hunter Lab87.17961.9991-10.5871
CIE-Lab89.86076.7438-15.2627

#e1dfff color RGB value is (225,223,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 11011111 11111111
Octal 341 337 377
Decimal 225 223 255
Hex E1 DF FF

RGB Percentages of Color #e1dfff

%32.01
%31.72
%36.27

CMYK Percentages of Color #e1dfff

%12
%13
%0
%0

Triadic Colors of #e1dfff

#e1dfff #ffe1df #dfffe1

Analogous Colors of #e1dfff

#e1dfff #f1dfff #dfedff

Monochromatic Colors of #e1dfff

#e1dfff

Complementary Color

#e1dfff #fdffdf

#e1dfff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1dfff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1dfff Color CSS Codes

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

#e1dfff Text Font Color

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

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


#e1dfff Background Color

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

This div background color is #e1dfff


#e1dfff Border Color

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

This div border color is #e1dfff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1dfff

#e1dfff Color Palettes


Comments

No comments written yet.

Please login to write comment.