Color Hex Logo

#dfe0db Color Hex

#DFE0DB
(223,224,219)
0 Favorites   0 Comments

Color spaces of #dfe0db

RGB 223224219
HSL0.200.070.87
HSV72°88°
CMYK 0.000.000.02   0.12
XYZ69.873374.113877.6405
Yxy74.11380.31530.3344
Hunter Lab86.0894-5.77926.7913
CIE-Lab88.9762-1.22302.3148

#dfe0db color RGB value is (223,224,219).

#dfe0db hex color red value is 223, green value is 224 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #dfe0db hue: 0.20 , saturation: 0.07 and the lightness value of dfe0db is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11100000 11011011
Octal 337 340 333
Decimal 223 224 219
Hex DF E0 DB

RGB Percentages of Color #dfe0db

%33.48
%33.63
%32.88

CMYK Percentages of Color #dfe0db

%0
%0
%2
%12

Triadic Colors of #dfe0db

#dfe0db #dbdfe0 #e0dbdf

Analogous Colors of #dfe0db

#dfe0db #dde0db #e0dfdb

Monochromatic Colors of #dfe0db

#dfe0db

Complementary Color

#dfe0db #dcdbe0

#dfe0db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfe0db Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfe0db Color CSS Codes

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

#dfe0db Text Font Color

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

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


#dfe0db Background Color

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

This div background color is #dfe0db


#dfe0db Border Color

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

This div border color is #dfe0db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfe0db

#dfe0db Color Palettes


Comments

No comments written yet.

Please login to write comment.