Shades of Snuff #DFC9E2
Tints of Snuff #DFC9E2
RGB
CMYK
RGB Variations
Color information
#DFC9E2 (or 0xDFC9E2) is known color: Snuff. HEX triplet: DF, C9 and E2. RGB value is (223,201,226). Sum of RGB (Red+Green+Blue) = 223+201+226=650 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.31% from 650); Green value is 201 (78.91% from 255 or 30.92% from 650); Blue value is 226 (88.67% from 255 or 34.77% from 650); Max value from RGB is 226 - color contains mainly: blue. Hex color #DFC9E2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC9E2 is #20361D. Grayscale: #D2D2D2. Windows color (decimal): -2111006 or 14862815. OLE color: 14862815.
HSL color Cylindrical-coordinate representation of color #DFC9E2: hue angle of 292.8º degrees, saturation: 0.3, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DFC9E2 is Cyan = 0.01, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 223 | 201 | 226 | - |
| CMYK | 0.01 | 0.11 | 0 | 0.11 |
| HSL | 292.8º | 0.3% | 0.84% | - |
| HSV(B) | 292.8º | 0.11% | 0.89% | - |
| XYZ | 65.05 | 62.95 | 80.67 | - |
| YUV | 210.43 | 136.79 | 136.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 201 | 226 | 0.01 | 0.11 | 0 | 0.11 | 292.8 | 0.3 | 0.84 |
| Hex | DF | C9 | E2 | 1 | B | 0 | B | 125 | 1E | 54 |
| Octal | 337 | 311 | 342 | 1 | 13 | 0 | 13 | 445 | 36 | 124 |
| Binary | 11011111 | 11001001 | 11100010 | 1 | 1011 | 0 | 1011 | 100100101 | 11110 | 1010100 |
Color Harmonies of #DFC9E2
Complementary color
Monochromatic Colors of #DFC9E2
Black with #DFC9E2
Text Example
Text Example
White with #DFC9E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC9E2; }
p { color: rgb(223,201,226); }
H1.HeaderClassName
{
color: #DFC9E2;
}
.AnyTagClassName
{
color: #DFC9E2;
}
</style>
background-color css
<style>
a { background-color: #DFC9E2; }
a { background-color: rgb(223,201,226); }
div.DivClassName
{
background-color: #DFC9E2;
}
.BgClassName
{
background-color: #DFC9E2;
}
</style>
border-color css
<style>
span { border-color: #DFC9E2; }
span { border-color: rgb(223,201,226); }
td.TdClassName
{
border-color: #DFC9E2;
}
.TagClassName
{
border-color: #DFC9E2;
}
</style>