Color Hex Logo

#dde7fd Color Hex

#DDE7FD
(221,231,253)
0 Favorites   0 Comments

Color spaces of #dde7fd

RGB 221231253
HSL0.610.890.93
HSV221°13°99°
CMYK 0.130.090.00   0.01
XYZ76.124379.6158104.2837
Yxy79.61580.29280.3062
Hunter Lab89.2277-3.8618-6.8350
CIE-Lab91.51220.9206-11.7775

#dde7fd color RGB value is (221,231,253).

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

The process color (four color CMYK) of #dde7fd color hex is 0.13, 0.09, 0.00, 0.01. Web safe color of #dde7fd is #ccffff. Color #dde7fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11100111 11111101
Octal 335 347 375
Decimal 221 231 253
Hex DD E7 FD

RGB Percentages of Color #dde7fd

%31.35
%32.77
%35.89

CMYK Percentages of Color #dde7fd

%13
%9
%0
%1

Triadic Colors of #dde7fd

#dde7fd #fddde7 #e7fddd

Analogous Colors of #dde7fd

#dde7fd #e3ddfd #ddf7fd

Monochromatic Colors of #dde7fd

#dde7fd

Complementary Color

#dde7fd #fdf3dd

#dde7fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dde7fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dde7fd Color CSS Codes

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

#dde7fd Text Font Color

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

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


#dde7fd Background Color

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

This div background color is #dde7fd


#dde7fd Border Color

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

This div border color is #dde7fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dde7fd


Comments

No comments written yet.

Please login to write comment.