Shades of Snow Drift #DDDED3
Tints of Snow Drift #DDDED3
RGB
CMYK
RGB Variations
Color information
#DDDED3 (or 0xDDDED3) is known color: Snow Drift. HEX triplet: DD, DE and D3. RGB value is (221,222,211). Sum of RGB (Red+Green+Blue) = 221+222+211=654 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.79% from 654); Green value is 222 (87.11% from 255 or 33.94% from 654); Blue value is 211 (82.81% from 255 or 32.26% from 654); Max value from RGB is 222 - color contains mainly: green. Hex color #DDDED3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDED3 is #22212C. Grayscale: #DCDCDC. Windows color (decimal): -2236717 or 13885149. OLE color: 13885149.
HSL color Cylindrical-coordinate representation of color #DDDED3: hue angle of 65.45º degrees, saturation: 0.14, 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 #DDDED3 is Cyan = 0.00, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 222 | 211 | - |
CMYK | 0.00 | 0 | 0.05 | 0.13 |
HSL | 65.45º | 0.14% | 0.85% | - |
HSV(B) | 65.45º | 0.05% | 0.87% | - |
XYZ | 67.7 | 72.32 | 72.02 | - |
YUV | 220.45 | 122.67 | 128.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 222 | 211 | 0.00 | 0 | 0.05 | 0.13 | 65.45 | 0.14 | 0.85 |
Hex | DD | DE | D3 | 0 | 0 | 5 | D | 41 | E | 55 |
Octal | 335 | 336 | 323 | 0 | 0 | 5 | 15 | 101 | 16 | 125 |
Binary | 11011101 | 11011110 | 11010011 | 0 | 0 | 101 | 1101 | 1000001 | 1110 | 1010101 |
Color Harmonies of #DDDED3
Complementary color
Monochromatic Colors of #DDDED3
Black with #DDDED3
Text Example
Text Example
White with #DDDED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDED3; }
p { color: rgb(221,222,211); }
H1.HeaderClassName
{
color: #DDDED3;
}
.AnyTagClassName
{
color: #DDDED3;
}
</style>
background-color css
<style>
a { background-color: #DDDED3; }
a { background-color: rgb(221,222,211); }
div.DivClassName
{
background-color: #DDDED3;
}
.BgClassName
{
background-color: #DDDED3;
}
</style>
border-color css
<style>
span { border-color: #DDDED3; }
span { border-color: rgb(221,222,211); }
td.TdClassName
{
border-color: #DDDED3;
}
.TagClassName
{
border-color: #DDDED3;
}
</style>