Color Hex Logo

#dde4db Color Hex

#DDE4DB
(221,228,219)
0 Favorites   0 Comments

Color spaces of #dde4db

RGB 221228219
HSL0.300.140.88
HSV107°89°
CMYK 0.030.000.04   0.11
XYZ70.348475.973477.9744
Yxy75.97340.31360.3387
Hunter Lab87.1627-8.46877.9740
CIE-Lab89.8470-3.95573.5604

#dde4db color RGB value is (221,228,219).

#dde4db hex color red value is 221, green value is 228 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #dde4db hue: 0.30 , saturation: 0.14 and the lightness value of dde4db is 0.88.

The process color (four color CMYK) of #dde4db color hex is 0.03, 0.00, 0.04, 0.11. Web safe color of #dde4db is #cccccc. Color #dde4db contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11100100 11011011
Octal 335 344 333
Decimal 221 228 219
Hex DD E4 DB

RGB Percentages of Color #dde4db

%33.08
%34.13
%32.78

CMYK Percentages of Color #dde4db

%3
%0
%4
%11

Triadic Colors of #dde4db

#dde4db #dbdde4 #e4dbdd

Analogous Colors of #dde4db

#dde4db #dbe4de #e2e4db

Monochromatic Colors of #dde4db

#dde4db

Complementary Color

#dde4db #e2dbe4

#dde4db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dde4db Color Preview on White Background

Lorem ipsum dolor sit amet.

#dde4db Color CSS Codes

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

#dde4db Text Font Color

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

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


#dde4db Background Color

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

This div background color is #dde4db


#dde4db Border Color

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

This div border color is #dde4db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dde4db


Comments

No comments written yet.

Please login to write comment.