Shades of Snuff #DFD4DF
Tints of Snuff #DFD4DF
RGB
CMYK
RGB Variations
Color information
#DFD4DF (or 0xDFD4DF) is known color: Snuff. HEX triplet: DF, D4 and DF. RGB value is (223,212,223). Sum of RGB (Red+Green+Blue) = 223+212+223=658 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.89% from 658); Green value is 212 (83.20% from 255 or 32.22% from 658); Blue value is 223 (87.5% from 255 or 33.89% from 658); Max value from RGB is 223 - color contains mainly: red, blue. Hex color #DFD4DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD4DF is #202B20. Grayscale: #D8D8D8. Windows color (decimal): -2108193 or 14669023. OLE color: 14669023.
HSL color Cylindrical-coordinate representation of color #DFD4DF: hue angle of 300º degrees, saturation: 0.15, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DFD4DF is Cyan = 0, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 212 | 223 | - |
CMYK | 0 | 0.05 | 0 | 0.13 |
HSL | 300º | 0.15% | 0.85% | - |
HSV(B) | 300º | 0.05% | 0.87% | - |
XYZ | 67.29 | 68.1 | 79.41 | - |
YUV | 216.54 | 131.64 | 132.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 212 | 223 | 0 | 0.05 | 0 | 0.13 | 300 | 0.15 | 0.85 |
Hex | DF | D4 | DF | 0 | 5 | 0 | D | 12C | F | 55 |
Octal | 337 | 324 | 337 | 0 | 5 | 0 | 15 | 454 | 17 | 125 |
Binary | 11011111 | 11010100 | 11011111 | 0 | 101 | 0 | 1101 | 100101100 | 1111 | 1010101 |
Color Harmonies of #DFD4DF
Complementary color
Monochromatic Colors of #DFD4DF
Black with #DFD4DF
Text Example
Text Example
White with #DFD4DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD4DF; }
p { color: rgb(223,212,223); }
H1.HeaderClassName
{
color: #DFD4DF;
}
.AnyTagClassName
{
color: #DFD4DF;
}
</style>
background-color css
<style>
a { background-color: #DFD4DF; }
a { background-color: rgb(223,212,223); }
div.DivClassName
{
background-color: #DFD4DF;
}
.BgClassName
{
background-color: #DFD4DF;
}
</style>
border-color css
<style>
span { border-color: #DFD4DF; }
span { border-color: rgb(223,212,223); }
td.TdClassName
{
border-color: #DFD4DF;
}
.TagClassName
{
border-color: #DFD4DF;
}
</style>