Shades of Snuff #DFD3DF
Tints of Snuff #DFD3DF
RGB
CMYK
RGB Variations
Color information
#DFD3DF (or 0xDFD3DF) is known color: Snuff. HEX triplet: DF, D3 and DF. RGB value is (223,211,223). Sum of RGB (Red+Green+Blue) = 223+211+223=657 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.94% from 657); Green value is 211 (82.81% from 255 or 32.12% from 657); Blue value is 223 (87.5% from 255 or 33.94% from 657); Max value from RGB is 223 - color contains mainly: red, blue. Hex color #DFD3DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD3DF is #202C20. Grayscale: #D7D7D7. Windows color (decimal): -2108449 or 14668767. OLE color: 14668767.
HSL color Cylindrical-coordinate representation of color #DFD3DF: hue angle of 300º degrees, saturation: 0.16, 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 #DFD3DF is Cyan = 0, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 211 | 223 | - |
CMYK | 0 | 0.05 | 0 | 0.13 |
HSL | 300º | 0.16% | 0.85% | - |
HSV(B) | 300º | 0.05% | 0.87% | - |
XYZ | 67.04 | 67.6 | 79.33 | - |
YUV | 215.96 | 131.98 | 133.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 211 | 223 | 0 | 0.05 | 0 | 0.13 | 300 | 0.16 | 0.85 |
Hex | DF | D3 | DF | 0 | 5 | 0 | D | 12C | 10 | 55 |
Octal | 337 | 323 | 337 | 0 | 5 | 0 | 15 | 454 | 20 | 125 |
Binary | 11011111 | 11010011 | 11011111 | 0 | 101 | 0 | 1101 | 100101100 | 10000 | 1010101 |
Color Harmonies of #DFD3DF
Complementary color
Monochromatic Colors of #DFD3DF
Black with #DFD3DF
Text Example
Text Example
White with #DFD3DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD3DF; }
p { color: rgb(223,211,223); }
H1.HeaderClassName
{
color: #DFD3DF;
}
.AnyTagClassName
{
color: #DFD3DF;
}
</style>
background-color css
<style>
a { background-color: #DFD3DF; }
a { background-color: rgb(223,211,223); }
div.DivClassName
{
background-color: #DFD3DF;
}
.BgClassName
{
background-color: #DFD3DF;
}
</style>
border-color css
<style>
span { border-color: #DFD3DF; }
span { border-color: rgb(223,211,223); }
td.TdClassName
{
border-color: #DFD3DF;
}
.TagClassName
{
border-color: #DFD3DF;
}
</style>