Shades of Snuff #DFD6DD
Tints of Snuff #DFD6DD
RGB
CMYK
RGB Variations
Color information
#DFD6DD (or 0xDFD6DD) is known color: Snuff. HEX triplet: DF, D6 and DD. RGB value is (223,214,221). Sum of RGB (Red+Green+Blue) = 223+214+221=658 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.89% from 658); Green value is 214 (83.98% from 255 or 32.52% from 658); Blue value is 221 (86.72% from 255 or 33.59% from 658); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD6DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD6DD is #202922. Grayscale: #D9D9D9. Windows color (decimal): -2107683 or 14538463. OLE color: 14538463.
HSL color Cylindrical-coordinate representation of color #DFD6DD: hue angle of 313.33º degrees, saturation: 0.12, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DFD6DD is Cyan = 0, Magento = 0.04, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 214 | 221 | - |
CMYK | 0 | 0.04 | 0.01 | 0.13 |
HSL | 313.33º | 0.12% | 0.86% | - |
HSV(B) | 313.33º | 0.04% | 0.87% | - |
XYZ | 67.53 | 69 | 78.17 | - |
YUV | 217.49 | 129.98 | 131.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 214 | 221 | 0 | 0.04 | 0.01 | 0.13 | 313.33 | 0.12 | 0.86 |
Hex | DF | D6 | DD | 0 | 4 | 1 | D | 139 | C | 56 |
Octal | 337 | 326 | 335 | 0 | 4 | 1 | 15 | 471 | 14 | 126 |
Binary | 11011111 | 11010110 | 11011101 | 0 | 100 | 1 | 1101 | 100111001 | 1100 | 1010110 |
Color Harmonies of #DFD6DD
Complementary color
Monochromatic Colors of #DFD6DD
Black with #DFD6DD
Text Example
Text Example
White with #DFD6DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD6DD; }
p { color: rgb(223,214,221); }
H1.HeaderClassName
{
color: #DFD6DD;
}
.AnyTagClassName
{
color: #DFD6DD;
}
</style>
background-color css
<style>
a { background-color: #DFD6DD; }
a { background-color: rgb(223,214,221); }
div.DivClassName
{
background-color: #DFD6DD;
}
.BgClassName
{
background-color: #DFD6DD;
}
</style>
border-color css
<style>
span { border-color: #DFD6DD; }
span { border-color: rgb(223,214,221); }
td.TdClassName
{
border-color: #DFD6DD;
}
.TagClassName
{
border-color: #DFD6DD;
}
</style>