Shades of Snuff #DCD0DD
Tints of Snuff #DCD0DD
RGB
CMYK
RGB Variations
Color information
#DCD0DD (or 0xDCD0DD) is known color: Snuff. HEX triplet: DC, D0 and DD. RGB value is (220,208,221). Sum of RGB (Red+Green+Blue) = 220+208+221=649 (85% of max value = 765). Red value is 220 (86.33% from 255 or 33.90% from 649); Green value is 208 (81.64% from 255 or 32.05% from 649); Blue value is 221 (86.72% from 255 or 34.05% from 649); Max value from RGB is 221 - color contains mainly: blue. Hex color #DCD0DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD0DD is #232F22. Grayscale: #D5D5D5. Windows color (decimal): -2305827 or 14536924. OLE color: 14536924.
HSL color Cylindrical-coordinate representation of color #DCD0DD: hue angle of 295.38º degrees, saturation: 0.16, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DCD0DD is Cyan = 0.00, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 208 | 221 | - |
| CMYK | 0.00 | 0.06 | 0 | 0.13 |
| HSL | 295.38º | 0.16% | 0.84% | - |
| HSV(B) | 295.38º | 0.06% | 0.87% | - |
| XYZ | 65.12 | 65.55 | 77.63 | - |
| YUV | 213.07 | 132.48 | 132.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 208 | 221 | 0.00 | 0.06 | 0 | 0.13 | 295.38 | 0.16 | 0.84 |
| Hex | DC | D0 | DD | 0 | 6 | 0 | D | 127 | 10 | 54 |
| Octal | 334 | 320 | 335 | 0 | 6 | 0 | 15 | 447 | 20 | 124 |
| Binary | 11011100 | 11010000 | 11011101 | 0 | 110 | 0 | 1101 | 100100111 | 10000 | 1010100 |
Color Harmonies of #DCD0DD
Complementary color
Monochromatic Colors of #DCD0DD
Black with #DCD0DD
Text Example
Text Example
White with #DCD0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD0DD; }
p { color: rgb(220,208,221); }
H1.HeaderClassName
{
color: #DCD0DD;
}
.AnyTagClassName
{
color: #DCD0DD;
}
</style>
background-color css
<style>
a { background-color: #DCD0DD; }
a { background-color: rgb(220,208,221); }
div.DivClassName
{
background-color: #DCD0DD;
}
.BgClassName
{
background-color: #DCD0DD;
}
</style>
border-color css
<style>
span { border-color: #DCD0DD; }
span { border-color: rgb(220,208,221); }
td.TdClassName
{
border-color: #DCD0DD;
}
.TagClassName
{
border-color: #DCD0DD;
}
</style>