#DBD8DB

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

Shades of Snuff #DBD8DB

Tints of Snuff #DBD8DB

Color information

#DBD8DB (or 0xDBD8DB) is unknown color: approx Snuff. HEX triplet: DB, D8 and DB. RGB value is (219,216,219). Sum of RGB (Red+Green+Blue) = 219+216+219=654 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.49% from 654); Green value is 216 (84.77% from 255 or 33.03% from 654); Blue value is 219 (85.94% from 255 or 33.49% from 654); Max value from RGB is 219 - color contains mainly: red, blue. Hex color #DBD8DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD8DB is #242724. Grayscale: #D9D9D9. Windows color (decimal): -2369317 or 14407899. OLE color: 14407899.

HSL color Cylindrical-coordinate representation of color #DBD8DB: hue angle of 300º degrees, saturation: 0.04, 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 #DBD8DB is Cyan = 0, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB219216219-
CMYK00.0100.14
HSL300º4%85.29%-
HSV(B)300º1.37%85.88%-
XYZ66.5669.2976.88-
YUV217.24128.99129.26-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.49%
GREEN value IS 216 (84.77% from 255) = 33.03%
BLUE value IS 219 (85.94% from 255) = 33.49%
R=33.49%
G=33.03%
B=33.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21921621900.0100.14300485.29
HexDBD8DB010E12c455
Octal333330333010164544125
Binary11011011110110001101101101011101001011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD8DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD8DB; }

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

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

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

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

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

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

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

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