Color Hex Logo

#e1dffd Color Hex

#E1DFFD
(225,223,253)
0 Favorites   0 Comments

Color spaces of #e1dffd

RGB 225223253
HSL0.680.880.93
HSV244°12°99°
CMYK 0.110.120.00   0.01
XYZ75.168675.8748103.6120
Yxy75.87480.29520.2980
Hunter Lab87.10611.6016-9.5506
CIE-Lab89.80126.3443-14.3033

#e1dffd color RGB value is (225,223,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 11011111 11111101
Octal 341 337 375
Decimal 225 223 253
Hex E1 DF FD

RGB Percentages of Color #e1dffd

%32.10
%31.81
%36.09

CMYK Percentages of Color #e1dffd

%11
%12
%0
%1

Triadic Colors of #e1dffd

#e1dffd #fde1df #dffde1

Analogous Colors of #e1dffd

#e1dffd #f0dffd #dfecfd

Monochromatic Colors of #e1dffd

#e1dffd

Complementary Color

#e1dffd #fbfddf

#e1dffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1dffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1dffd Color CSS Codes

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

#e1dffd Text Font Color

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

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


#e1dffd Background Color

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

This div background color is #e1dffd


#e1dffd Border Color

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

This div border color is #e1dffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1dffd

#e1dffd Color Palettes


Comments

No comments written yet.

Please login to write comment.