Shades of Snuff #DFDDDF
Tints of Snuff #DFDDDF
RGB
CMYK
RGB Variations
Color information
#DFDDDF (or 0xDFDDDF) is known color: Snuff. HEX triplet: DF, DD and DF. RGB value is (223,221,223). Sum of RGB (Red+Green+Blue) = 223+221+223=667 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.43% from 667); Green value is 221 (86.72% from 255 or 33.13% from 667); Blue value is 223 (87.5% from 255 or 33.43% from 667); Max value from RGB is 223 - color contains mainly: red, blue. Hex color #DFDDDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDDDF is #202220. Grayscale: #DDDDDD. Windows color (decimal): -2105889 or 14671327. OLE color: 14671327.
HSL color Cylindrical-coordinate representation of color #DFDDDF: hue angle of 300º degrees, saturation: 0.03, 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 #DFDDDF is Cyan = 0, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 221 | 223 | - |
CMYK | 0 | 0.01 | 0 | 0.13 |
HSL | 300º | 0.03% | 0.87% | - |
HSV(B) | 300º | 0.01% | 0.87% | - |
XYZ | 69.61 | 72.73 | 80.18 | - |
YUV | 221.83 | 128.66 | 128.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 221 | 223 | 0 | 0.01 | 0 | 0.13 | 300 | 0.03 | 0.87 |
Hex | DF | DD | DF | 0 | 1 | 0 | D | 12C | 3 | 57 |
Octal | 337 | 335 | 337 | 0 | 1 | 0 | 15 | 454 | 3 | 127 |
Binary | 11011111 | 11011101 | 11011111 | 0 | 1 | 0 | 1101 | 100101100 | 11 | 1010111 |
Color Harmonies of #DFDDDF
Complementary color
Monochromatic Colors of #DFDDDF
Black with #DFDDDF
Text Example
Text Example
White with #DFDDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDDDF; }
p { color: rgb(223,221,223); }
H1.HeaderClassName
{
color: #DFDDDF;
}
.AnyTagClassName
{
color: #DFDDDF;
}
</style>
background-color css
<style>
a { background-color: #DFDDDF; }
a { background-color: rgb(223,221,223); }
div.DivClassName
{
background-color: #DFDDDF;
}
.BgClassName
{
background-color: #DFDDDF;
}
</style>
border-color css
<style>
span { border-color: #DFDDDF; }
span { border-color: rgb(223,221,223); }
td.TdClassName
{
border-color: #DFDDDF;
}
.TagClassName
{
border-color: #DFDDDF;
}
</style>