Shades of Snuff #DFD1E2
Tints of Snuff #DFD1E2
RGB
CMYK
RGB Variations
Color information
#DFD1E2 (or 0xDFD1E2) is known color: Snuff. HEX triplet: DF, D1 and E2. RGB value is (223,209,226). Sum of RGB (Red+Green+Blue) = 223+209+226=658 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.89% from 658); Green value is 209 (82.03% from 255 or 31.76% from 658); Blue value is 226 (88.67% from 255 or 34.35% from 658); Max value from RGB is 226 - color contains mainly: blue. Hex color #DFD1E2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD1E2 is #202E1D. Grayscale: #D7D7D7. Windows color (decimal): -2108958 or 14864863. OLE color: 14864863.
HSL color Cylindrical-coordinate representation of color #DFD1E2: hue angle of 289.41º degrees, saturation: 0.23, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DFD1E2 is Cyan = 0.01, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 223 | 209 | 226 | - |
| CMYK | 0.01 | 0.08 | 0 | 0.11 |
| HSL | 289.41º | 0.23% | 0.85% | - |
| HSV(B) | 289.41º | 0.08% | 0.89% | - |
| XYZ | 66.96 | 66.78 | 81.31 | - |
| YUV | 215.12 | 134.14 | 133.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 209 | 226 | 0.01 | 0.08 | 0 | 0.11 | 289.41 | 0.23 | 0.85 |
| Hex | DF | D1 | E2 | 1 | 8 | 0 | B | 121 | 17 | 55 |
| Octal | 337 | 321 | 342 | 1 | 10 | 0 | 13 | 441 | 27 | 125 |
| Binary | 11011111 | 11010001 | 11100010 | 1 | 1000 | 0 | 1011 | 100100001 | 10111 | 1010101 |
Color Harmonies of #DFD1E2
Complementary color
Monochromatic Colors of #DFD1E2
Black with #DFD1E2
Text Example
Text Example
White with #DFD1E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD1E2; }
p { color: rgb(223,209,226); }
H1.HeaderClassName
{
color: #DFD1E2;
}
.AnyTagClassName
{
color: #DFD1E2;
}
</style>
background-color css
<style>
a { background-color: #DFD1E2; }
a { background-color: rgb(223,209,226); }
div.DivClassName
{
background-color: #DFD1E2;
}
.BgClassName
{
background-color: #DFD1E2;
}
</style>
border-color css
<style>
span { border-color: #DFD1E2; }
span { border-color: rgb(223,209,226); }
td.TdClassName
{
border-color: #DFD1E2;
}
.TagClassName
{
border-color: #DFD1E2;
}
</style>