Shades of Snuff #DCD0DE
Tints of Snuff #DCD0DE
RGB
CMYK
RGB Variations
Color information
#DCD0DE (or 0xDCD0DE) is known color: Snuff. HEX triplet: DC, D0 and DE. RGB value is (220,208,222). Sum of RGB (Red+Green+Blue) = 220+208+222=650 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.85% from 650); Green value is 208 (81.64% from 255 or 32% from 650); Blue value is 222 (87.11% from 255 or 34.15% from 650); Max value from RGB is 222 - color contains mainly: blue. Hex color #DCD0DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD0DE is #232F21. Grayscale: #D5D5D5. Windows color (decimal): -2305826 or 14602460. OLE color: 14602460.
HSL color Cylindrical-coordinate representation of color #DCD0DE: hue angle of 291.43º degrees, saturation: 0.17, 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 #DCD0DE is Cyan = 0.01, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 208 | 222 | - |
| CMYK | 0.01 | 0.06 | 0 | 0.13 |
| HSL | 291.43º | 0.18% | 0.84% | - |
| HSV(B) | 291.43º | 0.06% | 0.87% | - |
| XYZ | 65.26 | 65.6 | 78.33 | - |
| YUV | 213.18 | 132.98 | 132.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 208 | 222 | 0.01 | 0.06 | 0 | 0.13 | 291.43 | 0.18 | 0.84 |
| Hex | DC | D0 | DE | 1 | 6 | 0 | D | 123 | 12 | 54 |
| Octal | 334 | 320 | 336 | 1 | 6 | 0 | 15 | 443 | 22 | 124 |
| Binary | 11011100 | 11010000 | 11011110 | 1 | 110 | 0 | 1101 | 100100011 | 10010 | 1010100 |
Color Harmonies of #DCD0DE
Complementary color
Monochromatic Colors of #DCD0DE
Black with #DCD0DE
Text Example
Text Example
White with #DCD0DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD0DE; }
p { color: rgb(220,208,222); }
H1.HeaderClassName
{
color: #DCD0DE;
}
.AnyTagClassName
{
color: #DCD0DE;
}
</style>
background-color css
<style>
a { background-color: #DCD0DE; }
a { background-color: rgb(220,208,222); }
div.DivClassName
{
background-color: #DCD0DE;
}
.BgClassName
{
background-color: #DCD0DE;
}
</style>
border-color css
<style>
span { border-color: #DCD0DE; }
span { border-color: rgb(220,208,222); }
td.TdClassName
{
border-color: #DCD0DE;
}
.TagClassName
{
border-color: #DCD0DE;
}
</style>