Shades of Snow Flurry #DEFABC
Tints of Snow Flurry #DEFABC
RGB
CMYK
RGB Variations
Color information
#DEFABC (or 0xDEFABC) is known color: Snow Flurry. HEX triplet: DE, FA and BC. RGB value is (222,250,188). Sum of RGB (Red+Green+Blue) = 222+250+188=660 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.64% from 660); Green value is 250 (98.05% from 255 or 37.88% from 660); Blue value is 188 (73.83% from 255 or 28.48% from 660); Max value from RGB is 250 - color contains mainly: green. Hex color #DEFABC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEFABC is #210543. Grayscale: #EAEAEA. Windows color (decimal): -2164036 or 12384990. OLE color: 12384990.
HSL color Cylindrical-coordinate representation of color #DEFABC: hue angle of 87.1º 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 #DEFABC is Cyan = 0.11, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 222 | 250 | 188 | - |
| CMYK | 0.11 | 0 | 0.25 | 0.02 |
| HSL | 87.1º | 0.86% | 0.86% | - |
| HSV(B) | 87.1º | 0.25% | 0.98% | - |
| XYZ | 73.39 | 87.53 | 60.6 | - |
| YUV | 234.56 | 101.72 | 119.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 250 | 188 | 0.11 | 0 | 0.25 | 0.02 | 87.1 | 0.86 | 0.86 |
| Hex | DE | FA | BC | B | 0 | 19 | 2 | 57 | 56 | 56 |
| Octal | 336 | 372 | 274 | 13 | 0 | 31 | 2 | 127 | 126 | 126 |
| Binary | 11011110 | 11111010 | 10111100 | 1011 | 0 | 11001 | 10 | 1010111 | 1010110 | 1010110 |
Color Harmonies of #DEFABC
Complementary color
Monochromatic Colors of #DEFABC
Black with #DEFABC
Text Example
Text Example
White with #DEFABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFABC; }
p { color: rgb(222,250,188); }
H1.HeaderClassName
{
color: #DEFABC;
}
.AnyTagClassName
{
color: #DEFABC;
}
</style>
background-color css
<style>
a { background-color: #DEFABC; }
a { background-color: rgb(222,250,188); }
div.DivClassName
{
background-color: #DEFABC;
}
.BgClassName
{
background-color: #DEFABC;
}
</style>
border-color css
<style>
span { border-color: #DEFABC; }
span { border-color: rgb(222,250,188); }
td.TdClassName
{
border-color: #DEFABC;
}
.TagClassName
{
border-color: #DEFABC;
}
</style>