Shades of Snuff #DDD0DF
Tints of Snuff #DDD0DF
RGB
CMYK
RGB Variations
Color information
#DDD0DF (or 0xDDD0DF) is known color: Snuff. HEX triplet: DD, D0 and DF. RGB value is (221,208,223). Sum of RGB (Red+Green+Blue) = 221+208+223=652 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.90% from 652); Green value is 208 (81.64% from 255 or 31.90% from 652); Blue value is 223 (87.5% from 255 or 34.20% from 652); Max value from RGB is 223 - color contains mainly: blue. Hex color #DDD0DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD0DF is #222F20. Grayscale: #D5D5D5. Windows color (decimal): -2240289 or 14667997. OLE color: 14667997.
HSL color Cylindrical-coordinate representation of color #DDD0DF: hue angle of 292º degrees, saturation: 0.19, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DDD0DF is Cyan = 0.01, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 208 | 223 | - |
CMYK | 0.01 | 0.07 | 0 | 0.13 |
HSL | 292º | 0.19% | 0.85% | - |
HSV(B) | 292º | 0.07% | 0.87% | - |
XYZ | 65.69 | 65.81 | 79.05 | - |
YUV | 213.6 | 133.31 | 133.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 208 | 223 | 0.01 | 0.07 | 0 | 0.13 | 292 | 0.19 | 0.85 |
Hex | DD | D0 | DF | 1 | 7 | 0 | D | 124 | 13 | 55 |
Octal | 335 | 320 | 337 | 1 | 7 | 0 | 15 | 444 | 23 | 125 |
Binary | 11011101 | 11010000 | 11011111 | 1 | 111 | 0 | 1101 | 100100100 | 10011 | 1010101 |
Color Harmonies of #DDD0DF
Complementary color
Monochromatic Colors of #DDD0DF
Black with #DDD0DF
Text Example
Text Example
White with #DDD0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD0DF; }
p { color: rgb(221,208,223); }
H1.HeaderClassName
{
color: #DDD0DF;
}
.AnyTagClassName
{
color: #DDD0DF;
}
</style>
background-color css
<style>
a { background-color: #DDD0DF; }
a { background-color: rgb(221,208,223); }
div.DivClassName
{
background-color: #DDD0DF;
}
.BgClassName
{
background-color: #DDD0DF;
}
</style>
border-color css
<style>
span { border-color: #DDD0DF; }
span { border-color: rgb(221,208,223); }
td.TdClassName
{
border-color: #DDD0DF;
}
.TagClassName
{
border-color: #DDD0DF;
}
</style>