Shades of Snow Flurry #DDF0BF
Tints of Snow Flurry #DDF0BF
RGB
CMYK
RGB Variations
Color information
#DDF0BF (or 0xDDF0BF) is known color: Snow Flurry. HEX triplet: DD, F0 and BF. RGB value is (221,240,191). Sum of RGB (Red+Green+Blue) = 221+240+191=652 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.90% from 652); Green value is 240 (94.14% from 255 or 36.81% from 652); Blue value is 191 (75% from 255 or 29.29% from 652); Max value from RGB is 240 - color contains mainly: green. Hex color #DDF0BF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF0BF is #220F40. Grayscale: #E4E4E4. Windows color (decimal): -2232129 or 12579037. OLE color: 12579037.
HSL color Cylindrical-coordinate representation of color #DDF0BF: hue angle of 83.27º degrees, saturation: 0.62, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DDF0BF is Cyan = 0.08, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 221 | 240 | 191 | - |
| CMYK | 0.08 | 0 | 0.20 | 0.06 |
| HSL | 83.27º | 0.62% | 0.85% | - |
| HSV(B) | 83.27º | 0.2% | 0.94% | - |
| XYZ | 70.38 | 81.45 | 61.3 | - |
| YUV | 228.73 | 106.71 | 122.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 240 | 191 | 0.08 | 0 | 0.20 | 0.06 | 83.27 | 0.62 | 0.85 |
| Hex | DD | F0 | BF | 8 | 0 | 14 | 6 | 53 | 3E | 55 |
| Octal | 335 | 360 | 277 | 10 | 0 | 24 | 6 | 123 | 76 | 125 |
| Binary | 11011101 | 11110000 | 10111111 | 1000 | 0 | 10100 | 110 | 1010011 | 111110 | 1010101 |
Color Harmonies of #DDF0BF
Complementary color
Monochromatic Colors of #DDF0BF
Black with #DDF0BF
Text Example
Text Example
White with #DDF0BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF0BF; }
p { color: rgb(221,240,191); }
H1.HeaderClassName
{
color: #DDF0BF;
}
.AnyTagClassName
{
color: #DDF0BF;
}
</style>
background-color css
<style>
a { background-color: #DDF0BF; }
a { background-color: rgb(221,240,191); }
div.DivClassName
{
background-color: #DDF0BF;
}
.BgClassName
{
background-color: #DDF0BF;
}
</style>
border-color css
<style>
span { border-color: #DDF0BF; }
span { border-color: rgb(221,240,191); }
td.TdClassName
{
border-color: #DDF0BF;
}
.TagClassName
{
border-color: #DDF0BF;
}
</style>