Shades of Snuff #DCCFDE
Tints of Snuff #DCCFDE
RGB
CMYK
RGB Variations
Color information
#DCCFDE (or 0xDCCFDE) is known color: Snuff. HEX triplet: DC, CF and DE. RGB value is (220,207,222). Sum of RGB (Red+Green+Blue) = 220+207+222=649 (85% of max value = 765). Red value is 220 (86.33% from 255 or 33.90% from 649); Green value is 207 (81.25% from 255 or 31.90% from 649); Blue value is 222 (87.11% from 255 or 34.21% from 649); Max value from RGB is 222 - color contains mainly: blue. Hex color #DCCFDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCFDE is #233021. Grayscale: #D4D4D4. Windows color (decimal): -2306082 or 14602204. OLE color: 14602204.
HSL color Cylindrical-coordinate representation of color #DCCFDE: hue angle of 292º degrees, saturation: 0.19, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DCCFDE is Cyan = 0.01, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 207 | 222 | - |
| CMYK | 0.01 | 0.07 | 0 | 0.13 |
| HSL | 292º | 0.19% | 0.84% | - |
| HSV(B) | 292º | 0.07% | 0.87% | - |
| XYZ | 65.01 | 65.12 | 78.25 | - |
| YUV | 212.6 | 133.31 | 133.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 207 | 222 | 0.01 | 0.07 | 0 | 0.13 | 292 | 0.19 | 0.84 |
| Hex | DC | CF | DE | 1 | 7 | 0 | D | 124 | 13 | 54 |
| Octal | 334 | 317 | 336 | 1 | 7 | 0 | 15 | 444 | 23 | 124 |
| Binary | 11011100 | 11001111 | 11011110 | 1 | 111 | 0 | 1101 | 100100100 | 10011 | 1010100 |
Color Harmonies of #DCCFDE
Complementary color
Monochromatic Colors of #DCCFDE
Black with #DCCFDE
Text Example
Text Example
White with #DCCFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCFDE; }
p { color: rgb(220,207,222); }
H1.HeaderClassName
{
color: #DCCFDE;
}
.AnyTagClassName
{
color: #DCCFDE;
}
</style>
background-color css
<style>
a { background-color: #DCCFDE; }
a { background-color: rgb(220,207,222); }
div.DivClassName
{
background-color: #DCCFDE;
}
.BgClassName
{
background-color: #DCCFDE;
}
</style>
border-color css
<style>
span { border-color: #DCCFDE; }
span { border-color: rgb(220,207,222); }
td.TdClassName
{
border-color: #DCCFDE;
}
.TagClassName
{
border-color: #DCCFDE;
}
</style>