Shades of Snow Flurry #DDF3BA
Tints of Snow Flurry #DDF3BA
RGB
CMYK
RGB Variations
Color information
#DDF3BA (or 0xDDF3BA) is known color: Snow Flurry. HEX triplet: DD, F3 and BA. RGB value is (221,243,186). Sum of RGB (Red+Green+Blue) = 221+243+186=650 (86% of max value = 765). Red value is 221 (86.72% from 255 or 34% from 650); Green value is 243 (95.31% from 255 or 37.38% from 650); Blue value is 186 (73.05% from 255 or 28.62% from 650); Max value from RGB is 243 - color contains mainly: green. Hex color #DDF3BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF3BA is #220C45. Grayscale: #E6E6E6. Windows color (decimal): -2231366 or 12252125. OLE color: 12252125.
HSL color Cylindrical-coordinate representation of color #DDF3BA: hue angle of 83.16º degrees, saturation: 0.7, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DDF3BA is Cyan = 0.09, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 243 | 186 | - |
| CMYK | 0.09 | 0 | 0.23 | 0.05 |
| HSL | 83.16º | 0.7% | 0.84% | - |
| HSV(B) | 83.16º | 0.23% | 0.95% | - |
| XYZ | 70.73 | 83.02 | 58.75 | - |
| YUV | 229.92 | 103.21 | 121.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 243 | 186 | 0.09 | 0 | 0.23 | 0.05 | 83.16 | 0.7 | 0.84 |
| Hex | DD | F3 | BA | 9 | 0 | 17 | 5 | 53 | 46 | 54 |
| Octal | 335 | 363 | 272 | 11 | 0 | 27 | 5 | 123 | 106 | 124 |
| Binary | 11011101 | 11110011 | 10111010 | 1001 | 0 | 10111 | 101 | 1010011 | 1000110 | 1010100 |
Color Harmonies of #DDF3BA
Complementary color
Monochromatic Colors of #DDF3BA
Black with #DDF3BA
Text Example
Text Example
White with #DDF3BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF3BA; }
p { color: rgb(221,243,186); }
H1.HeaderClassName
{
color: #DDF3BA;
}
.AnyTagClassName
{
color: #DDF3BA;
}
</style>
background-color css
<style>
a { background-color: #DDF3BA; }
a { background-color: rgb(221,243,186); }
div.DivClassName
{
background-color: #DDF3BA;
}
.BgClassName
{
background-color: #DDF3BA;
}
</style>
border-color css
<style>
span { border-color: #DDF3BA; }
span { border-color: rgb(221,243,186); }
td.TdClassName
{
border-color: #DDF3BA;
}
.TagClassName
{
border-color: #DDF3BA;
}
</style>