Shades of Snuff #DDD4DF
Tints of Snuff #DDD4DF
RGB
CMYK
RGB Variations
Color information
#DDD4DF (or 0xDDD4DF) is known color: Snuff. HEX triplet: DD, D4 and DF. RGB value is (221,212,223). Sum of RGB (Red+Green+Blue) = 221+212+223=656 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.69% from 656); Green value is 212 (83.20% from 255 or 32.32% from 656); Blue value is 223 (87.5% from 255 or 33.99% from 656); Max value from RGB is 223 - color contains mainly: blue. Hex color #DDD4DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD4DF is #222B20. Grayscale: #D7D7D7. Windows color (decimal): -2239265 or 14669021. OLE color: 14669021.
HSL color Cylindrical-coordinate representation of color #DDD4DF: hue angle of 289.09º 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 #DDD4DF is Cyan = 0.01, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 212 | 223 | - |
CMYK | 0.01 | 0.05 | 0 | 0.13 |
HSL | 289.09º | 0.15% | 0.85% | - |
HSV(B) | 289.09º | 0.05% | 0.87% | - |
XYZ | 66.68 | 67.79 | 79.38 | - |
YUV | 215.95 | 131.98 | 131.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 212 | 223 | 0.01 | 0.05 | 0 | 0.13 | 289.09 | 0.15 | 0.85 |
Hex | DD | D4 | DF | 1 | 5 | 0 | D | 121 | F | 55 |
Octal | 335 | 324 | 337 | 1 | 5 | 0 | 15 | 441 | 17 | 125 |
Binary | 11011101 | 11010100 | 11011111 | 1 | 101 | 0 | 1101 | 100100001 | 1111 | 1010101 |
Color Harmonies of #DDD4DF
Complementary color
Monochromatic Colors of #DDD4DF
Black with #DDD4DF
Text Example
Text Example
White with #DDD4DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD4DF; }
p { color: rgb(221,212,223); }
H1.HeaderClassName
{
color: #DDD4DF;
}
.AnyTagClassName
{
color: #DDD4DF;
}
</style>
background-color css
<style>
a { background-color: #DDD4DF; }
a { background-color: rgb(221,212,223); }
div.DivClassName
{
background-color: #DDD4DF;
}
.BgClassName
{
background-color: #DDD4DF;
}
</style>
border-color css
<style>
span { border-color: #DDD4DF; }
span { border-color: rgb(221,212,223); }
td.TdClassName
{
border-color: #DDD4DF;
}
.TagClassName
{
border-color: #DDD4DF;
}
</style>