Shades of Snow Drift #DDDED5
Tints of Snow Drift #DDDED5
RGB
CMYK
RGB Variations
Color information
#DDDED5 (or 0xDDDED5) is known color: Snow Drift. HEX triplet: DD, DE and D5. RGB value is (221,222,213). Sum of RGB (Red+Green+Blue) = 221+222+213=656 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.69% from 656); Green value is 222 (87.11% from 255 or 33.84% from 656); Blue value is 213 (83.59% from 255 or 32.47% from 656); Max value from RGB is 222 - color contains mainly: green. Hex color #DDDED5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDED5 is #22212A. Grayscale: #DCDCDC. Windows color (decimal): -2236715 or 14016221. OLE color: 14016221.
HSL color Cylindrical-coordinate representation of color #DDDED5: hue angle of 66.67º 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 #DDDED5 is Cyan = 0.00, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 222 | 213 | - |
CMYK | 0.00 | 0 | 0.04 | 0.13 |
HSL | 66.67º | 0.12% | 0.85% | - |
HSV(B) | 66.67º | 0.04% | 0.87% | - |
XYZ | 67.95 | 72.42 | 73.35 | - |
YUV | 220.68 | 123.67 | 128.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 222 | 213 | 0.00 | 0 | 0.04 | 0.13 | 66.67 | 0.12 | 0.85 |
Hex | DD | DE | D5 | 0 | 0 | 4 | D | 43 | C | 55 |
Octal | 335 | 336 | 325 | 0 | 0 | 4 | 15 | 103 | 14 | 125 |
Binary | 11011101 | 11011110 | 11010101 | 0 | 0 | 100 | 1101 | 1000011 | 1100 | 1010101 |
Color Harmonies of #DDDED5
Complementary color
Monochromatic Colors of #DDDED5
Black with #DDDED5
Text Example
Text Example
White with #DDDED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDED5; }
p { color: rgb(221,222,213); }
H1.HeaderClassName
{
color: #DDDED5;
}
.AnyTagClassName
{
color: #DDDED5;
}
</style>
background-color css
<style>
a { background-color: #DDDED5; }
a { background-color: rgb(221,222,213); }
div.DivClassName
{
background-color: #DDDED5;
}
.BgClassName
{
background-color: #DDDED5;
}
</style>
border-color css
<style>
span { border-color: #DDDED5; }
span { border-color: rgb(221,222,213); }
td.TdClassName
{
border-color: #DDDED5;
}
.TagClassName
{
border-color: #DDDED5;
}
</style>