Shades of Snuff #DDD8DE
Tints of Snuff #DDD8DE
RGB
CMYK
RGB Variations
Color information
#DDD8DE (or 0xDDD8DE) is known color: Snuff. HEX triplet: DD, D8 and DE. RGB value is (221,216,222). Sum of RGB (Red+Green+Blue) = 221+216+222=659 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.54% from 659); Green value is 216 (84.77% from 255 or 32.78% from 659); Blue value is 222 (87.11% from 255 or 33.69% from 659); Max value from RGB is 222 - color contains mainly: blue. Hex color #DDD8DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD8DE is #222721. Grayscale: #DADADA. Windows color (decimal): -2238242 or 14604509. OLE color: 14604509.
HSL color Cylindrical-coordinate representation of color #DDD8DE: hue angle of 290º degrees, saturation: 0.08, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #DDD8DE is Cyan = 0.00, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 216 | 222 | - |
| CMYK | 0.00 | 0.03 | 0 | 0.13 |
| HSL | 290º | 0.08% | 0.86% | - |
| HSV(B) | 290º | 0.03% | 0.87% | - |
| XYZ | 67.56 | 69.76 | 79.01 | - |
| YUV | 218.18 | 130.16 | 130.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 216 | 222 | 0.00 | 0.03 | 0 | 0.13 | 290 | 0.08 | 0.86 |
| Hex | DD | D8 | DE | 0 | 3 | 0 | D | 122 | 8 | 56 |
| Octal | 335 | 330 | 336 | 0 | 3 | 0 | 15 | 442 | 10 | 126 |
| Binary | 11011101 | 11011000 | 11011110 | 0 | 11 | 0 | 1101 | 100100010 | 1000 | 1010110 |
Color Harmonies of #DDD8DE
Complementary color
Monochromatic Colors of #DDD8DE
Black with #DDD8DE
Text Example
Text Example
White with #DDD8DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD8DE; }
p { color: rgb(221,216,222); }
H1.HeaderClassName
{
color: #DDD8DE;
}
.AnyTagClassName
{
color: #DDD8DE;
}
</style>
background-color css
<style>
a { background-color: #DDD8DE; }
a { background-color: rgb(221,216,222); }
div.DivClassName
{
background-color: #DDD8DE;
}
.BgClassName
{
background-color: #DDD8DE;
}
</style>
border-color css
<style>
span { border-color: #DDD8DE; }
span { border-color: rgb(221,216,222); }
td.TdClassName
{
border-color: #DDD8DE;
}
.TagClassName
{
border-color: #DDD8DE;
}
</style>