Color Hex Logo

#dfd9db Color Hex

#DFD9DB
(223,217,219)
0 Favorites   0 Comments

Color spaces of #dfd9db

RGB 223217219
HSL0.940.090.86
HSV340°87°
CMYK 0.000.030.02   0.13
XYZ68.030570.428277.0262
Yxy70.42820.31570.3268
Hunter Lab83.9215-2.16264.3265
CIE-Lab87.20652.4029-0.2640

#dfd9db color RGB value is (223,217,219).

#dfd9db hex color red value is 223, green value is 217 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #dfd9db hue: 0.94 , saturation: 0.09 and the lightness value of dfd9db is 0.86.

The process color (four color CMYK) of #dfd9db color hex is 0.00, 0.03, 0.02, 0.13. Web safe color of #dfd9db is #cccccc. Color #dfd9db contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11011001 11011011
Octal 337 331 333
Decimal 223 217 219
Hex DF D9 DB

RGB Percentages of Color #dfd9db

%33.84
%32.93
%33.23

CMYK Percentages of Color #dfd9db

%0
%3
%2
%13

Triadic Colors of #dfd9db

#dfd9db #dbdfd9 #d9dbdf

Analogous Colors of #dfd9db

#dfd9db #dfdad9 #dfd9de

Monochromatic Colors of #dfd9db

#dfd9db

Complementary Color

#dfd9db #d9dfdd

#dfd9db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfd9db Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfd9db Color CSS Codes

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

#dfd9db Text Font Color

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

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


#dfd9db Background Color

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

This div background color is #dfd9db


#dfd9db Border Color

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

This div border color is #dfd9db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfd9db

#dfd9db Color Palettes


Comments

No comments written yet.

Please login to write comment.