Shades of Snuff #DCD5DC
Tints of Snuff #DCD5DC
RGB
CMYK
RGB Variations
Color information
#DCD5DC (or 0xDCD5DC) is known color: Snuff. HEX triplet: DC, D5 and DC. RGB value is (220,213,220). Sum of RGB (Red+Green+Blue) = 220+213+220=653 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.69% from 653); Green value is 213 (83.59% from 255 or 32.62% from 653); Blue value is 220 (86.33% from 255 or 33.69% from 653); Max value from RGB is 220 - color contains mainly: red, blue. Hex color #DCD5DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD5DC is #232A23. Grayscale: #D7D7D7. Windows color (decimal): -2304548 or 14472668. OLE color: 14472668.
HSL color Cylindrical-coordinate representation of color #DCD5DC: hue angle of 300º degrees, saturation: 0.09, 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 #DCD5DC is Cyan = 0, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 213 | 220 | - |
| CMYK | 0 | 0.03 | 0 | 0.14 |
| HSL | 300º | 0.09% | 0.85% | - |
| HSV(B) | 300º | 0.03% | 0.86% | - |
| XYZ | 66.23 | 67.97 | 77.34 | - |
| YUV | 215.89 | 130.32 | 130.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 213 | 220 | 0 | 0.03 | 0 | 0.14 | 300 | 0.09 | 0.85 |
| Hex | DC | D5 | DC | 0 | 3 | 0 | E | 12C | 9 | 55 |
| Octal | 334 | 325 | 334 | 0 | 3 | 0 | 16 | 454 | 11 | 125 |
| Binary | 11011100 | 11010101 | 11011100 | 0 | 11 | 0 | 1110 | 100101100 | 1001 | 1010101 |
Color Harmonies of #DCD5DC
Complementary color
Monochromatic Colors of #DCD5DC
Black with #DCD5DC
Text Example
Text Example
White with #DCD5DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD5DC; }
p { color: rgb(220,213,220); }
H1.HeaderClassName
{
color: #DCD5DC;
}
.AnyTagClassName
{
color: #DCD5DC;
}
</style>
background-color css
<style>
a { background-color: #DCD5DC; }
a { background-color: rgb(220,213,220); }
div.DivClassName
{
background-color: #DCD5DC;
}
.BgClassName
{
background-color: #DCD5DC;
}
</style>
border-color css
<style>
span { border-color: #DCD5DC; }
span { border-color: rgb(220,213,220); }
td.TdClassName
{
border-color: #DCD5DC;
}
.TagClassName
{
border-color: #DCD5DC;
}
</style>