Color Hex Logo

#dde0fd Color Hex

#DDE0FD
(221,224,253)
0 Favorites   0 Comments

Color spaces of #dde0fd

RGB 221224253
HSL0.650.890.93
HSV234°13°99°
CMYK 0.130.110.00   0.01
XYZ74.204175.7753103.6436
Yxy75.77530.29260.2988
Hunter Lab87.0490-0.1751-9.6584
CIE-Lab89.75494.5576-14.4031

#dde0fd color RGB value is (221,224,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11100000 11111101
Octal 335 340 375
Decimal 221 224 253
Hex DD E0 FD

RGB Percentages of Color #dde0fd

%31.66
%32.09
%36.25

CMYK Percentages of Color #dde0fd

%13
%11
%0
%1

Triadic Colors of #dde0fd

#dde0fd #fddde0 #e0fddd

Analogous Colors of #dde0fd

#dde0fd #eaddfd #ddf0fd

Monochromatic Colors of #dde0fd

#dde0fd

Complementary Color

#dde0fd #fdfadd

#dde0fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dde0fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dde0fd Color CSS Codes

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

#dde0fd Text Font Color

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

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


#dde0fd Background Color

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

This div background color is #dde0fd


#dde0fd Border Color

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

This div border color is #dde0fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dde0fd


Comments

No comments written yet.

Please login to write comment.