Shades of Snow Flurry #DEF6B8
Tints of Snow Flurry #DEF6B8
RGB
CMYK
RGB Variations
Color information
#DEF6B8 (or 0xDEF6B8) is known color: Snow Flurry. HEX triplet: DE, F6 and B8. RGB value is (222,246,184). Sum of RGB (Red+Green+Blue) = 222+246+184=652 (86% of max value = 765). Red value is 222 (87.11% from 255 or 34.05% from 652); Green value is 246 (96.48% from 255 or 37.73% from 652); Blue value is 184 (72.27% from 255 or 28.22% from 652); Max value from RGB is 246 - color contains mainly: green. Hex color #DEF6B8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEF6B8 is #210947. Grayscale: #E7E7E7. Windows color (decimal): -2165064 or 12121822. OLE color: 12121822.
HSL color Cylindrical-coordinate representation of color #DEF6B8: hue angle of 83.23º degrees, saturation: 0.77, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DEF6B8 is Cyan = 0.10, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 222 | 246 | 184 | - |
| CMYK | 0.10 | 0 | 0.25 | 0.04 |
| HSL | 83.23º | 0.78% | 0.84% | - |
| HSV(B) | 83.23º | 0.25% | 0.96% | - |
| XYZ | 71.73 | 84.9 | 57.95 | - |
| YUV | 231.76 | 101.05 | 121.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 246 | 184 | 0.10 | 0 | 0.25 | 0.04 | 83.23 | 0.78 | 0.84 |
| Hex | DE | F6 | B8 | A | 0 | 19 | 4 | 53 | 4E | 54 |
| Octal | 336 | 366 | 270 | 12 | 0 | 31 | 4 | 123 | 116 | 124 |
| Binary | 11011110 | 11110110 | 10111000 | 1010 | 0 | 11001 | 100 | 1010011 | 1001110 | 1010100 |
Color Harmonies of #DEF6B8
Complementary color
Monochromatic Colors of #DEF6B8
Black with #DEF6B8
Text Example
Text Example
White with #DEF6B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF6B8; }
p { color: rgb(222,246,184); }
H1.HeaderClassName
{
color: #DEF6B8;
}
.AnyTagClassName
{
color: #DEF6B8;
}
</style>
background-color css
<style>
a { background-color: #DEF6B8; }
a { background-color: rgb(222,246,184); }
div.DivClassName
{
background-color: #DEF6B8;
}
.BgClassName
{
background-color: #DEF6B8;
}
</style>
border-color css
<style>
span { border-color: #DEF6B8; }
span { border-color: rgb(222,246,184); }
td.TdClassName
{
border-color: #DEF6B8;
}
.TagClassName
{
border-color: #DEF6B8;
}
</style>