Shades of Snuff #DFD4DC
Tints of Snuff #DFD4DC
RGB
CMYK
RGB Variations
Color information
#DFD4DC (or 0xDFD4DC) is known color: Snuff. HEX triplet: DF, D4 and DC. RGB value is (223,212,220). Sum of RGB (Red+Green+Blue) = 223+212+220=655 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.05% from 655); Green value is 212 (83.20% from 255 or 32.37% from 655); Blue value is 220 (86.33% from 255 or 33.59% from 655); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD4DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD4DC is #202B23. Grayscale: #D8D8D8. Windows color (decimal): -2108196 or 14472415. OLE color: 14472415.
HSL color Cylindrical-coordinate representation of color #DFD4DC: hue angle of 316.36º 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 #DFD4DC is Cyan = 0, Magento = 0.05, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 212 | 220 | - |
CMYK | 0 | 0.05 | 0.01 | 0.13 |
HSL | 316.36º | 0.15% | 0.85% | - |
HSV(B) | 316.36º | 0.05% | 0.87% | - |
XYZ | 66.89 | 67.94 | 77.3 | - |
YUV | 216.2 | 130.14 | 132.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 212 | 220 | 0 | 0.05 | 0.01 | 0.13 | 316.36 | 0.15 | 0.85 |
Hex | DF | D4 | DC | 0 | 5 | 1 | D | 13C | F | 55 |
Octal | 337 | 324 | 334 | 0 | 5 | 1 | 15 | 474 | 17 | 125 |
Binary | 11011111 | 11010100 | 11011100 | 0 | 101 | 1 | 1101 | 100111100 | 1111 | 1010101 |
Color Harmonies of #DFD4DC
Complementary color
Monochromatic Colors of #DFD4DC
Black with #DFD4DC
Text Example
Text Example
White with #DFD4DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD4DC; }
p { color: rgb(223,212,220); }
H1.HeaderClassName
{
color: #DFD4DC;
}
.AnyTagClassName
{
color: #DFD4DC;
}
</style>
background-color css
<style>
a { background-color: #DFD4DC; }
a { background-color: rgb(223,212,220); }
div.DivClassName
{
background-color: #DFD4DC;
}
.BgClassName
{
background-color: #DFD4DC;
}
</style>
border-color css
<style>
span { border-color: #DFD4DC; }
span { border-color: rgb(223,212,220); }
td.TdClassName
{
border-color: #DFD4DC;
}
.TagClassName
{
border-color: #DFD4DC;
}
</style>