Shades of Snow Flurry #DEF0C0
Tints of Snow Flurry #DEF0C0
RGB
CMYK
RGB Variations
Color information
#DEF0C0 (or 0xDEF0C0) is known color: Snow Flurry. HEX triplet: DE, F0 and C0. RGB value is (222,240,192). Sum of RGB (Red+Green+Blue) = 222+240+192=654 (86% of max value = 765). Red value is 222 (87.11% from 255 or 33.94% from 654); Green value is 240 (94.14% from 255 or 36.70% from 654); Blue value is 192 (75.39% from 255 or 29.36% from 654); Max value from RGB is 240 - color contains mainly: green. Hex color #DEF0C0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEF0C0 is #210F3F. Grayscale: #E5E5E5. Windows color (decimal): -2166592 or 12644574. OLE color: 12644574.
HSL color Cylindrical-coordinate representation of color #DEF0C0: hue angle of 82.5º degrees, saturation: 0.62, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DEF0C0 is Cyan = 0.08, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 222 | 240 | 192 | - |
| CMYK | 0.08 | 0 | 0.20 | 0.06 |
| HSL | 82.5º | 0.62% | 0.85% | - |
| HSV(B) | 82.5º | 0.2% | 0.94% | - |
| XYZ | 70.8 | 81.66 | 61.9 | - |
| YUV | 229.15 | 107.04 | 122.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 240 | 192 | 0.08 | 0 | 0.20 | 0.06 | 82.5 | 0.62 | 0.85 |
| Hex | DE | F0 | C0 | 8 | 0 | 14 | 6 | 52 | 3E | 55 |
| Octal | 336 | 360 | 300 | 10 | 0 | 24 | 6 | 122 | 76 | 125 |
| Binary | 11011110 | 11110000 | 11000000 | 1000 | 0 | 10100 | 110 | 1010010 | 111110 | 1010101 |
Color Harmonies of #DEF0C0
Complementary color
Monochromatic Colors of #DEF0C0
Black with #DEF0C0
Text Example
Text Example
White with #DEF0C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF0C0; }
p { color: rgb(222,240,192); }
H1.HeaderClassName
{
color: #DEF0C0;
}
.AnyTagClassName
{
color: #DEF0C0;
}
</style>
background-color css
<style>
a { background-color: #DEF0C0; }
a { background-color: rgb(222,240,192); }
div.DivClassName
{
background-color: #DEF0C0;
}
.BgClassName
{
background-color: #DEF0C0;
}
</style>
border-color css
<style>
span { border-color: #DEF0C0; }
span { border-color: rgb(222,240,192); }
td.TdClassName
{
border-color: #DEF0C0;
}
.TagClassName
{
border-color: #DEF0C0;
}
</style>