Color Hex Logo

#dde1db Color Hex

#DDE1DB
(221,225,219)
0 Favorites   0 Comments

Color spaces of #dde1db

RGB 221225219
HSL0.280.090.87
HSV100°88°
CMYK 0.020.000.03   0.12
XYZ69.530274.337177.7017
Yxy74.33710.31380.3355
Hunter Lab86.2190-6.93416.9203
CIE-Lab89.0816-2.41682.4495

#dde1db color RGB value is (221,225,219).

#dde1db hex color red value is 221, green value is 225 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #dde1db hue: 0.28 , saturation: 0.09 and the lightness value of dde1db is 0.87.

The process color (four color CMYK) of #dde1db color hex is 0.02, 0.00, 0.03, 0.12. Web safe color of #dde1db is #cccccc. Color #dde1db contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11100001 11011011
Octal 335 341 333
Decimal 221 225 219
Hex DD E1 DB

RGB Percentages of Color #dde1db

%33.23
%33.83
%32.93

CMYK Percentages of Color #dde1db

%2
%0
%3
%12

Triadic Colors of #dde1db

#dde1db #dbdde1 #e1dbdd

Analogous Colors of #dde1db

#dde1db #dbe1dc #e0e1db

Monochromatic Colors of #dde1db

#dde1db

Complementary Color

#dde1db #dfdbe1

#dde1db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dde1db Color Preview on White Background

Lorem ipsum dolor sit amet.

#dde1db Color CSS Codes

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

#dde1db Text Font Color

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

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


#dde1db Background Color

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

This div background color is #dde1db


#dde1db Border Color

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

This div border color is #dde1db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dde1db


Comments

No comments written yet.

Please login to write comment.