Shades of Snuff #DCD2DB
Tints of Snuff #DCD2DB
RGB
CMYK
RGB Variations
Color information
#DCD2DB (or 0xDCD2DB) is known color: Snuff. HEX triplet: DC, D2 and DB. RGB value is (220,210,219). Sum of RGB (Red+Green+Blue) = 220+210+219=649 (85% of max value = 765). Red value is 220 (86.33% from 255 or 33.90% from 649); Green value is 210 (82.42% from 255 or 32.36% from 649); Blue value is 219 (85.94% from 255 or 33.74% from 649); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD2DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD2DB is #232D24. Grayscale: #D5D5D5. Windows color (decimal): -2305317 or 14406364. OLE color: 14406364.
HSL color Cylindrical-coordinate representation of color #DCD2DB: hue angle of 306º degrees, saturation: 0.12, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DCD2DB is Cyan = 0, Magento = 0.05, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
RGB | 220 | 210 | 219 | - |
CMYK | 0 | 0.05 | 0.00 | 0.14 |
HSL | 306º | 0.13% | 0.84% | - |
HSV(B) | 306º | 0.05% | 0.86% | - |
XYZ | 65.35 | 66.42 | 76.39 | - |
YUV | 214.02 | 130.81 | 132.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 210 | 219 | 0 | 0.05 | 0.00 | 0.14 | 306 | 0.13 | 0.84 |
Hex | DC | D2 | DB | 0 | 5 | 0 | E | 132 | C | 54 |
Octal | 334 | 322 | 333 | 0 | 5 | 0 | 16 | 462 | 14 | 124 |
Binary | 11011100 | 11010010 | 11011011 | 0 | 101 | 0 | 1110 | 100110010 | 1100 | 1010100 |
Color Harmonies of #DCD2DB
Complementary color
Monochromatic Colors of #DCD2DB
Black with #DCD2DB
Text Example
Text Example
White with #DCD2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD2DB; }
p { color: rgb(220,210,219); }
H1.HeaderClassName
{
color: #DCD2DB;
}
.AnyTagClassName
{
color: #DCD2DB;
}
</style>
background-color css
<style>
a { background-color: #DCD2DB; }
a { background-color: rgb(220,210,219); }
div.DivClassName
{
background-color: #DCD2DB;
}
.BgClassName
{
background-color: #DCD2DB;
}
</style>
border-color css
<style>
span { border-color: #DCD2DB; }
span { border-color: rgb(220,210,219); }
td.TdClassName
{
border-color: #DCD2DB;
}
.TagClassName
{
border-color: #DCD2DB;
}
</style>