Shades of Snow Flurry #DEFAB6
Tints of Snow Flurry #DEFAB6
RGB
CMYK
RGB Variations
Color information
#DEFAB6 (or 0xDEFAB6) is known color: Snow Flurry. HEX triplet: DE, FA and B6. RGB value is (222,250,182). Sum of RGB (Red+Green+Blue) = 222+250+182=654 (86% of max value = 765). Red value is 222 (87.11% from 255 or 33.94% from 654); Green value is 250 (98.05% from 255 or 38.23% from 654); Blue value is 182 (71.48% from 255 or 27.83% from 654); Max value from RGB is 250 - color contains mainly: green. Hex color #DEFAB6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEFAB6 is #210549. Grayscale: #EAEAEA. Windows color (decimal): -2164042 or 11991774. OLE color: 11991774.
HSL color Cylindrical-coordinate representation of color #DEFAB6: hue angle of 84.71º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DEFAB6 is Cyan = 0.11, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 222 | 250 | 182 | - |
| CMYK | 0.11 | 0 | 0.27 | 0.02 |
| HSL | 84.71º | 0.87% | 0.85% | - |
| HSV(B) | 84.71º | 0.27% | 0.98% | - |
| XYZ | 72.75 | 87.28 | 57.27 | - |
| YUV | 233.88 | 98.72 | 119.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 250 | 182 | 0.11 | 0 | 0.27 | 0.02 | 84.71 | 0.87 | 0.85 |
| Hex | DE | FA | B6 | B | 0 | 1B | 2 | 55 | 57 | 55 |
| Octal | 336 | 372 | 266 | 13 | 0 | 33 | 2 | 125 | 127 | 125 |
| Binary | 11011110 | 11111010 | 10110110 | 1011 | 0 | 11011 | 10 | 1010101 | 1010111 | 1010101 |
Color Harmonies of #DEFAB6
Complementary color
Monochromatic Colors of #DEFAB6
Black with #DEFAB6
Text Example
Text Example
White with #DEFAB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFAB6; }
p { color: rgb(222,250,182); }
H1.HeaderClassName
{
color: #DEFAB6;
}
.AnyTagClassName
{
color: #DEFAB6;
}
</style>
background-color css
<style>
a { background-color: #DEFAB6; }
a { background-color: rgb(222,250,182); }
div.DivClassName
{
background-color: #DEFAB6;
}
.BgClassName
{
background-color: #DEFAB6;
}
</style>
border-color css
<style>
span { border-color: #DEFAB6; }
span { border-color: rgb(222,250,182); }
td.TdClassName
{
border-color: #DEFAB6;
}
.TagClassName
{
border-color: #DEFAB6;
}
</style>