Color Hex Logo

#e1dfef Color Hex

#E1DFEF
(225,223,239)
0 Favorites   0 Comments

Color spaces of #e1dfef

RGB 225223239
HSL0.690.330.91
HSV248°94°
CMYK 0.060.070.00   0.06
XYZ73.019075.014992.2922
Yxy75.01490.30380.3121
Hunter Lab86.6111-1.0820-2.5512
CIE-Lab89.40003.6234-7.5531

#e1dfef color RGB value is (225,223,239).

#e1dfef hex color red value is 225, green value is 223 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #e1dfef hue: 0.69 , saturation: 0.33 and the lightness value of e1dfef is 0.91.

The process color (four color CMYK) of #e1dfef color hex is 0.06, 0.07, 0.00, 0.06. Web safe color of #e1dfef is #ccccff. Color #e1dfef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 11011111 11101111
Octal 341 337 357
Decimal 225 223 239
Hex E1 DF EF

RGB Percentages of Color #e1dfef

%32.75
%32.46
%34.79

CMYK Percentages of Color #e1dfef

%6
%7
%0
%6

Triadic Colors of #e1dfef

#e1dfef #efe1df #dfefe1

Analogous Colors of #e1dfef

#e1dfef #e9dfef #dfe5ef

Monochromatic Colors of #e1dfef

#e1dfef

Complementary Color

#e1dfef #edefdf

#e1dfef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1dfef Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1dfef Color CSS Codes

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

#e1dfef Text Font Color

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

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


#e1dfef Background Color

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

This div background color is #e1dfef


#e1dfef Border Color

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

This div border color is #e1dfef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1dfef


Comments

No comments written yet.

Please login to write comment.