Shades of Snow Flurry #DDF3C0
Tints of Snow Flurry #DDF3C0
RGB
CMYK
RGB Variations
Color information
#DDF3C0 (or 0xDDF3C0) is known color: Snow Flurry. HEX triplet: DD, F3 and C0. RGB value is (221,243,192). Sum of RGB (Red+Green+Blue) = 221+243+192=656 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.69% from 656); Green value is 243 (95.31% from 255 or 37.04% from 656); Blue value is 192 (75.39% from 255 or 29.27% from 656); Max value from RGB is 243 - color contains mainly: green. Hex color #DDF3C0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF3C0 is #220C3F. Grayscale: #E6E6E6. Windows color (decimal): -2231360 or 12645341. OLE color: 12645341.
HSL color Cylindrical-coordinate representation of color #DDF3C0: hue angle of 85.88º degrees, saturation: 0.68, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DDF3C0 is Cyan = 0.09, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 243 | 192 | - |
| CMYK | 0.09 | 0 | 0.21 | 0.05 |
| HSL | 85.88º | 0.68% | 0.85% | - |
| HSV(B) | 85.88º | 0.21% | 0.95% | - |
| XYZ | 71.38 | 83.28 | 62.18 | - |
| YUV | 230.61 | 106.21 | 121.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 243 | 192 | 0.09 | 0 | 0.21 | 0.05 | 85.88 | 0.68 | 0.85 |
| Hex | DD | F3 | C0 | 9 | 0 | 15 | 5 | 56 | 44 | 55 |
| Octal | 335 | 363 | 300 | 11 | 0 | 25 | 5 | 126 | 104 | 125 |
| Binary | 11011101 | 11110011 | 11000000 | 1001 | 0 | 10101 | 101 | 1010110 | 1000100 | 1010101 |
Color Harmonies of #DDF3C0
Complementary color
Monochromatic Colors of #DDF3C0
Black with #DDF3C0
Text Example
Text Example
White with #DDF3C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF3C0; }
p { color: rgb(221,243,192); }
H1.HeaderClassName
{
color: #DDF3C0;
}
.AnyTagClassName
{
color: #DDF3C0;
}
</style>
background-color css
<style>
a { background-color: #DDF3C0; }
a { background-color: rgb(221,243,192); }
div.DivClassName
{
background-color: #DDF3C0;
}
.BgClassName
{
background-color: #DDF3C0;
}
</style>
border-color css
<style>
span { border-color: #DDF3C0; }
span { border-color: rgb(221,243,192); }
td.TdClassName
{
border-color: #DDF3C0;
}
.TagClassName
{
border-color: #DDF3C0;
}
</style>