Shades of Snuff #DDD2DE
Tints of Snuff #DDD2DE
RGB
CMYK
RGB Variations
Color information
#DDD2DE (or 0xDDD2DE) is known color: Snuff. HEX triplet: DD, D2 and DE. RGB value is (221,210,222). Sum of RGB (Red+Green+Blue) = 221+210+222=653 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.84% from 653); Green value is 210 (82.42% from 255 or 32.16% from 653); Blue value is 222 (87.11% from 255 or 34.00% from 653); Max value from RGB is 222 - color contains mainly: blue. Hex color #DDD2DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD2DE is #222D21. Grayscale: #D6D6D6. Windows color (decimal): -2239778 or 14602973. OLE color: 14602973.
HSL color Cylindrical-coordinate representation of color #DDD2DE: hue angle of 295º degrees, saturation: 0.15, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DDD2DE is Cyan = 0.00, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 210 | 222 | - |
| CMYK | 0.00 | 0.05 | 0 | 0.13 |
| HSL | 295º | 0.15% | 0.85% | - |
| HSV(B) | 295º | 0.05% | 0.87% | - |
| XYZ | 66.05 | 66.74 | 78.51 | - |
| YUV | 214.66 | 132.14 | 132.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 210 | 222 | 0.00 | 0.05 | 0 | 0.13 | 295 | 0.15 | 0.85 |
| Hex | DD | D2 | DE | 0 | 5 | 0 | D | 127 | F | 55 |
| Octal | 335 | 322 | 336 | 0 | 5 | 0 | 15 | 447 | 17 | 125 |
| Binary | 11011101 | 11010010 | 11011110 | 0 | 101 | 0 | 1101 | 100100111 | 1111 | 1010101 |
Color Harmonies of #DDD2DE
Complementary color
Monochromatic Colors of #DDD2DE
Black with #DDD2DE
Text Example
Text Example
White with #DDD2DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD2DE; }
p { color: rgb(221,210,222); }
H1.HeaderClassName
{
color: #DDD2DE;
}
.AnyTagClassName
{
color: #DDD2DE;
}
</style>
background-color css
<style>
a { background-color: #DDD2DE; }
a { background-color: rgb(221,210,222); }
div.DivClassName
{
background-color: #DDD2DE;
}
.BgClassName
{
background-color: #DDD2DE;
}
</style>
border-color css
<style>
span { border-color: #DDD2DE; }
span { border-color: rgb(221,210,222); }
td.TdClassName
{
border-color: #DDD2DE;
}
.TagClassName
{
border-color: #DDD2DE;
}
</style>