#DBD3DB

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

Shades of Snuff #DBD3DB

Tints of Snuff #DBD3DB

Color information

#DBD3DB (or 0xDBD3DB) is unknown color: approx Snuff. HEX triplet: DB, D3 and DB. RGB value is (219,211,219). Sum of RGB (Red+Green+Blue) = 219+211+219=649 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.74% from 649); Green value is 211 (82.81% from 255 or 32.51% from 649); Blue value is 219 (85.94% from 255 or 33.74% from 649); Max value from RGB is 219 - color contains mainly: red, blue. Hex color #DBD3DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD3DB is #242C24. Grayscale: #D6D6D6. Windows color (decimal): -2370597 or 14406619. OLE color: 14406619.

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

Color convert

RGB219211219-
CMYK00.0400.14
HSL300º10%84.31%-
HSV(B)300º3.65%85.88%-
XYZ65.2966.7676.46-
YUV214.3130.65131.35-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.74%
GREEN value IS 211 (82.81% from 255) = 32.51%
BLUE value IS 219 (85.94% from 255) = 33.74%
R=33.74%
G=32.51%
B=33.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21921121900.0400.143001084.31
HexDBD3DB040E12ca54
Octal3333233330401645412124
Binary11011011110100111101101101000111010010110010101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD3DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD3DB; }

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

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

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

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

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

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

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

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