Color Hex Logo

#dbd9db Color Hex

#DBD9DB
(219,217,219)
0 Favorites   0 Comments

Color spaces of #dbd9db

RGB 219217219
HSL0.830.030.85
HSV300°86°
CMYK 0.000.010.00   0.14
XYZ66.812569.800376.9692
Yxy69.80030.31280.3268
Hunter Lab83.5466-3.45943.8603
CIE-Lab86.89881.0436-0.7505

#dbd9db color RGB value is (219,217,219).

#dbd9db hex color red value is 219, green value is 217 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #dbd9db hue: 0.83 , saturation: 0.03 and the lightness value of dbd9db is 0.85.

The process color (four color CMYK) of #dbd9db color hex is 0.00, 0.01, 0.00, 0.14. Web safe color of #dbd9db is #cccccc. Color #dbd9db contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11011001 11011011
Octal 333 331 333
Decimal 219 217 219
Hex DB D9 DB

RGB Percentages of Color #dbd9db

%33.44
%33.13
%33.44

CMYK Percentages of Color #dbd9db

%0
%1
%0
%14

Triadic Colors of #dbd9db

#dbd9db #dbdbd9 #d9dbdb

Analogous Colors of #dbd9db

#dbd9db #dbd9da #dad9db

Monochromatic Colors of #dbd9db

#dbd9db

Complementary Color

#dbd9db #d9dbd9

#dbd9db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd9db Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd9db Color CSS Codes

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

#dbd9db Text Font Color

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

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


#dbd9db Background Color

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

This div background color is #dbd9db


#dbd9db Border Color

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

This div border color is #dbd9db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd9db

#dbd9db Color Palettes


Comments

No comments written yet.

Please login to write comment.