Shades of Snow Flurry #DEF8BB
Tints of Snow Flurry #DEF8BB
RGB
CMYK
RGB Variations
Color information
#DEF8BB (or 0xDEF8BB) is known color: Snow Flurry. HEX triplet: DE, F8 and BB. RGB value is (222,248,187). Sum of RGB (Red+Green+Blue) = 222+248+187=657 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.79% from 657); Green value is 248 (97.27% from 255 or 37.75% from 657); Blue value is 187 (73.44% from 255 or 28.46% from 657); Max value from RGB is 248 - color contains mainly: green. Hex color #DEF8BB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEF8BB is #210744. Grayscale: #E9E9E9. Windows color (decimal): -2164549 or 12318942. OLE color: 12318942.
HSL color Cylindrical-coordinate representation of color #DEF8BB: hue angle of 85.57º degrees, saturation: 0.81, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DEF8BB is Cyan = 0.10, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 222 | 248 | 187 | - |
| CMYK | 0.10 | 0 | 0.25 | 0.03 |
| HSL | 85.57º | 0.81% | 0.85% | - |
| HSV(B) | 85.57º | 0.25% | 0.97% | - |
| XYZ | 72.66 | 86.25 | 59.83 | - |
| YUV | 233.27 | 101.89 | 119.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 248 | 187 | 0.10 | 0 | 0.25 | 0.03 | 85.57 | 0.81 | 0.85 |
| Hex | DE | F8 | BB | A | 0 | 19 | 3 | 56 | 51 | 55 |
| Octal | 336 | 370 | 273 | 12 | 0 | 31 | 3 | 126 | 121 | 125 |
| Binary | 11011110 | 11111000 | 10111011 | 1010 | 0 | 11001 | 11 | 1010110 | 1010001 | 1010101 |
Color Harmonies of #DEF8BB
Complementary color
Monochromatic Colors of #DEF8BB
Black with #DEF8BB
Text Example
Text Example
White with #DEF8BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF8BB; }
p { color: rgb(222,248,187); }
H1.HeaderClassName
{
color: #DEF8BB;
}
.AnyTagClassName
{
color: #DEF8BB;
}
</style>
background-color css
<style>
a { background-color: #DEF8BB; }
a { background-color: rgb(222,248,187); }
div.DivClassName
{
background-color: #DEF8BB;
}
.BgClassName
{
background-color: #DEF8BB;
}
</style>
border-color css
<style>
span { border-color: #DEF8BB; }
span { border-color: rgb(222,248,187); }
td.TdClassName
{
border-color: #DEF8BB;
}
.TagClassName
{
border-color: #DEF8BB;
}
</style>