Shades of Snow Flurry #DEFFB5
Tints of Snow Flurry #DEFFB5
RGB
CMYK
RGB Variations
Color information
#DEFFB5 (or 0xDEFFB5) is known color: Snow Flurry. HEX triplet: DE, FF and B5. RGB value is (222,255,181). Sum of RGB (Red+Green+Blue) = 222+255+181=658 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.74% from 658); Green value is 255 (100% from 255 or 38.75% from 658); Blue value is 181 (71.09% from 255 or 27.51% from 658); Max value from RGB is 255 - color contains mainly: green. Hex color #DEFFB5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEFFB5 is #21004A. Grayscale: #ECECEC. Windows color (decimal): -2162763 or 11927518. OLE color: 11927518.
HSL color Cylindrical-coordinate representation of color #DEFFB5: hue angle of 86.76º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DEFFB5 is Cyan = 0.13, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 222 | 255 | 181 | - |
| CMYK | 0.13 | 0 | 0.29 | 0 |
| HSL | 86.76º | 1% | 0.85% | - |
| HSV(B) | 86.76º | 0.29% | 1% | - |
| XYZ | 74.22 | 90.39 | 57.25 | - |
| YUV | 236.7 | 96.57 | 117.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 255 | 181 | 0.13 | 0 | 0.29 | 0 | 86.76 | 1 | 0.85 |
| Hex | DE | FF | B5 | D | 0 | 1D | 0 | 57 | 64 | 55 |
| Octal | 336 | 377 | 265 | 15 | 0 | 35 | 0 | 127 | 144 | 125 |
| Binary | 11011110 | 11111111 | 10110101 | 1101 | 0 | 11101 | 0 | 1010111 | 1100100 | 1010101 |
Color Harmonies of #DEFFB5
Complementary color
Monochromatic Colors of #DEFFB5
Black with #DEFFB5
Text Example
Text Example
White with #DEFFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFFB5; }
p { color: rgb(222,255,181); }
H1.HeaderClassName
{
color: #DEFFB5;
}
.AnyTagClassName
{
color: #DEFFB5;
}
</style>
background-color css
<style>
a { background-color: #DEFFB5; }
a { background-color: rgb(222,255,181); }
div.DivClassName
{
background-color: #DEFFB5;
}
.BgClassName
{
background-color: #DEFFB5;
}
</style>
border-color css
<style>
span { border-color: #DEFFB5; }
span { border-color: rgb(222,255,181); }
td.TdClassName
{
border-color: #DEFFB5;
}
.TagClassName
{
border-color: #DEFFB5;
}
</style>