Shades of Snuff #DDD4DB
Tints of Snuff #DDD4DB
RGB
CMYK
RGB Variations
Color information
#DDD4DB (or 0xDDD4DB) is known color: Snuff. HEX triplet: DD, D4 and DB. RGB value is (221,212,219). Sum of RGB (Red+Green+Blue) = 221+212+219=652 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.90% from 652); Green value is 212 (83.20% from 255 or 32.52% from 652); Blue value is 219 (85.94% from 255 or 33.59% from 652); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD4DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD4DB is #222B24. Grayscale: #D7D7D7. Windows color (decimal): -2239269 or 14406877. OLE color: 14406877.
HSL color Cylindrical-coordinate representation of color #DDD4DB: hue angle of 313.33º degrees, saturation: 0.12, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DDD4DB is Cyan = 0, Magento = 0.04, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 212 | 219 | - |
CMYK | 0 | 0.04 | 0.01 | 0.13 |
HSL | 313.33º | 0.12% | 0.85% | - |
HSV(B) | 313.33º | 0.04% | 0.87% | - |
XYZ | 66.15 | 67.57 | 76.57 | - |
YUV | 215.49 | 129.98 | 131.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 212 | 219 | 0 | 0.04 | 0.01 | 0.13 | 313.33 | 0.12 | 0.85 |
Hex | DD | D4 | DB | 0 | 4 | 1 | D | 139 | C | 55 |
Octal | 335 | 324 | 333 | 0 | 4 | 1 | 15 | 471 | 14 | 125 |
Binary | 11011101 | 11010100 | 11011011 | 0 | 100 | 1 | 1101 | 100111001 | 1100 | 1010101 |
Color Harmonies of #DDD4DB
Complementary color
Monochromatic Colors of #DDD4DB
Black with #DDD4DB
Text Example
Text Example
White with #DDD4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD4DB; }
p { color: rgb(221,212,219); }
H1.HeaderClassName
{
color: #DDD4DB;
}
.AnyTagClassName
{
color: #DDD4DB;
}
</style>
background-color css
<style>
a { background-color: #DDD4DB; }
a { background-color: rgb(221,212,219); }
div.DivClassName
{
background-color: #DDD4DB;
}
.BgClassName
{
background-color: #DDD4DB;
}
</style>
border-color css
<style>
span { border-color: #DDD4DB; }
span { border-color: rgb(221,212,219); }
td.TdClassName
{
border-color: #DDD4DB;
}
.TagClassName
{
border-color: #DDD4DB;
}
</style>