Shades of Snuff #DCCFDC
Tints of Snuff #DCCFDC
RGB
CMYK
RGB Variations
Color information
#DCCFDC (or 0xDCCFDC) is known color: Snuff. HEX triplet: DC, CF and DC. RGB value is (220,207,220). Sum of RGB (Red+Green+Blue) = 220+207+220=647 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.00% from 647); Green value is 207 (81.25% from 255 or 31.99% from 647); Blue value is 220 (86.33% from 255 or 34.00% from 647); Max value from RGB is 220 - color contains mainly: red, blue. Hex color #DCCFDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCFDC is #233023. Grayscale: #D4D4D4. Windows color (decimal): -2306084 or 14471132. OLE color: 14471132.
HSL color Cylindrical-coordinate representation of color #DCCFDC: hue angle of 300º degrees, saturation: 0.16, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DCCFDC is Cyan = 0, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 207 | 220 | - |
| CMYK | 0 | 0.06 | 0 | 0.14 |
| HSL | 300º | 0.16% | 0.84% | - |
| HSV(B) | 300º | 0.06% | 0.86% | - |
| XYZ | 64.75 | 65.01 | 76.85 | - |
| YUV | 212.37 | 132.31 | 133.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 207 | 220 | 0 | 0.06 | 0 | 0.14 | 300 | 0.16 | 0.84 |
| Hex | DC | CF | DC | 0 | 6 | 0 | E | 12C | 10 | 54 |
| Octal | 334 | 317 | 334 | 0 | 6 | 0 | 16 | 454 | 20 | 124 |
| Binary | 11011100 | 11001111 | 11011100 | 0 | 110 | 0 | 1110 | 100101100 | 10000 | 1010100 |
Color Harmonies of #DCCFDC
Complementary color
Monochromatic Colors of #DCCFDC
Black with #DCCFDC
Text Example
Text Example
White with #DCCFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCFDC; }
p { color: rgb(220,207,220); }
H1.HeaderClassName
{
color: #DCCFDC;
}
.AnyTagClassName
{
color: #DCCFDC;
}
</style>
background-color css
<style>
a { background-color: #DCCFDC; }
a { background-color: rgb(220,207,220); }
div.DivClassName
{
background-color: #DCCFDC;
}
.BgClassName
{
background-color: #DCCFDC;
}
</style>
border-color css
<style>
span { border-color: #DCCFDC; }
span { border-color: rgb(220,207,220); }
td.TdClassName
{
border-color: #DCCFDC;
}
.TagClassName
{
border-color: #DCCFDC;
}
</style>