Shades of Snow Drift #DCDDD5
Tints of Snow Drift #DCDDD5
RGB
CMYK
RGB Variations
Color information
#DCDDD5 (or 0xDCDDD5) is known color: Snow Drift. HEX triplet: DC, DD and D5. RGB value is (220,221,213). Sum of RGB (Red+Green+Blue) = 220+221+213=654 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.64% from 654); Green value is 221 (86.72% from 255 or 33.79% from 654); Blue value is 213 (83.59% from 255 or 32.57% from 654); Max value from RGB is 221 - color contains mainly: green. Hex color #DCDDD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCDDD5 is #23222A. Grayscale: #DBDBDB. Windows color (decimal): -2302507 or 14015964. OLE color: 14015964.
HSL color Cylindrical-coordinate representation of color #DCDDD5: hue angle of 67.5º degrees, saturation: 0.11, 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 #DCDDD5 is Cyan = 0.00, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
RGB | 220 | 221 | 213 | - |
CMYK | 0.00 | 0 | 0.04 | 0.13 |
HSL | 67.5º | 0.11% | 0.85% | - |
HSV(B) | 67.5º | 0.04% | 0.87% | - |
XYZ | 67.38 | 71.73 | 73.25 | - |
YUV | 219.79 | 124.17 | 128.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 221 | 213 | 0.00 | 0 | 0.04 | 0.13 | 67.5 | 0.11 | 0.85 |
Hex | DC | DD | D5 | 0 | 0 | 4 | D | 44 | B | 55 |
Octal | 334 | 335 | 325 | 0 | 0 | 4 | 15 | 104 | 13 | 125 |
Binary | 11011100 | 11011101 | 11010101 | 0 | 0 | 100 | 1101 | 1000100 | 1011 | 1010101 |
Color Harmonies of #DCDDD5
Complementary color
Monochromatic Colors of #DCDDD5
Black with #DCDDD5
Text Example
Text Example
White with #DCDDD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDDD5; }
p { color: rgb(220,221,213); }
H1.HeaderClassName
{
color: #DCDDD5;
}
.AnyTagClassName
{
color: #DCDDD5;
}
</style>
background-color css
<style>
a { background-color: #DCDDD5; }
a { background-color: rgb(220,221,213); }
div.DivClassName
{
background-color: #DCDDD5;
}
.BgClassName
{
background-color: #DCDDD5;
}
</style>
border-color css
<style>
span { border-color: #DCDDD5; }
span { border-color: rgb(220,221,213); }
td.TdClassName
{
border-color: #DCDDD5;
}
.TagClassName
{
border-color: #DCDDD5;
}
</style>