Shades of Snow Flurry #DEFABB
Tints of Snow Flurry #DEFABB
RGB
CMYK
RGB Variations
Color information
#DEFABB (or 0xDEFABB) is known color: Snow Flurry. HEX triplet: DE, FA and BB. RGB value is (222,250,187). Sum of RGB (Red+Green+Blue) = 222+250+187=659 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.69% from 659); Green value is 250 (98.05% from 255 or 37.94% from 659); Blue value is 187 (73.44% from 255 or 28.38% from 659); Max value from RGB is 250 - color contains mainly: green. Hex color #DEFABB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEFABB is #210544. Grayscale: #EAEAEA. Windows color (decimal): -2164037 or 12319454. OLE color: 12319454.
HSL color Cylindrical-coordinate representation of color #DEFABB: hue angle of 86.67º degrees, saturation: 0.86, 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 #DEFABB is Cyan = 0.11, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 222 | 250 | 187 | - |
| CMYK | 0.11 | 0 | 0.25 | 0.02 |
| HSL | 86.67º | 0.86% | 0.86% | - |
| HSV(B) | 86.67º | 0.25% | 0.98% | - |
| XYZ | 73.28 | 87.49 | 60.04 | - |
| YUV | 234.45 | 101.22 | 119.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 250 | 187 | 0.11 | 0 | 0.25 | 0.02 | 86.67 | 0.86 | 0.86 |
| Hex | DE | FA | BB | B | 0 | 19 | 2 | 57 | 56 | 56 |
| Octal | 336 | 372 | 273 | 13 | 0 | 31 | 2 | 127 | 126 | 126 |
| Binary | 11011110 | 11111010 | 10111011 | 1011 | 0 | 11001 | 10 | 1010111 | 1010110 | 1010110 |
Color Harmonies of #DEFABB
Complementary color
Monochromatic Colors of #DEFABB
Black with #DEFABB
Text Example
Text Example
White with #DEFABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFABB; }
p { color: rgb(222,250,187); }
H1.HeaderClassName
{
color: #DEFABB;
}
.AnyTagClassName
{
color: #DEFABB;
}
</style>
background-color css
<style>
a { background-color: #DEFABB; }
a { background-color: rgb(222,250,187); }
div.DivClassName
{
background-color: #DEFABB;
}
.BgClassName
{
background-color: #DEFABB;
}
</style>
border-color css
<style>
span { border-color: #DEFABB; }
span { border-color: rgb(222,250,187); }
td.TdClassName
{
border-color: #DEFABB;
}
.TagClassName
{
border-color: #DEFABB;
}
</style>