Shades of Snow Flurry #DEF8C0
Tints of Snow Flurry #DEF8C0
RGB
CMYK
RGB Variations
Color information
#DEF8C0 (or 0xDEF8C0) is known color: Snow Flurry. HEX triplet: DE, F8 and C0. RGB value is (222,248,192). Sum of RGB (Red+Green+Blue) = 222+248+192=662 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.53% from 662); Green value is 248 (97.27% from 255 or 37.46% from 662); Blue value is 192 (75.39% from 255 or 29.00% from 662); Max value from RGB is 248 - color contains mainly: green. Hex color #DEF8C0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEF8C0 is #21073F. Grayscale: #EAEAEA. Windows color (decimal): -2164544 or 12646622. OLE color: 12646622.
HSL color Cylindrical-coordinate representation of color #DEF8C0: hue angle of 87.86º degrees, saturation: 0.8, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DEF8C0 is Cyan = 0.10, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 222 | 248 | 192 | - |
| CMYK | 0.10 | 0 | 0.23 | 0.03 |
| HSL | 87.86º | 0.8% | 0.86% | - |
| HSV(B) | 87.86º | 0.23% | 0.97% | - |
| XYZ | 73.21 | 86.47 | 62.7 | - |
| YUV | 233.84 | 104.39 | 119.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 248 | 192 | 0.10 | 0 | 0.23 | 0.03 | 87.86 | 0.8 | 0.86 |
| Hex | DE | F8 | C0 | A | 0 | 17 | 3 | 58 | 50 | 56 |
| Octal | 336 | 370 | 300 | 12 | 0 | 27 | 3 | 130 | 120 | 126 |
| Binary | 11011110 | 11111000 | 11000000 | 1010 | 0 | 10111 | 11 | 1011000 | 1010000 | 1010110 |
Color Harmonies of #DEF8C0
Complementary color
Monochromatic Colors of #DEF8C0
Black with #DEF8C0
Text Example
Text Example
White with #DEF8C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF8C0; }
p { color: rgb(222,248,192); }
H1.HeaderClassName
{
color: #DEF8C0;
}
.AnyTagClassName
{
color: #DEF8C0;
}
</style>
background-color css
<style>
a { background-color: #DEF8C0; }
a { background-color: rgb(222,248,192); }
div.DivClassName
{
background-color: #DEF8C0;
}
.BgClassName
{
background-color: #DEF8C0;
}
</style>
border-color css
<style>
span { border-color: #DEF8C0; }
span { border-color: rgb(222,248,192); }
td.TdClassName
{
border-color: #DEF8C0;
}
.TagClassName
{
border-color: #DEF8C0;
}
</style>