Shades of Snow Drift #DDDDDB
Tints of Snow Drift #DDDDDB
RGB
CMYK
RGB Variations
Color information
#DDDDDB (or 0xDDDDDB) is known color: Snow Drift. HEX triplet: DD, DD and DB. RGB value is (221,221,219). Sum of RGB (Red+Green+Blue) = 221+221+219=661 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.43% from 661); Green value is 221 (86.72% from 255 or 33.43% from 661); Blue value is 219 (85.94% from 255 or 33.13% from 661); Max value from RGB is 221 - color contains mainly: red, green. Hex color #DDDDDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDDDB is #222224. Grayscale: #DCDCDC. Windows color (decimal): -2236965 or 14409181. OLE color: 14409181.
HSL color Cylindrical-coordinate representation of color #DDDDDB: hue angle of 60º degrees, saturation: 0.03, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #DDDDDB is Cyan = 0, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 221 | 219 | - |
CMYK | 0 | 0 | 0.01 | 0.13 |
HSL | 60º | 0.03% | 0.86% | - |
HSV(B) | 60º | 0.01% | 0.87% | - |
XYZ | 68.46 | 72.2 | 77.35 | - |
YUV | 220.77 | 127 | 128.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 221 | 219 | 0 | 0 | 0.01 | 0.13 | 60 | 0.03 | 0.86 |
Hex | DD | DD | DB | 0 | 0 | 1 | D | 3C | 3 | 56 |
Octal | 335 | 335 | 333 | 0 | 0 | 1 | 15 | 74 | 3 | 126 |
Binary | 11011101 | 11011101 | 11011011 | 0 | 0 | 1 | 1101 | 111100 | 11 | 1010110 |
Color Harmonies of #DDDDDB
Complementary color
Monochromatic Colors of #DDDDDB
Black with #DDDDDB
Text Example
Text Example
White with #DDDDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDDDB; }
p { color: rgb(221,221,219); }
H1.HeaderClassName
{
color: #DDDDDB;
}
.AnyTagClassName
{
color: #DDDDDB;
}
</style>
background-color css
<style>
a { background-color: #DDDDDB; }
a { background-color: rgb(221,221,219); }
div.DivClassName
{
background-color: #DDDDDB;
}
.BgClassName
{
background-color: #DDDDDB;
}
</style>
border-color css
<style>
span { border-color: #DDDDDB; }
span { border-color: rgb(221,221,219); }
td.TdClassName
{
border-color: #DDDDDB;
}
.TagClassName
{
border-color: #DDDDDB;
}
</style>