Shades of Snuff #DFC8E2
Tints of Snuff #DFC8E2
RGB
CMYK
RGB Variations
Color information
#DFC8E2 (or 0xDFC8E2) is known color: Snuff. HEX triplet: DF, C8 and E2. RGB value is (223,200,226). Sum of RGB (Red+Green+Blue) = 223+200+226=649 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.36% from 649); Green value is 200 (78.52% from 255 or 30.82% from 649); Blue value is 226 (88.67% from 255 or 34.82% from 649); Max value from RGB is 226 - color contains mainly: blue. Hex color #DFC8E2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC8E2 is #20371D. Grayscale: #D1D1D1. Windows color (decimal): -2111262 or 14862559. OLE color: 14862559.
HSL color Cylindrical-coordinate representation of color #DFC8E2: hue angle of 293.08º degrees, saturation: 0.31, 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 #DFC8E2 is Cyan = 0.01, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 223 | 200 | 226 | - |
| CMYK | 0.01 | 0.12 | 0 | 0.11 |
| HSL | 293.08º | 0.31% | 0.84% | - |
| HSV(B) | 293.08º | 0.12% | 0.89% | - |
| XYZ | 64.81 | 62.49 | 80.6 | - |
| YUV | 209.84 | 137.12 | 137.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 200 | 226 | 0.01 | 0.12 | 0 | 0.11 | 293.08 | 0.31 | 0.84 |
| Hex | DF | C8 | E2 | 1 | C | 0 | B | 125 | 1F | 54 |
| Octal | 337 | 310 | 342 | 1 | 14 | 0 | 13 | 445 | 37 | 124 |
| Binary | 11011111 | 11001000 | 11100010 | 1 | 1100 | 0 | 1011 | 100100101 | 11111 | 1010100 |
Color Harmonies of #DFC8E2
Complementary color
Monochromatic Colors of #DFC8E2
Black with #DFC8E2
Text Example
Text Example
White with #DFC8E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC8E2; }
p { color: rgb(223,200,226); }
H1.HeaderClassName
{
color: #DFC8E2;
}
.AnyTagClassName
{
color: #DFC8E2;
}
</style>
background-color css
<style>
a { background-color: #DFC8E2; }
a { background-color: rgb(223,200,226); }
div.DivClassName
{
background-color: #DFC8E2;
}
.BgClassName
{
background-color: #DFC8E2;
}
</style>
border-color css
<style>
span { border-color: #DFC8E2; }
span { border-color: rgb(223,200,226); }
td.TdClassName
{
border-color: #DFC8E2;
}
.TagClassName
{
border-color: #DFC8E2;
}
</style>