#DBD6DB

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

Shades of Snuff #DBD6DB

Tints of Snuff #DBD6DB

Color information

#DBD6DB (or 0xDBD6DB) is unknown color: approx Snuff. HEX triplet: DB, D6 and DB. RGB value is (219,214,219). Sum of RGB (Red+Green+Blue) = 219+214+219=652 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.59% from 652); Green value is 214 (83.98% from 255 or 32.82% from 652); Blue value is 219 (85.94% from 255 or 33.59% from 652); Max value from RGB is 219 - color contains mainly: red, blue. Hex color #DBD6DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD6DB is #242924. Grayscale: #D8D8D8. Windows color (decimal): -2369829 or 14407387. OLE color: 14407387.

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

Color convert

RGB219214219-
CMYK00.0200.14
HSL300º6.49%84.9%-
HSV(B)300º2.28%85.88%-
XYZ66.0568.2776.71-
YUV216.06129.66130.09-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.59%
GREEN value IS 214 (83.98% from 255) = 32.82%
BLUE value IS 219 (85.94% from 255) = 33.59%
R=33.59%
G=32.82%
B=33.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21921421900.0200.143006.4984.9
HexDBD6DB020E12c655
Octal333326333020164546125
Binary110110111101011011011011010011101001011001101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD6DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD6DB; }

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

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

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

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

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

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

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

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