Shades of Snuff #DFDCDF
Tints of Snuff #DFDCDF
RGB
CMYK
RGB Variations
Color information
#DFDCDF (or 0xDFDCDF) is known color: Snuff. HEX triplet: DF, DC and DF. RGB value is (223,220,223). Sum of RGB (Red+Green+Blue) = 223+220+223=666 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.48% from 666); Green value is 220 (86.33% from 255 or 33.03% from 666); Blue value is 223 (87.5% from 255 or 33.48% from 666); Max value from RGB is 223 - color contains mainly: red, blue. Hex color #DFDCDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDCDF is #202320. Grayscale: #DDDDDD. Windows color (decimal): -2106145 or 14671071. OLE color: 14671071.
HSL color Cylindrical-coordinate representation of color #DFDCDF: hue angle of 300º degrees, saturation: 0.04, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #DFDCDF is Cyan = 0, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 220 | 223 | - |
CMYK | 0 | 0.01 | 0 | 0.13 |
HSL | 300º | 0.04% | 0.87% | - |
HSV(B) | 300º | 0.01% | 0.87% | - |
XYZ | 69.34 | 72.2 | 80.09 | - |
YUV | 221.24 | 128.99 | 129.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 220 | 223 | 0 | 0.01 | 0 | 0.13 | 300 | 0.04 | 0.87 |
Hex | DF | DC | DF | 0 | 1 | 0 | D | 12C | 4 | 57 |
Octal | 337 | 334 | 337 | 0 | 1 | 0 | 15 | 454 | 4 | 127 |
Binary | 11011111 | 11011100 | 11011111 | 0 | 1 | 0 | 1101 | 100101100 | 100 | 1010111 |
Color Harmonies of #DFDCDF
Complementary color
Monochromatic Colors of #DFDCDF
Black with #DFDCDF
Text Example
Text Example
White with #DFDCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDCDF; }
p { color: rgb(223,220,223); }
H1.HeaderClassName
{
color: #DFDCDF;
}
.AnyTagClassName
{
color: #DFDCDF;
}
</style>
background-color css
<style>
a { background-color: #DFDCDF; }
a { background-color: rgb(223,220,223); }
div.DivClassName
{
background-color: #DFDCDF;
}
.BgClassName
{
background-color: #DFDCDF;
}
</style>
border-color css
<style>
span { border-color: #DFDCDF; }
span { border-color: rgb(223,220,223); }
td.TdClassName
{
border-color: #DFDCDF;
}
.TagClassName
{
border-color: #DFDCDF;
}
</style>