Shades of Snuff #DFCFE1
Tints of Snuff #DFCFE1
RGB
CMYK
RGB Variations
Color information
#DFCFE1 (or 0xDFCFE1) is known color: Snuff. HEX triplet: DF, CF and E1. RGB value is (223,207,225). Sum of RGB (Red+Green+Blue) = 223+207+225=655 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.05% from 655); Green value is 207 (81.25% from 255 or 31.60% from 655); Blue value is 225 (88.28% from 255 or 34.35% from 655); Max value from RGB is 225 - color contains mainly: blue. Hex color #DFCFE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFCFE1 is #20301E. Grayscale: #D5D5D5. Windows color (decimal): -2109471 or 14798815. OLE color: 14798815.
HSL color Cylindrical-coordinate representation of color #DFCFE1: hue angle of 293.33º degrees, saturation: 0.23, 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 #DFCFE1 is Cyan = 0.01, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 223 | 207 | 225 | - |
| CMYK | 0.01 | 0.08 | 0 | 0.12 |
| HSL | 293.33º | 0.23% | 0.85% | - |
| HSV(B) | 293.33º | 0.08% | 0.88% | - |
| XYZ | 66.33 | 65.75 | 80.43 | - |
| YUV | 213.84 | 134.3 | 134.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 207 | 225 | 0.01 | 0.08 | 0 | 0.12 | 293.33 | 0.23 | 0.85 |
| Hex | DF | CF | E1 | 1 | 8 | 0 | C | 125 | 17 | 55 |
| Octal | 337 | 317 | 341 | 1 | 10 | 0 | 14 | 445 | 27 | 125 |
| Binary | 11011111 | 11001111 | 11100001 | 1 | 1000 | 0 | 1100 | 100100101 | 10111 | 1010101 |
Color Harmonies of #DFCFE1
Complementary color
Monochromatic Colors of #DFCFE1
Black with #DFCFE1
Text Example
Text Example
White with #DFCFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCFE1; }
p { color: rgb(223,207,225); }
H1.HeaderClassName
{
color: #DFCFE1;
}
.AnyTagClassName
{
color: #DFCFE1;
}
</style>
background-color css
<style>
a { background-color: #DFCFE1; }
a { background-color: rgb(223,207,225); }
div.DivClassName
{
background-color: #DFCFE1;
}
.BgClassName
{
background-color: #DFCFE1;
}
</style>
border-color css
<style>
span { border-color: #DFCFE1; }
span { border-color: rgb(223,207,225); }
td.TdClassName
{
border-color: #DFCFE1;
}
.TagClassName
{
border-color: #DFCFE1;
}
</style>