Shades of Snuff #DFC8E4
Tints of Snuff #DFC8E4
RGB
CMYK
RGB Variations
Color information
#DFC8E4 (or 0xDFC8E4) is known color: Snuff. HEX triplet: DF, C8 and E4. RGB value is (223,200,228). Sum of RGB (Red+Green+Blue) = 223+200+228=651 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.25% from 651); Green value is 200 (78.52% from 255 or 30.72% from 651); Blue value is 228 (89.45% from 255 or 35.02% from 651); Max value from RGB is 228 - color contains mainly: blue. Hex color #DFC8E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC8E4 is #20371B. Grayscale: #D1D1D1. Windows color (decimal): -2111260 or 14993631. OLE color: 14993631.
HSL color Cylindrical-coordinate representation of color #DFC8E4: hue angle of 289.29º degrees, saturation: 0.34, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DFC8E4 is Cyan = 0.02, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 223 | 200 | 228 | - |
| CMYK | 0.02 | 0.12 | 0 | 0.11 |
| HSL | 289.29º | 0.34% | 0.84% | - |
| HSV(B) | 289.29º | 0.12% | 0.89% | - |
| XYZ | 65.09 | 62.6 | 82.05 | - |
| YUV | 210.07 | 138.12 | 137.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 200 | 228 | 0.02 | 0.12 | 0 | 0.11 | 289.29 | 0.34 | 0.84 |
| Hex | DF | C8 | E4 | 2 | C | 0 | B | 121 | 22 | 54 |
| Octal | 337 | 310 | 344 | 2 | 14 | 0 | 13 | 441 | 42 | 124 |
| Binary | 11011111 | 11001000 | 11100100 | 10 | 1100 | 0 | 1011 | 100100001 | 100010 | 1010100 |
Color Harmonies of #DFC8E4
Complementary color
Monochromatic Colors of #DFC8E4
Black with #DFC8E4
Text Example
Text Example
White with #DFC8E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC8E4; }
p { color: rgb(223,200,228); }
H1.HeaderClassName
{
color: #DFC8E4;
}
.AnyTagClassName
{
color: #DFC8E4;
}
</style>
background-color css
<style>
a { background-color: #DFC8E4; }
a { background-color: rgb(223,200,228); }
div.DivClassName
{
background-color: #DFC8E4;
}
.BgClassName
{
background-color: #DFC8E4;
}
</style>
border-color css
<style>
span { border-color: #DFC8E4; }
span { border-color: rgb(223,200,228); }
td.TdClassName
{
border-color: #DFC8E4;
}
.TagClassName
{
border-color: #DFC8E4;
}
</style>