Shades of Snow Flurry #DEF8BA
Tints of Snow Flurry #DEF8BA
RGB
CMYK
RGB Variations
Color information
#DEF8BA (or 0xDEF8BA) is known color: Snow Flurry. HEX triplet: DE, F8 and BA. RGB value is (222,248,186). Sum of RGB (Red+Green+Blue) = 222+248+186=656 (86% of max value = 765). Red value is 222 (87.11% from 255 or 33.84% from 656); Green value is 248 (97.27% from 255 or 37.80% from 656); Blue value is 186 (73.05% from 255 or 28.35% from 656); Max value from RGB is 248 - color contains mainly: green. Hex color #DEF8BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEF8BA is #210745. Grayscale: #E9E9E9. Windows color (decimal): -2164550 or 12253406. OLE color: 12253406.
HSL color Cylindrical-coordinate representation of color #DEF8BA: hue angle of 85.16º degrees, saturation: 0.82, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DEF8BA is Cyan = 0.10, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 222 | 248 | 186 | - |
| CMYK | 0.10 | 0 | 0.25 | 0.03 |
| HSL | 85.16º | 0.82% | 0.85% | - |
| HSV(B) | 85.16º | 0.25% | 0.97% | - |
| XYZ | 72.55 | 86.21 | 59.27 | - |
| YUV | 233.16 | 101.39 | 120.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 248 | 186 | 0.10 | 0 | 0.25 | 0.03 | 85.16 | 0.82 | 0.85 |
| Hex | DE | F8 | BA | A | 0 | 19 | 3 | 55 | 52 | 55 |
| Octal | 336 | 370 | 272 | 12 | 0 | 31 | 3 | 125 | 122 | 125 |
| Binary | 11011110 | 11111000 | 10111010 | 1010 | 0 | 11001 | 11 | 1010101 | 1010010 | 1010101 |
Color Harmonies of #DEF8BA
Complementary color
Monochromatic Colors of #DEF8BA
Black with #DEF8BA
Text Example
Text Example
White with #DEF8BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF8BA; }
p { color: rgb(222,248,186); }
H1.HeaderClassName
{
color: #DEF8BA;
}
.AnyTagClassName
{
color: #DEF8BA;
}
</style>
background-color css
<style>
a { background-color: #DEF8BA; }
a { background-color: rgb(222,248,186); }
div.DivClassName
{
background-color: #DEF8BA;
}
.BgClassName
{
background-color: #DEF8BA;
}
</style>
border-color css
<style>
span { border-color: #DEF8BA; }
span { border-color: rgb(222,248,186); }
td.TdClassName
{
border-color: #DEF8BA;
}
.TagClassName
{
border-color: #DEF8BA;
}
</style>