Shades of Snow Flurry #DEF7C0
Tints of Snow Flurry #DEF7C0
RGB
CMYK
RGB Variations
Color information
#DEF7C0 (or 0xDEF7C0) is known color: Snow Flurry. HEX triplet: DE, F7 and C0. RGB value is (222,247,192). Sum of RGB (Red+Green+Blue) = 222+247+192=661 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.59% from 661); Green value is 247 (96.88% from 255 or 37.37% from 661); Blue value is 192 (75.39% from 255 or 29.05% from 661); Max value from RGB is 247 - color contains mainly: green. Hex color #DEF7C0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEF7C0 is #21083F. Grayscale: #E9E9E9. Windows color (decimal): -2164800 or 12646366. OLE color: 12646366.
HSL color Cylindrical-coordinate representation of color #DEF7C0: hue angle of 87.27º degrees, saturation: 0.77, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DEF7C0 is Cyan = 0.10, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 222 | 247 | 192 | - |
| CMYK | 0.10 | 0 | 0.22 | 0.03 |
| HSL | 87.27º | 0.77% | 0.86% | - |
| HSV(B) | 87.27º | 0.22% | 0.97% | - |
| XYZ | 72.9 | 85.86 | 62.6 | - |
| YUV | 233.26 | 104.72 | 119.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 247 | 192 | 0.10 | 0 | 0.22 | 0.03 | 87.27 | 0.77 | 0.86 |
| Hex | DE | F7 | C0 | A | 0 | 16 | 3 | 57 | 4D | 56 |
| Octal | 336 | 367 | 300 | 12 | 0 | 26 | 3 | 127 | 115 | 126 |
| Binary | 11011110 | 11110111 | 11000000 | 1010 | 0 | 10110 | 11 | 1010111 | 1001101 | 1010110 |
Color Harmonies of #DEF7C0
Complementary color
Monochromatic Colors of #DEF7C0
Black with #DEF7C0
Text Example
Text Example
White with #DEF7C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF7C0; }
p { color: rgb(222,247,192); }
H1.HeaderClassName
{
color: #DEF7C0;
}
.AnyTagClassName
{
color: #DEF7C0;
}
</style>
background-color css
<style>
a { background-color: #DEF7C0; }
a { background-color: rgb(222,247,192); }
div.DivClassName
{
background-color: #DEF7C0;
}
.BgClassName
{
background-color: #DEF7C0;
}
</style>
border-color css
<style>
span { border-color: #DEF7C0; }
span { border-color: rgb(222,247,192); }
td.TdClassName
{
border-color: #DEF7C0;
}
.TagClassName
{
border-color: #DEF7C0;
}
</style>