Color Hex Logo

#dde5eb Color Hex

#DDE5EB
(221,229,235)
0 Favorites   0 Comments

Color spaces of #dde5eb

RGB 221229235
HSL0.570.260.89
HSV206°92°
CMYK 0.060.030.00   0.08
XYZ72.833577.408989.6999
Yxy77.40890.30350.3226
Hunter Lab87.9823-6.20331.1402
CIE-Lab90.5095-1.5471-3.8512

#dde5eb color RGB value is (221,229,235).

#dde5eb hex color red value is 221, green value is 229 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #dde5eb hue: 0.57 , saturation: 0.26 and the lightness value of dde5eb is 0.89.

The process color (four color CMYK) of #dde5eb color hex is 0.06, 0.03, 0.00, 0.08. Web safe color of #dde5eb is #ccccff. Color #dde5eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11100101 11101011
Octal 335 345 353
Decimal 221 229 235
Hex DD E5 EB

RGB Percentages of Color #dde5eb

%32.26
%33.43
%34.31

CMYK Percentages of Color #dde5eb

%6
%3
%0
%8

Triadic Colors of #dde5eb

#dde5eb #ebdde5 #e5ebdd

Analogous Colors of #dde5eb

#dde5eb #dddeeb #ddebea

Monochromatic Colors of #dde5eb

#dde5eb

Complementary Color

#dde5eb #ebe3dd

#dde5eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dde5eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dde5eb Color CSS Codes

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

#dde5eb Text Font Color

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

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


#dde5eb Background Color

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

This div background color is #dde5eb


#dde5eb Border Color

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

This div border color is #dde5eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dde5eb


Comments

No comments written yet.

Please login to write comment.