Shades of Snow Flurry #DEFAB4
Tints of Snow Flurry #DEFAB4
RGB
CMYK
RGB Variations
Color information
#DEFAB4 (or 0xDEFAB4) is known color: Snow Flurry. HEX triplet: DE, FA and B4. RGB value is (222,250,180). Sum of RGB (Red+Green+Blue) = 222+250+180=652 (86% of max value = 765). Red value is 222 (87.11% from 255 or 34.05% from 652); Green value is 250 (98.05% from 255 or 38.34% from 652); Blue value is 180 (70.70% from 255 or 27.61% from 652); Max value from RGB is 250 - color contains mainly: green. Hex color #DEFAB4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEFAB4 is #21054B. Grayscale: #E9E9E9. Windows color (decimal): -2164044 or 11860702. OLE color: 11860702.
HSL color Cylindrical-coordinate representation of color #DEFAB4: hue angle of 84º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DEFAB4 is Cyan = 0.11, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 222 | 250 | 180 | - |
| CMYK | 0.11 | 0 | 0.28 | 0.02 |
| HSL | 84º | 0.88% | 0.84% | - |
| HSV(B) | 84º | 0.28% | 0.98% | - |
| XYZ | 72.55 | 87.2 | 56.19 | - |
| YUV | 233.65 | 97.72 | 119.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 250 | 180 | 0.11 | 0 | 0.28 | 0.02 | 84 | 0.88 | 0.84 |
| Hex | DE | FA | B4 | B | 0 | 1C | 2 | 54 | 58 | 54 |
| Octal | 336 | 372 | 264 | 13 | 0 | 34 | 2 | 124 | 130 | 124 |
| Binary | 11011110 | 11111010 | 10110100 | 1011 | 0 | 11100 | 10 | 1010100 | 1011000 | 1010100 |
Color Harmonies of #DEFAB4
Complementary color
Monochromatic Colors of #DEFAB4
Black with #DEFAB4
Text Example
Text Example
White with #DEFAB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFAB4; }
p { color: rgb(222,250,180); }
H1.HeaderClassName
{
color: #DEFAB4;
}
.AnyTagClassName
{
color: #DEFAB4;
}
</style>
background-color css
<style>
a { background-color: #DEFAB4; }
a { background-color: rgb(222,250,180); }
div.DivClassName
{
background-color: #DEFAB4;
}
.BgClassName
{
background-color: #DEFAB4;
}
</style>
border-color css
<style>
span { border-color: #DEFAB4; }
span { border-color: rgb(222,250,180); }
td.TdClassName
{
border-color: #DEFAB4;
}
.TagClassName
{
border-color: #DEFAB4;
}
</style>