#DBD7DB

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

Shades of Snuff #DBD7DB

Tints of Snuff #DBD7DB

Color information

#DBD7DB (or 0xDBD7DB) is unknown color: approx Snuff. HEX triplet: DB, D7 and DB. RGB value is (219,215,219). Sum of RGB (Red+Green+Blue) = 219+215+219=653 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.54% from 653); Green value is 215 (84.38% from 255 or 32.92% from 653); Blue value is 219 (85.94% from 255 or 33.54% from 653); Max value from RGB is 219 - color contains mainly: red, blue. Hex color #DBD7DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD7DB is #242824. Grayscale: #D8D8D8. Windows color (decimal): -2369573 or 14407643. OLE color: 14407643.

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

Color convert

RGB219215219-
CMYK00.0200.14
HSL300º5.26%85.1%-
HSV(B)300º1.83%85.88%-
XYZ66.368.7876.8-
YUV216.65129.33129.67-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.54%
GREEN value IS 215 (84.38% from 255) = 32.92%
BLUE value IS 219 (85.94% from 255) = 33.54%
R=33.54%
G=32.92%
B=33.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21921521900.0200.143005.2685.1
HexDBD7DB020E12c555
Octal333327333020164545125
Binary110110111101011111011011010011101001011001011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD7DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD7DB; }

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

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

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

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

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

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

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

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