Color Hex Logo

#dde1e7 Color Hex

#DDE1E7
(221,225,231)
0 Favorites   0 Comments

Color spaces of #dde1e7

RGB 221225231
HSL0.600.170.89
HSV216°91°
CMYK 0.040.030.00   0.09
XYZ71.167874.992186.3253
Yxy74.99210.30610.3226
Hunter Lab86.5980-4.85191.5153
CIE-Lab89.3893-0.2337-3.4012

#dde1e7 color RGB value is (221,225,231).

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

The process color (four color CMYK) of #dde1e7 color hex is 0.04, 0.03, 0.00, 0.09. Web safe color of #dde1e7 is #ccccff. Color #dde1e7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11100001 11100111
Octal 335 341 347
Decimal 221 225 231
Hex DD E1 E7

RGB Percentages of Color #dde1e7

%32.64
%33.23
%34.12

CMYK Percentages of Color #dde1e7

%4
%3
%0
%9

Triadic Colors of #dde1e7

#dde1e7 #e7dde1 #e1e7dd

Analogous Colors of #dde1e7

#dde1e7 #dedde7 #dde6e7

Monochromatic Colors of #dde1e7

#dde1e7

Complementary Color

#dde1e7 #e7e3dd

#dde1e7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dde1e7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dde1e7 Color CSS Codes

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

#dde1e7 Text Font Color

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

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


#dde1e7 Background Color

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

This div background color is #dde1e7


#dde1e7 Border Color

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

This div border color is #dde1e7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dde1e7

#dde1e7 Color Palettes


Comments

No comments written yet.

Please login to write comment.