Shades of Snuff #DFCFE0
Tints of Snuff #DFCFE0
RGB
CMYK
RGB Variations
Color information
#DFCFE0 (or 0xDFCFE0) is known color: Snuff. HEX triplet: DF, CF and E0. RGB value is (223,207,224). Sum of RGB (Red+Green+Blue) = 223+207+224=654 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.10% from 654); Green value is 207 (81.25% from 255 or 31.65% from 654); Blue value is 224 (87.89% from 255 or 34.25% from 654); Max value from RGB is 224 - color contains mainly: blue. Hex color #DFCFE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFCFE0 is #20301F. Grayscale: #D5D5D5. Windows color (decimal): -2109472 or 14733279. OLE color: 14733279.
HSL color Cylindrical-coordinate representation of color #DFCFE0: hue angle of 296.47º degrees, saturation: 0.22, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DFCFE0 is Cyan = 0.00, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 223 | 207 | 224 | - |
| CMYK | 0.00 | 0.08 | 0 | 0.12 |
| HSL | 296.47º | 0.22% | 0.85% | - |
| HSV(B) | 296.47º | 0.08% | 0.88% | - |
| XYZ | 66.2 | 65.7 | 79.71 | - |
| YUV | 213.72 | 133.8 | 134.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 207 | 224 | 0.00 | 0.08 | 0 | 0.12 | 296.47 | 0.22 | 0.85 |
| Hex | DF | CF | E0 | 0 | 8 | 0 | C | 128 | 16 | 55 |
| Octal | 337 | 317 | 340 | 0 | 10 | 0 | 14 | 450 | 26 | 125 |
| Binary | 11011111 | 11001111 | 11100000 | 0 | 1000 | 0 | 1100 | 100101000 | 10110 | 1010101 |
Color Harmonies of #DFCFE0
Complementary color
Monochromatic Colors of #DFCFE0
Black with #DFCFE0
Text Example
Text Example
White with #DFCFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCFE0; }
p { color: rgb(223,207,224); }
H1.HeaderClassName
{
color: #DFCFE0;
}
.AnyTagClassName
{
color: #DFCFE0;
}
</style>
background-color css
<style>
a { background-color: #DFCFE0; }
a { background-color: rgb(223,207,224); }
div.DivClassName
{
background-color: #DFCFE0;
}
.BgClassName
{
background-color: #DFCFE0;
}
</style>
border-color css
<style>
span { border-color: #DFCFE0; }
span { border-color: rgb(223,207,224); }
td.TdClassName
{
border-color: #DFCFE0;
}
.TagClassName
{
border-color: #DFCFE0;
}
</style>