Shades of Snuff #DFCBDF
Tints of Snuff #DFCBDF
RGB
CMYK
RGB Variations
Color information
#DFCBDF (or 0xDFCBDF) is known color: Snuff. HEX triplet: DF, CB and DF. RGB value is (223,203,223). Sum of RGB (Red+Green+Blue) = 223+203+223=649 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.36% from 649); Green value is 203 (79.69% from 255 or 31.28% from 649); Blue value is 223 (87.5% from 255 or 34.36% from 649); Max value from RGB is 223 - color contains mainly: red, blue. Hex color #DFCBDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFCBDF is #203420. Grayscale: #D3D3D3. Windows color (decimal): -2110497 or 14666719. OLE color: 14666719.
HSL color Cylindrical-coordinate representation of color #DFCBDF: hue angle of 300º degrees, saturation: 0.24, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DFCBDF is Cyan = 0, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 203 | 223 | - |
| CMYK | 0 | 0.09 | 0 | 0.13 |
| HSL | 300º | 0.24% | 0.84% | - |
| HSV(B) | 300º | 0.09% | 0.87% | - |
| XYZ | 65.11 | 63.73 | 78.68 | - |
| YUV | 211.26 | 134.63 | 136.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 203 | 223 | 0 | 0.09 | 0 | 0.13 | 300 | 0.24 | 0.84 |
| Hex | DF | CB | DF | 0 | 9 | 0 | D | 12C | 18 | 54 |
| Octal | 337 | 313 | 337 | 0 | 11 | 0 | 15 | 454 | 30 | 124 |
| Binary | 11011111 | 11001011 | 11011111 | 0 | 1001 | 0 | 1101 | 100101100 | 11000 | 1010100 |
Color Harmonies of #DFCBDF
Complementary color
Monochromatic Colors of #DFCBDF
Black with #DFCBDF
Text Example
Text Example
White with #DFCBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCBDF; }
p { color: rgb(223,203,223); }
H1.HeaderClassName
{
color: #DFCBDF;
}
.AnyTagClassName
{
color: #DFCBDF;
}
</style>
background-color css
<style>
a { background-color: #DFCBDF; }
a { background-color: rgb(223,203,223); }
div.DivClassName
{
background-color: #DFCBDF;
}
.BgClassName
{
background-color: #DFCBDF;
}
</style>
border-color css
<style>
span { border-color: #DFCBDF; }
span { border-color: rgb(223,203,223); }
td.TdClassName
{
border-color: #DFCBDF;
}
.TagClassName
{
border-color: #DFCBDF;
}
</style>