Color Hex Logo

#dfe9db Color Hex

#DFE9DB
(223,233,219)
0 Favorites   0 Comments

Color spaces of #dfe9db

RGB 223233219
HSL0.290.240.89
HSV103°91°
CMYK 0.040.000.06   0.09
XYZ72.356579.080378.4683
Yxy79.08030.31470.3440
Hunter Lab88.9271-10.38409.9321
CIE-Lab91.2706-5.82895.6379

#dfe9db color RGB value is (223,233,219).

#dfe9db hex color red value is 223, green value is 233 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #dfe9db hue: 0.29 , saturation: 0.24 and the lightness value of dfe9db is 0.89.

The process color (four color CMYK) of #dfe9db color hex is 0.04, 0.00, 0.06, 0.09. Web safe color of #dfe9db is #ccffcc. Color #dfe9db contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11101001 11011011
Octal 337 351 333
Decimal 223 233 219
Hex DF E9 DB

RGB Percentages of Color #dfe9db

%33.04
%34.52
%32.44

CMYK Percentages of Color #dfe9db

%4
%0
%6
%9

Triadic Colors of #dfe9db

#dfe9db #dbdfe9 #e9dbdf

Analogous Colors of #dfe9db

#dfe9db #dbe9de #e6e9db

Monochromatic Colors of #dfe9db

#dfe9db

Complementary Color

#dfe9db #e5dbe9

#dfe9db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfe9db Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfe9db Color CSS Codes

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

#dfe9db Text Font Color

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

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


#dfe9db Background Color

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

This div background color is #dfe9db


#dfe9db Border Color

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

This div border color is #dfe9db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfe9db


Comments

No comments written yet.

Please login to write comment.