Color Hex Logo

#dce1fd Color Hex

#DCE1FD
(220,225,253)
0 Favorites   0 Comments

Color spaces of #dce1fd

RGB 220225253
HSL0.640.890.93
HSV231°13°99°
CMYK 0.130.110.00   0.01
XYZ74.170076.1579103.7193
Yxy76.15790.29200.2998
Hunter Lab87.2685-1.0117-9.3787
CIE-Lab89.93263.7211-14.1446

#dce1fd color RGB value is (220,225,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11100001 11111101
Octal 334 341 375
Decimal 220 225 253
Hex DC E1 FD

RGB Percentages of Color #dce1fd

%31.52
%32.23
%36.25

CMYK Percentages of Color #dce1fd

%13
%11
%0
%1

Triadic Colors of #dce1fd

#dce1fd #fddce1 #e1fddc

Analogous Colors of #dce1fd

#dce1fd #e8dcfd #dcf2fd

Monochromatic Colors of #dce1fd

#dce1fd

Complementary Color

#dce1fd #fdf8dc

#dce1fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dce1fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dce1fd Color CSS Codes

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

#dce1fd Text Font Color

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

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


#dce1fd Background Color

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

This div background color is #dce1fd


#dce1fd Border Color

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

This div border color is #dce1fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dce1fd


Comments

No comments written yet.

Please login to write comment.