Shades of Snow Flurry #DEFABA
Tints of Snow Flurry #DEFABA
RGB
CMYK
RGB Variations
Color information
#DEFABA (or 0xDEFABA) is known color: Snow Flurry. HEX triplet: DE, FA and BA. RGB value is (222,250,186). Sum of RGB (Red+Green+Blue) = 222+250+186=658 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.74% from 658); Green value is 250 (98.05% from 255 or 37.99% from 658); Blue value is 186 (73.05% from 255 or 28.27% from 658); Max value from RGB is 250 - color contains mainly: green. Hex color #DEFABA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEFABA is #210545. Grayscale: #EAEAEA. Windows color (decimal): -2164038 or 12253918. OLE color: 12253918.
HSL color Cylindrical-coordinate representation of color #DEFABA: hue angle of 86.25º degrees, saturation: 0.86, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DEFABA is Cyan = 0.11, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 222 | 250 | 186 | - |
| CMYK | 0.11 | 0 | 0.26 | 0.02 |
| HSL | 86.25º | 0.86% | 0.85% | - |
| HSV(B) | 86.25º | 0.26% | 0.98% | - |
| XYZ | 73.17 | 87.45 | 59.48 | - |
| YUV | 234.33 | 100.72 | 119.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 250 | 186 | 0.11 | 0 | 0.26 | 0.02 | 86.25 | 0.86 | 0.85 |
| Hex | DE | FA | BA | B | 0 | 1A | 2 | 56 | 56 | 55 |
| Octal | 336 | 372 | 272 | 13 | 0 | 32 | 2 | 126 | 126 | 125 |
| Binary | 11011110 | 11111010 | 10111010 | 1011 | 0 | 11010 | 10 | 1010110 | 1010110 | 1010101 |
Color Harmonies of #DEFABA
Complementary color
Monochromatic Colors of #DEFABA
Black with #DEFABA
Text Example
Text Example
White with #DEFABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFABA; }
p { color: rgb(222,250,186); }
H1.HeaderClassName
{
color: #DEFABA;
}
.AnyTagClassName
{
color: #DEFABA;
}
</style>
background-color css
<style>
a { background-color: #DEFABA; }
a { background-color: rgb(222,250,186); }
div.DivClassName
{
background-color: #DEFABA;
}
.BgClassName
{
background-color: #DEFABA;
}
</style>
border-color css
<style>
span { border-color: #DEFABA; }
span { border-color: rgb(222,250,186); }
td.TdClassName
{
border-color: #DEFABA;
}
.TagClassName
{
border-color: #DEFABA;
}
</style>