Shades of Snuff #DDD1DE
Tints of Snuff #DDD1DE
RGB
CMYK
RGB Variations
Color information
#DDD1DE (or 0xDDD1DE) is known color: Snuff. HEX triplet: DD, D1 and DE. RGB value is (221,209,222). Sum of RGB (Red+Green+Blue) = 221+209+222=652 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.90% from 652); Green value is 209 (82.03% from 255 or 32.06% from 652); Blue value is 222 (87.11% from 255 or 34.05% from 652); Max value from RGB is 222 - color contains mainly: blue. Hex color #DDD1DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD1DE is #222E21. Grayscale: #D6D6D6. Windows color (decimal): -2240034 or 14602717. OLE color: 14602717.
HSL color Cylindrical-coordinate representation of color #DDD1DE: hue angle of 295.38º degrees, saturation: 0.16, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DDD1DE is Cyan = 0.00, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 209 | 222 | - |
| CMYK | 0.00 | 0.06 | 0 | 0.13 |
| HSL | 295.38º | 0.16% | 0.85% | - |
| HSV(B) | 295.38º | 0.06% | 0.87% | - |
| XYZ | 65.8 | 66.25 | 78.43 | - |
| YUV | 214.07 | 132.48 | 132.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 209 | 222 | 0.00 | 0.06 | 0 | 0.13 | 295.38 | 0.16 | 0.85 |
| Hex | DD | D1 | DE | 0 | 6 | 0 | D | 127 | 10 | 55 |
| Octal | 335 | 321 | 336 | 0 | 6 | 0 | 15 | 447 | 20 | 125 |
| Binary | 11011101 | 11010001 | 11011110 | 0 | 110 | 0 | 1101 | 100100111 | 10000 | 1010101 |
Color Harmonies of #DDD1DE
Complementary color
Monochromatic Colors of #DDD1DE
Black with #DDD1DE
Text Example
Text Example
White with #DDD1DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD1DE; }
p { color: rgb(221,209,222); }
H1.HeaderClassName
{
color: #DDD1DE;
}
.AnyTagClassName
{
color: #DDD1DE;
}
</style>
background-color css
<style>
a { background-color: #DDD1DE; }
a { background-color: rgb(221,209,222); }
div.DivClassName
{
background-color: #DDD1DE;
}
.BgClassName
{
background-color: #DDD1DE;
}
</style>
border-color css
<style>
span { border-color: #DDD1DE; }
span { border-color: rgb(221,209,222); }
td.TdClassName
{
border-color: #DDD1DE;
}
.TagClassName
{
border-color: #DDD1DE;
}
</style>