#DBD2DB

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

Shades of Snuff #DBD2DB

Tints of Snuff #DBD2DB

Color information

#DBD2DB (or 0xDBD2DB) is unknown color: approx Snuff. HEX triplet: DB, D2 and DB. RGB value is (219,210,219). Sum of RGB (Red+Green+Blue) = 219+210+219=648 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.80% from 648); Green value is 210 (82.42% from 255 or 32.41% from 648); Blue value is 219 (85.94% from 255 or 33.80% from 648); Max value from RGB is 219 - color contains mainly: red, blue. Hex color #DBD2DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD2DB is #242D24. Grayscale: #D5D5D5. Windows color (decimal): -2370853 or 14406363. OLE color: 14406363.

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

Color convert

RGB219210219-
CMYK00.0400.14
HSL300º11.11%84.12%-
HSV(B)300º4.11%85.88%-
XYZ65.0566.2776.38-
YUV213.72130.98131.77-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.80%
GREEN value IS 210 (82.42% from 255) = 32.41%
BLUE value IS 219 (85.94% from 255) = 33.80%
R=33.80%
G=32.41%
B=33.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21921021900.0400.1430011.1184.12
HexDBD2DB040E12cb54
Octal3333223330401645413124
Binary11011011110100101101101101000111010010110010111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD2DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD2DB; }

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

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

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

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

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

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

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

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