Color Hex Logo

#dde9fc Color Hex

#DDE9FC
(221,233,252)
0 Favorites   0 Comments

Color spaces of #dde9fc

RGB 221233252
HSL0.600.840.93
HSV217°12°99°
CMYK 0.120.080.00   0.01
XYZ76.528480.6783103.6344
Yxy80.67830.29340.3093
Hunter Lab89.8211-5.1033-5.5332
CIE-Lab91.9883-0.3116-10.5465

#dde9fc color RGB value is (221,233,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11101001 11111100
Octal 335 351 374
Decimal 221 233 252
Hex DD E9 FC

RGB Percentages of Color #dde9fc

%31.30
%33.00
%35.69

CMYK Percentages of Color #dde9fc

%12
%8
%0
%1

Triadic Colors of #dde9fc

#dde9fc #fcdde9 #e9fcdd

Analogous Colors of #dde9fc

#dde9fc #e1ddfc #ddf9fc

Monochromatic Colors of #dde9fc

#dde9fc

Complementary Color

#dde9fc #fcf0dd

#dde9fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dde9fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dde9fc Color CSS Codes

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

#dde9fc Text Font Color

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

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


#dde9fc Background Color

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

This div background color is #dde9fc


#dde9fc Border Color

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

This div border color is #dde9fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dde9fc


Comments

No comments written yet.

Please login to write comment.