Shades of Snow Flurry #DEF0C1
Tints of Snow Flurry #DEF0C1
RGB
CMYK
RGB Variations
Color information
#DEF0C1 (or 0xDEF0C1) is known color: Snow Flurry. HEX triplet: DE, F0 and C1. RGB value is (222,240,193). Sum of RGB (Red+Green+Blue) = 222+240+193=655 (86% of max value = 765). Red value is 222 (87.11% from 255 or 33.89% from 655); Green value is 240 (94.14% from 255 or 36.64% from 655); Blue value is 193 (75.78% from 255 or 29.47% from 655); Max value from RGB is 240 - color contains mainly: green. Hex color #DEF0C1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEF0C1 is #210F3E. Grayscale: #E5E5E5. Windows color (decimal): -2166591 or 12710110. OLE color: 12710110.
HSL color Cylindrical-coordinate representation of color #DEF0C1: hue angle of 82.98º degrees, saturation: 0.61, 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 #DEF0C1 is Cyan = 0.08, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 222 | 240 | 193 | - |
| CMYK | 0.08 | 0 | 0.20 | 0.06 |
| HSL | 82.98º | 0.61% | 0.85% | - |
| HSV(B) | 82.98º | 0.2% | 0.94% | - |
| XYZ | 70.91 | 81.7 | 62.48 | - |
| YUV | 229.26 | 107.54 | 122.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 240 | 193 | 0.08 | 0 | 0.20 | 0.06 | 82.98 | 0.61 | 0.85 |
| Hex | DE | F0 | C1 | 8 | 0 | 14 | 6 | 53 | 3D | 55 |
| Octal | 336 | 360 | 301 | 10 | 0 | 24 | 6 | 123 | 75 | 125 |
| Binary | 11011110 | 11110000 | 11000001 | 1000 | 0 | 10100 | 110 | 1010011 | 111101 | 1010101 |
Color Harmonies of #DEF0C1
Complementary color
Monochromatic Colors of #DEF0C1
Black with #DEF0C1
Text Example
Text Example
White with #DEF0C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF0C1; }
p { color: rgb(222,240,193); }
H1.HeaderClassName
{
color: #DEF0C1;
}
.AnyTagClassName
{
color: #DEF0C1;
}
</style>
background-color css
<style>
a { background-color: #DEF0C1; }
a { background-color: rgb(222,240,193); }
div.DivClassName
{
background-color: #DEF0C1;
}
.BgClassName
{
background-color: #DEF0C1;
}
</style>
border-color css
<style>
span { border-color: #DEF0C1; }
span { border-color: rgb(222,240,193); }
td.TdClassName
{
border-color: #DEF0C1;
}
.TagClassName
{
border-color: #DEF0C1;
}
</style>