Shades of Snow Flurry #DEFABF
Tints of Snow Flurry #DEFABF
RGB
CMYK
RGB Variations
Color information
#DEFABF (or 0xDEFABF) is known color: Snow Flurry. HEX triplet: DE, FA and BF. RGB value is (222,250,191). Sum of RGB (Red+Green+Blue) = 222+250+191=663 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.48% from 663); Green value is 250 (98.05% from 255 or 37.71% from 663); Blue value is 191 (75% from 255 or 28.81% from 663); Max value from RGB is 250 - color contains mainly: green. Hex color #DEFABF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEFABF is #210540. Grayscale: #EBEBEB. Windows color (decimal): -2164033 or 12581598. OLE color: 12581598.
HSL color Cylindrical-coordinate representation of color #DEFABF: hue angle of 88.47º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DEFABF is Cyan = 0.11, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 222 | 250 | 191 | - |
| CMYK | 0.11 | 0 | 0.24 | 0.02 |
| HSL | 88.47º | 0.86% | 0.86% | - |
| HSV(B) | 88.47º | 0.24% | 0.98% | - |
| XYZ | 73.71 | 87.66 | 62.33 | - |
| YUV | 234.9 | 103.22 | 118.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 250 | 191 | 0.11 | 0 | 0.24 | 0.02 | 88.47 | 0.86 | 0.86 |
| Hex | DE | FA | BF | B | 0 | 18 | 2 | 58 | 56 | 56 |
| Octal | 336 | 372 | 277 | 13 | 0 | 30 | 2 | 130 | 126 | 126 |
| Binary | 11011110 | 11111010 | 10111111 | 1011 | 0 | 11000 | 10 | 1011000 | 1010110 | 1010110 |
Color Harmonies of #DEFABF
Complementary color
Monochromatic Colors of #DEFABF
Black with #DEFABF
Text Example
Text Example
White with #DEFABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFABF; }
p { color: rgb(222,250,191); }
H1.HeaderClassName
{
color: #DEFABF;
}
.AnyTagClassName
{
color: #DEFABF;
}
</style>
background-color css
<style>
a { background-color: #DEFABF; }
a { background-color: rgb(222,250,191); }
div.DivClassName
{
background-color: #DEFABF;
}
.BgClassName
{
background-color: #DEFABF;
}
</style>
border-color css
<style>
span { border-color: #DEFABF; }
span { border-color: rgb(222,250,191); }
td.TdClassName
{
border-color: #DEFABF;
}
.TagClassName
{
border-color: #DEFABF;
}
</style>