Shades of Snow Flurry #DEFEBA
Tints of Snow Flurry #DEFEBA
RGB
CMYK
RGB Variations
Color information
#DEFEBA (or 0xDEFEBA) is known color: Snow Flurry. HEX triplet: DE, FE and BA. RGB value is (222,254,186). Sum of RGB (Red+Green+Blue) = 222+254+186=662 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.53% from 662); Green value is 254 (99.61% from 255 or 38.37% from 662); Blue value is 186 (73.05% from 255 or 28.10% from 662); Max value from RGB is 254 - color contains mainly: green. Hex color #DEFEBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEFEBA is #210145. Grayscale: #ECECEC. Windows color (decimal): -2163014 or 12254942. OLE color: 12254942.
HSL color Cylindrical-coordinate representation of color #DEFEBA: hue angle of 88.24º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DEFEBA is Cyan = 0.13, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 222 | 254 | 186 | - |
| CMYK | 0.13 | 0 | 0.27 | 0.00 |
| HSL | 88.24º | 0.97% | 0.86% | - |
| HSV(B) | 88.24º | 0.27% | 1% | - |
| XYZ | 74.43 | 89.96 | 59.9 | - |
| YUV | 236.68 | 99.4 | 117.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 254 | 186 | 0.13 | 0 | 0.27 | 0.00 | 88.24 | 0.97 | 0.86 |
| Hex | DE | FE | BA | D | 0 | 1B | 0 | 58 | 61 | 56 |
| Octal | 336 | 376 | 272 | 15 | 0 | 33 | 0 | 130 | 141 | 126 |
| Binary | 11011110 | 11111110 | 10111010 | 1101 | 0 | 11011 | 0 | 1011000 | 1100001 | 1010110 |
Color Harmonies of #DEFEBA
Complementary color
Monochromatic Colors of #DEFEBA
Black with #DEFEBA
Text Example
Text Example
White with #DEFEBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFEBA; }
p { color: rgb(222,254,186); }
H1.HeaderClassName
{
color: #DEFEBA;
}
.AnyTagClassName
{
color: #DEFEBA;
}
</style>
background-color css
<style>
a { background-color: #DEFEBA; }
a { background-color: rgb(222,254,186); }
div.DivClassName
{
background-color: #DEFEBA;
}
.BgClassName
{
background-color: #DEFEBA;
}
</style>
border-color css
<style>
span { border-color: #DEFEBA; }
span { border-color: rgb(222,254,186); }
td.TdClassName
{
border-color: #DEFEBA;
}
.TagClassName
{
border-color: #DEFEBA;
}
</style>