Shades of Snuff #DFCFDF
Tints of Snuff #DFCFDF
RGB
CMYK
RGB Variations
Color information
#DFCFDF (or 0xDFCFDF) is known color: Snuff. HEX triplet: DF, CF and DF. RGB value is (223,207,223). Sum of RGB (Red+Green+Blue) = 223+207+223=653 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.15% from 653); Green value is 207 (81.25% from 255 or 31.70% from 653); Blue value is 223 (87.5% from 255 or 34.15% from 653); Max value from RGB is 223 - color contains mainly: red, blue. Hex color #DFCFDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFCFDF is #203020. Grayscale: #D5D5D5. Windows color (decimal): -2109473 or 14667743. OLE color: 14667743.
HSL color Cylindrical-coordinate representation of color #DFCFDF: hue angle of 300º degrees, saturation: 0.2, 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 #DFCFDF is Cyan = 0, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 207 | 223 | - |
CMYK | 0 | 0.07 | 0 | 0.13 |
HSL | 300º | 0.2% | 0.84% | - |
HSV(B) | 300º | 0.07% | 0.87% | - |
XYZ | 66.06 | 65.64 | 79 | - |
YUV | 213.61 | 133.3 | 134.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 207 | 223 | 0 | 0.07 | 0 | 0.13 | 300 | 0.2 | 0.84 |
Hex | DF | CF | DF | 0 | 7 | 0 | D | 12C | 14 | 54 |
Octal | 337 | 317 | 337 | 0 | 7 | 0 | 15 | 454 | 24 | 124 |
Binary | 11011111 | 11001111 | 11011111 | 0 | 111 | 0 | 1101 | 100101100 | 10100 | 1010100 |
Color Harmonies of #DFCFDF
Complementary color
Monochromatic Colors of #DFCFDF
Black with #DFCFDF
Text Example
Text Example
White with #DFCFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCFDF; }
p { color: rgb(223,207,223); }
H1.HeaderClassName
{
color: #DFCFDF;
}
.AnyTagClassName
{
color: #DFCFDF;
}
</style>
background-color css
<style>
a { background-color: #DFCFDF; }
a { background-color: rgb(223,207,223); }
div.DivClassName
{
background-color: #DFCFDF;
}
.BgClassName
{
background-color: #DFCFDF;
}
</style>
border-color css
<style>
span { border-color: #DFCFDF; }
span { border-color: rgb(223,207,223); }
td.TdClassName
{
border-color: #DFCFDF;
}
.TagClassName
{
border-color: #DFCFDF;
}
</style>