Shades of Snuff #DFDADF
Tints of Snuff #DFDADF
RGB
CMYK
RGB Variations
Color information
#DFDADF (or 0xDFDADF) is known color: Snuff. HEX triplet: DF, DA and DF. RGB value is (223,218,223). Sum of RGB (Red+Green+Blue) = 223+218+223=664 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.58% from 664); Green value is 218 (85.55% from 255 or 32.83% from 664); Blue value is 223 (87.5% from 255 or 33.58% from 664); Max value from RGB is 223 - color contains mainly: red, blue. Hex color #DFDADF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDADF is #202520. Grayscale: #DCDCDC. Windows color (decimal): -2106657 or 14670559. OLE color: 14670559.
HSL color Cylindrical-coordinate representation of color #DFDADF: hue angle of 300º degrees, saturation: 0.07, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #DFDADF is Cyan = 0, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 218 | 223 | - |
CMYK | 0 | 0.02 | 0 | 0.13 |
HSL | 300º | 0.07% | 0.86% | - |
HSV(B) | 300º | 0.02% | 0.87% | - |
XYZ | 68.82 | 71.16 | 79.92 | - |
YUV | 220.07 | 129.66 | 130.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 218 | 223 | 0 | 0.02 | 0 | 0.13 | 300 | 0.07 | 0.86 |
Hex | DF | DA | DF | 0 | 2 | 0 | D | 12C | 7 | 56 |
Octal | 337 | 332 | 337 | 0 | 2 | 0 | 15 | 454 | 7 | 126 |
Binary | 11011111 | 11011010 | 11011111 | 0 | 10 | 0 | 1101 | 100101100 | 111 | 1010110 |
Color Harmonies of #DFDADF
Complementary color
Monochromatic Colors of #DFDADF
Black with #DFDADF
Text Example
Text Example
White with #DFDADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDADF; }
p { color: rgb(223,218,223); }
H1.HeaderClassName
{
color: #DFDADF;
}
.AnyTagClassName
{
color: #DFDADF;
}
</style>
background-color css
<style>
a { background-color: #DFDADF; }
a { background-color: rgb(223,218,223); }
div.DivClassName
{
background-color: #DFDADF;
}
.BgClassName
{
background-color: #DFDADF;
}
</style>
border-color css
<style>
span { border-color: #DFDADF; }
span { border-color: rgb(223,218,223); }
td.TdClassName
{
border-color: #DFDADF;
}
.TagClassName
{
border-color: #DFDADF;
}
</style>