Shades of Snow Flurry #DEFFB6
Tints of Snow Flurry #DEFFB6
RGB
CMYK
RGB Variations
Color information
#DEFFB6 (or 0xDEFFB6) is known color: Snow Flurry. HEX triplet: DE, FF and B6. RGB value is (222,255,182). Sum of RGB (Red+Green+Blue) = 222+255+182=659 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.69% from 659); Green value is 255 (100% from 255 or 38.69% from 659); Blue value is 182 (71.48% from 255 or 27.62% from 659); Max value from RGB is 255 - color contains mainly: green. Hex color #DEFFB6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEFFB6 is #210049. Grayscale: #EDEDED. Windows color (decimal): -2162762 or 11993054. OLE color: 11993054.
HSL color Cylindrical-coordinate representation of color #DEFFB6: hue angle of 87.12º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DEFFB6 is Cyan = 0.13, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 222 | 255 | 182 | - |
| CMYK | 0.13 | 0 | 0.29 | 0 |
| HSL | 87.12º | 1% | 0.86% | - |
| HSV(B) | 87.12º | 0.29% | 1% | - |
| XYZ | 74.33 | 90.43 | 57.79 | - |
| YUV | 236.81 | 97.07 | 117.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 255 | 182 | 0.13 | 0 | 0.29 | 0 | 87.12 | 1 | 0.86 |
| Hex | DE | FF | B6 | D | 0 | 1D | 0 | 57 | 64 | 56 |
| Octal | 336 | 377 | 266 | 15 | 0 | 35 | 0 | 127 | 144 | 126 |
| Binary | 11011110 | 11111111 | 10110110 | 1101 | 0 | 11101 | 0 | 1010111 | 1100100 | 1010110 |
Color Harmonies of #DEFFB6
Complementary color
Monochromatic Colors of #DEFFB6
Black with #DEFFB6
Text Example
Text Example
White with #DEFFB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFFB6; }
p { color: rgb(222,255,182); }
H1.HeaderClassName
{
color: #DEFFB6;
}
.AnyTagClassName
{
color: #DEFFB6;
}
</style>
background-color css
<style>
a { background-color: #DEFFB6; }
a { background-color: rgb(222,255,182); }
div.DivClassName
{
background-color: #DEFFB6;
}
.BgClassName
{
background-color: #DEFFB6;
}
</style>
border-color css
<style>
span { border-color: #DEFFB6; }
span { border-color: rgb(222,255,182); }
td.TdClassName
{
border-color: #DEFFB6;
}
.TagClassName
{
border-color: #DEFFB6;
}
</style>