Shades of Snow Flurry #DDF5C0
Tints of Snow Flurry #DDF5C0
RGB
CMYK
RGB Variations
Color information
#DDF5C0 (or 0xDDF5C0) is known color: Snow Flurry. HEX triplet: DD, F5 and C0. RGB value is (221,245,192). Sum of RGB (Red+Green+Blue) = 221+245+192=658 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.59% from 658); Green value is 245 (96.09% from 255 or 37.23% from 658); Blue value is 192 (75.39% from 255 or 29.18% from 658); Max value from RGB is 245 - color contains mainly: green. Hex color #DDF5C0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF5C0 is #220A3F. Grayscale: #E7E7E7. Windows color (decimal): -2230848 or 12645853. OLE color: 12645853.
HSL color Cylindrical-coordinate representation of color #DDF5C0: hue angle of 87.17º degrees, saturation: 0.73, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DDF5C0 is Cyan = 0.10, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 221 | 245 | 192 | - |
| CMYK | 0.10 | 0 | 0.22 | 0.04 |
| HSL | 87.17º | 0.73% | 0.86% | - |
| HSV(B) | 87.17º | 0.22% | 0.96% | - |
| XYZ | 71.99 | 84.48 | 62.38 | - |
| YUV | 231.78 | 105.55 | 120.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 245 | 192 | 0.10 | 0 | 0.22 | 0.04 | 87.17 | 0.73 | 0.86 |
| Hex | DD | F5 | C0 | A | 0 | 16 | 4 | 57 | 49 | 56 |
| Octal | 335 | 365 | 300 | 12 | 0 | 26 | 4 | 127 | 111 | 126 |
| Binary | 11011101 | 11110101 | 11000000 | 1010 | 0 | 10110 | 100 | 1010111 | 1001001 | 1010110 |
Color Harmonies of #DDF5C0
Complementary color
Monochromatic Colors of #DDF5C0
Black with #DDF5C0
Text Example
Text Example
White with #DDF5C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF5C0; }
p { color: rgb(221,245,192); }
H1.HeaderClassName
{
color: #DDF5C0;
}
.AnyTagClassName
{
color: #DDF5C0;
}
</style>
background-color css
<style>
a { background-color: #DDF5C0; }
a { background-color: rgb(221,245,192); }
div.DivClassName
{
background-color: #DDF5C0;
}
.BgClassName
{
background-color: #DDF5C0;
}
</style>
border-color css
<style>
span { border-color: #DDF5C0; }
span { border-color: rgb(221,245,192); }
td.TdClassName
{
border-color: #DDF5C0;
}
.TagClassName
{
border-color: #DDF5C0;
}
</style>