Shades of Snow Flurry #DEF6C0
Tints of Snow Flurry #DEF6C0
RGB
CMYK
RGB Variations
Color information
#DEF6C0 (or 0xDEF6C0) is known color: Snow Flurry. HEX triplet: DE, F6 and C0. RGB value is (222,246,192). Sum of RGB (Red+Green+Blue) = 222+246+192=660 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.64% from 660); Green value is 246 (96.48% from 255 or 37.27% from 660); Blue value is 192 (75.39% from 255 or 29.09% from 660); Max value from RGB is 246 - color contains mainly: green. Hex color #DEF6C0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEF6C0 is #21093F. Grayscale: #E8E8E8. Windows color (decimal): -2165056 or 12646110. OLE color: 12646110.
HSL color Cylindrical-coordinate representation of color #DEF6C0: hue angle of 86.67º degrees, saturation: 0.75, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DEF6C0 is Cyan = 0.10, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 222 | 246 | 192 | - |
| CMYK | 0.10 | 0 | 0.22 | 0.04 |
| HSL | 86.67º | 0.75% | 0.86% | - |
| HSV(B) | 86.67º | 0.22% | 0.96% | - |
| XYZ | 72.59 | 85.25 | 62.5 | - |
| YUV | 232.67 | 105.05 | 120.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 246 | 192 | 0.10 | 0 | 0.22 | 0.04 | 86.67 | 0.75 | 0.86 |
| Hex | DE | F6 | C0 | A | 0 | 16 | 4 | 57 | 4B | 56 |
| Octal | 336 | 366 | 300 | 12 | 0 | 26 | 4 | 127 | 113 | 126 |
| Binary | 11011110 | 11110110 | 11000000 | 1010 | 0 | 10110 | 100 | 1010111 | 1001011 | 1010110 |
Color Harmonies of #DEF6C0
Complementary color
Monochromatic Colors of #DEF6C0
Black with #DEF6C0
Text Example
Text Example
White with #DEF6C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF6C0; }
p { color: rgb(222,246,192); }
H1.HeaderClassName
{
color: #DEF6C0;
}
.AnyTagClassName
{
color: #DEF6C0;
}
</style>
background-color css
<style>
a { background-color: #DEF6C0; }
a { background-color: rgb(222,246,192); }
div.DivClassName
{
background-color: #DEF6C0;
}
.BgClassName
{
background-color: #DEF6C0;
}
</style>
border-color css
<style>
span { border-color: #DEF6C0; }
span { border-color: rgb(222,246,192); }
td.TdClassName
{
border-color: #DEF6C0;
}
.TagClassName
{
border-color: #DEF6C0;
}
</style>