Color Hex Logo

#dde7fc Color Hex

#DDE7FC
(221,231,252)
0 Favorites   0 Comments

Color spaces of #dde7fc

RGB 221231252
HSL0.610.840.93
HSV221°12°99°
CMYK 0.120.080.00   0.01
XYZ75.965479.5523103.4468
Yxy79.55230.29330.3072
Hunter Lab89.1921-4.0567-6.3313
CIE-Lab91.48360.7205-11.2980

#dde7fc color RGB value is (221,231,252).

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

The process color (four color CMYK) of #dde7fc color hex is 0.12, 0.08, 0.00, 0.01. Web safe color of #dde7fc is #ccffff. Color #dde7fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11100111 11111100
Octal 335 347 374
Decimal 221 231 252
Hex DD E7 FC

RGB Percentages of Color #dde7fc

%31.39
%32.81
%35.80

CMYK Percentages of Color #dde7fc

%12
%8
%0
%1

Triadic Colors of #dde7fc

#dde7fc #fcdde7 #e7fcdd

Analogous Colors of #dde7fc

#dde7fc #e3ddfc #ddf7fc

Monochromatic Colors of #dde7fc

#dde7fc

Complementary Color

#dde7fc #fcf2dd

#dde7fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dde7fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dde7fc Color CSS Codes

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

#dde7fc Text Font Color

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

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


#dde7fc Background Color

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

This div background color is #dde7fc


#dde7fc Border Color

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

This div border color is #dde7fc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,231,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dde7fc


Comments

No comments written yet.

Please login to write comment.