Shades of Snow Flurry #DFF2BB
Tints of Snow Flurry #DFF2BB
RGB
CMYK
RGB Variations
Color information
#DFF2BB (or 0xDFF2BB) is known color: Snow Flurry. HEX triplet: DF, F2 and BB. RGB value is (223,242,187). Sum of RGB (Red+Green+Blue) = 223+242+187=652 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.20% from 652); Green value is 242 (94.92% from 255 or 37.12% from 652); Blue value is 187 (73.44% from 255 or 28.68% from 652); Max value from RGB is 242 - color contains mainly: green. Hex color #DFF2BB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFF2BB is #200D44. Grayscale: #E6E6E6. Windows color (decimal): -2100549 or 12317407. OLE color: 12317407.
HSL color Cylindrical-coordinate representation of color #DFF2BB: hue angle of 80.73º degrees, saturation: 0.68, 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 #DFF2BB is Cyan = 0.08, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 242 | 187 | - |
| CMYK | 0.08 | 0 | 0.23 | 0.05 |
| HSL | 80.73º | 0.68% | 0.84% | - |
| HSV(B) | 80.73º | 0.23% | 0.95% | - |
| XYZ | 71.15 | 82.78 | 59.24 | - |
| YUV | 230.05 | 103.71 | 122.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 242 | 187 | 0.08 | 0 | 0.23 | 0.05 | 80.73 | 0.68 | 0.84 |
| Hex | DF | F2 | BB | 8 | 0 | 17 | 5 | 51 | 44 | 54 |
| Octal | 337 | 362 | 273 | 10 | 0 | 27 | 5 | 121 | 104 | 124 |
| Binary | 11011111 | 11110010 | 10111011 | 1000 | 0 | 10111 | 101 | 1010001 | 1000100 | 1010100 |
Color Harmonies of #DFF2BB
Complementary color
Monochromatic Colors of #DFF2BB
Black with #DFF2BB
Text Example
Text Example
White with #DFF2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF2BB; }
p { color: rgb(223,242,187); }
H1.HeaderClassName
{
color: #DFF2BB;
}
.AnyTagClassName
{
color: #DFF2BB;
}
</style>
background-color css
<style>
a { background-color: #DFF2BB; }
a { background-color: rgb(223,242,187); }
div.DivClassName
{
background-color: #DFF2BB;
}
.BgClassName
{
background-color: #DFF2BB;
}
</style>
border-color css
<style>
span { border-color: #DFF2BB; }
span { border-color: rgb(223,242,187); }
td.TdClassName
{
border-color: #DFF2BB;
}
.TagClassName
{
border-color: #DFF2BB;
}
</style>