Shades of Snuff #DCD6DB
Tints of Snuff #DCD6DB
RGB
CMYK
RGB Variations
Color information
#DCD6DB (or 0xDCD6DB) is known color: Snuff. HEX triplet: DC, D6 and DB. RGB value is (220,214,219). Sum of RGB (Red+Green+Blue) = 220+214+219=653 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.69% from 653); Green value is 214 (83.98% from 255 or 32.77% from 653); Blue value is 219 (85.94% from 255 or 33.54% from 653); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD6DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD6DB is #232924. Grayscale: #D8D8D8. Windows color (decimal): -2304293 or 14407388. OLE color: 14407388.
HSL color Cylindrical-coordinate representation of color #DCD6DB: hue angle of 310º degrees, saturation: 0.08, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #DCD6DB is Cyan = 0, Magento = 0.03, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
RGB | 220 | 214 | 219 | - |
CMYK | 0 | 0.03 | 0.00 | 0.14 |
HSL | 310º | 0.08% | 0.85% | - |
HSV(B) | 310º | 0.03% | 0.86% | - |
XYZ | 66.35 | 68.42 | 76.73 | - |
YUV | 216.36 | 129.49 | 130.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 214 | 219 | 0 | 0.03 | 0.00 | 0.14 | 310 | 0.08 | 0.85 |
Hex | DC | D6 | DB | 0 | 3 | 0 | E | 136 | 8 | 55 |
Octal | 334 | 326 | 333 | 0 | 3 | 0 | 16 | 466 | 10 | 125 |
Binary | 11011100 | 11010110 | 11011011 | 0 | 11 | 0 | 1110 | 100110110 | 1000 | 1010101 |
Color Harmonies of #DCD6DB
Complementary color
Monochromatic Colors of #DCD6DB
Black with #DCD6DB
Text Example
Text Example
White with #DCD6DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD6DB; }
p { color: rgb(220,214,219); }
H1.HeaderClassName
{
color: #DCD6DB;
}
.AnyTagClassName
{
color: #DCD6DB;
}
</style>
background-color css
<style>
a { background-color: #DCD6DB; }
a { background-color: rgb(220,214,219); }
div.DivClassName
{
background-color: #DCD6DB;
}
.BgClassName
{
background-color: #DCD6DB;
}
</style>
border-color css
<style>
span { border-color: #DCD6DB; }
span { border-color: rgb(220,214,219); }
td.TdClassName
{
border-color: #DCD6DB;
}
.TagClassName
{
border-color: #DCD6DB;
}
</style>