Shades of Snow Flurry #DFFBBB
Tints of Snow Flurry #DFFBBB
RGB
CMYK
RGB Variations
Color information
#DFFBBB (or 0xDFFBBB) is known color: Snow Flurry. HEX triplet: DF, FB and BB. RGB value is (223,251,187). Sum of RGB (Red+Green+Blue) = 223+251+187=661 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.74% from 661); Green value is 251 (98.44% from 255 or 37.97% from 661); Blue value is 187 (73.44% from 255 or 28.29% from 661); Max value from RGB is 251 - color contains mainly: green. Hex color #DFFBBB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFFBBB is #200444. Grayscale: #EBEBEB. Windows color (decimal): -2098245 or 12319711. OLE color: 12319711.
HSL color Cylindrical-coordinate representation of color #DFFBBB: hue angle of 86.25º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DFFBBB is Cyan = 0.11, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 223 | 251 | 187 | - |
| CMYK | 0.11 | 0 | 0.25 | 0.02 |
| HSL | 86.25º | 0.89% | 0.86% | - |
| HSV(B) | 86.25º | 0.25% | 0.98% | - |
| XYZ | 73.9 | 88.27 | 60.16 | - |
| YUV | 235.33 | 100.72 | 119.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 251 | 187 | 0.11 | 0 | 0.25 | 0.02 | 86.25 | 0.89 | 0.86 |
| Hex | DF | FB | BB | B | 0 | 19 | 2 | 56 | 59 | 56 |
| Octal | 337 | 373 | 273 | 13 | 0 | 31 | 2 | 126 | 131 | 126 |
| Binary | 11011111 | 11111011 | 10111011 | 1011 | 0 | 11001 | 10 | 1010110 | 1011001 | 1010110 |
Color Harmonies of #DFFBBB
Complementary color
Monochromatic Colors of #DFFBBB
Black with #DFFBBB
Text Example
Text Example
White with #DFFBBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFFBBB; }
p { color: rgb(223,251,187); }
H1.HeaderClassName
{
color: #DFFBBB;
}
.AnyTagClassName
{
color: #DFFBBB;
}
</style>
background-color css
<style>
a { background-color: #DFFBBB; }
a { background-color: rgb(223,251,187); }
div.DivClassName
{
background-color: #DFFBBB;
}
.BgClassName
{
background-color: #DFFBBB;
}
</style>
border-color css
<style>
span { border-color: #DFFBBB; }
span { border-color: rgb(223,251,187); }
td.TdClassName
{
border-color: #DFFBBB;
}
.TagClassName
{
border-color: #DFFBBB;
}
</style>