Shades of Snuff #DDD3DF
Tints of Snuff #DDD3DF
RGB
CMYK
RGB Variations
Color information
#DDD3DF (or 0xDDD3DF) is known color: Snuff. HEX triplet: DD, D3 and DF. RGB value is (221,211,223). Sum of RGB (Red+Green+Blue) = 221+211+223=655 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.74% from 655); Green value is 211 (82.81% from 255 or 32.21% from 655); Blue value is 223 (87.5% from 255 or 34.05% from 655); Max value from RGB is 223 - color contains mainly: blue. Hex color #DDD3DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD3DF is #222C20. Grayscale: #D7D7D7. Windows color (decimal): -2239521 or 14668765. OLE color: 14668765.
HSL color Cylindrical-coordinate representation of color #DDD3DF: hue angle of 290º degrees, saturation: 0.16, 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 #DDD3DF is Cyan = 0.01, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 211 | 223 | - |
CMYK | 0.01 | 0.05 | 0 | 0.13 |
HSL | 290º | 0.16% | 0.85% | - |
HSV(B) | 290º | 0.05% | 0.87% | - |
XYZ | 66.43 | 67.29 | 79.3 | - |
YUV | 215.36 | 132.31 | 132.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 211 | 223 | 0.01 | 0.05 | 0 | 0.13 | 290 | 0.16 | 0.85 |
Hex | DD | D3 | DF | 1 | 5 | 0 | D | 122 | 10 | 55 |
Octal | 335 | 323 | 337 | 1 | 5 | 0 | 15 | 442 | 20 | 125 |
Binary | 11011101 | 11010011 | 11011111 | 1 | 101 | 0 | 1101 | 100100010 | 10000 | 1010101 |
Color Harmonies of #DDD3DF
Complementary color
Monochromatic Colors of #DDD3DF
Black with #DDD3DF
Text Example
Text Example
White with #DDD3DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD3DF; }
p { color: rgb(221,211,223); }
H1.HeaderClassName
{
color: #DDD3DF;
}
.AnyTagClassName
{
color: #DDD3DF;
}
</style>
background-color css
<style>
a { background-color: #DDD3DF; }
a { background-color: rgb(221,211,223); }
div.DivClassName
{
background-color: #DDD3DF;
}
.BgClassName
{
background-color: #DDD3DF;
}
</style>
border-color css
<style>
span { border-color: #DDD3DF; }
span { border-color: rgb(221,211,223); }
td.TdClassName
{
border-color: #DDD3DF;
}
.TagClassName
{
border-color: #DDD3DF;
}
</style>