#DBD9DB

Color #DBD9DB Snuff (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Snuff #DBD9DB

Tints of Snuff #DBD9DB

Color information

#DBD9DB (or 0xDBD9DB) is unknown color: approx Snuff. HEX triplet: DB, D9 and DB. RGB value is (219,217,219). Sum of RGB (Red+Green+Blue) = 219+217+219=655 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.44% from 655); Green value is 217 (85.16% from 255 or 33.13% from 655); Blue value is 219 (85.94% from 255 or 33.44% from 655); Max value from RGB is 219 - color contains mainly: red, blue. Hex color #DBD9DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD9DB is #242624. Grayscale: #D9D9D9. Windows color (decimal): -2369061 or 14408155. OLE color: 14408155.

HSL color Cylindrical-coordinate representation of color #DBD9DB: hue angle of 300º degrees, saturation: 0.03, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #DBD9DB is Cyan = 0, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB219217219-
CMYK00.0100.14
HSL300º2.7%85.49%-
HSV(B)300º0.91%85.88%-
XYZ66.8169.876.97-
YUV217.83128.66128.84-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 219 (85.94% from 255) = 33.44%
GREEN value IS 217 (85.16% from 255) = 33.13%
BLUE value IS 219 (85.94% from 255) = 33.44%
R=33.44%
G=33.13%
B=33.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21921721900.0100.143002.785.49
HexDBD9DB010E12c355
Octal333331333010164543125
Binary1101101111011001110110110101110100101100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD9DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD9DB; }

 p { color: rgb(219,217,219); }

 H1.HeaderClassName
 {
   color: #DBD9DB;
 }
 .AnyTagClassName
 {
   color: #DBD9DB;
 }
</style>
background-color css

<style>
 a { background-color: #DBD9DB; }

 a { background-color: rgb(219,217,219); }

 div.DivClassName
 {
   background-color: #DBD9DB;
 }
 .BgClassName
 {
   background-color: #DBD9DB;
 }
</style>
border-color css

<style>
 span { border-color: #DBD9DB; }

 span { border-color: rgb(219,217,219); }

 td.TdClassName
 {
   border-color: #DBD9DB;
 }
 .TagClassName
 {
   border-color: #DBD9DB;
 }
</style>