Shades of Snow Flurry #DDF1BA
Tints of Snow Flurry #DDF1BA
RGB
CMYK
RGB Variations
Color information
#DDF1BA (or 0xDDF1BA) is known color: Snow Flurry. HEX triplet: DD, F1 and BA. RGB value is (221,241,186). Sum of RGB (Red+Green+Blue) = 221+241+186=648 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.10% from 648); Green value is 241 (94.53% from 255 or 37.19% from 648); Blue value is 186 (73.05% from 255 or 28.70% from 648); Max value from RGB is 241 - color contains mainly: green. Hex color #DDF1BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF1BA is #220E45. Grayscale: #E4E4E4. Windows color (decimal): -2231878 or 12251613. OLE color: 12251613.
HSL color Cylindrical-coordinate representation of color #DDF1BA: hue angle of 81.82º degrees, saturation: 0.66, 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 #DDF1BA is Cyan = 0.08, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 241 | 186 | - |
| CMYK | 0.08 | 0 | 0.23 | 0.05 |
| HSL | 81.82º | 0.66% | 0.84% | - |
| HSV(B) | 81.82º | 0.23% | 0.95% | - |
| XYZ | 70.14 | 81.83 | 58.55 | - |
| YUV | 228.75 | 103.87 | 122.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 241 | 186 | 0.08 | 0 | 0.23 | 0.05 | 81.82 | 0.66 | 0.84 |
| Hex | DD | F1 | BA | 8 | 0 | 17 | 5 | 52 | 42 | 54 |
| Octal | 335 | 361 | 272 | 10 | 0 | 27 | 5 | 122 | 102 | 124 |
| Binary | 11011101 | 11110001 | 10111010 | 1000 | 0 | 10111 | 101 | 1010010 | 1000010 | 1010100 |
Color Harmonies of #DDF1BA
Complementary color
Monochromatic Colors of #DDF1BA
Black with #DDF1BA
Text Example
Text Example
White with #DDF1BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF1BA; }
p { color: rgb(221,241,186); }
H1.HeaderClassName
{
color: #DDF1BA;
}
.AnyTagClassName
{
color: #DDF1BA;
}
</style>
background-color css
<style>
a { background-color: #DDF1BA; }
a { background-color: rgb(221,241,186); }
div.DivClassName
{
background-color: #DDF1BA;
}
.BgClassName
{
background-color: #DDF1BA;
}
</style>
border-color css
<style>
span { border-color: #DDF1BA; }
span { border-color: rgb(221,241,186); }
td.TdClassName
{
border-color: #DDF1BA;
}
.TagClassName
{
border-color: #DDF1BA;
}
</style>