Shades of Snow Flurry #DFFFB5
Tints of Snow Flurry #DFFFB5
RGB
CMYK
RGB Variations
Color information
#DFFFB5 (or 0xDFFFB5) is known color: Snow Flurry. HEX triplet: DF, FF and B5. RGB value is (223,255,181). Sum of RGB (Red+Green+Blue) = 223+255+181=659 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.84% from 659); Green value is 255 (100% from 255 or 38.69% from 659); Blue value is 181 (71.09% from 255 or 27.47% from 659); Max value from RGB is 255 - color contains mainly: green. Hex color #DFFFB5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFFFB5 is #20004A. Grayscale: #EDEDED. Windows color (decimal): -2097227 or 11927519. OLE color: 11927519.
HSL color Cylindrical-coordinate representation of color #DFFFB5: hue angle of 85.95º 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 #DFFFB5 is Cyan = 0.13, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 223 | 255 | 181 | - |
| CMYK | 0.13 | 0 | 0.29 | 0 |
| HSL | 85.95º | 1% | 0.85% | - |
| HSV(B) | 85.95º | 0.29% | 1% | - |
| XYZ | 74.53 | 90.54 | 57.26 | - |
| YUV | 237 | 96.4 | 118.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 255 | 181 | 0.13 | 0 | 0.29 | 0 | 85.95 | 1 | 0.85 |
| Hex | DF | FF | B5 | D | 0 | 1D | 0 | 56 | 64 | 55 |
| Octal | 337 | 377 | 265 | 15 | 0 | 35 | 0 | 126 | 144 | 125 |
| Binary | 11011111 | 11111111 | 10110101 | 1101 | 0 | 11101 | 0 | 1010110 | 1100100 | 1010101 |
Color Harmonies of #DFFFB5
Complementary color
Monochromatic Colors of #DFFFB5
Black with #DFFFB5
Text Example
Text Example
White with #DFFFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFFFB5; }
p { color: rgb(223,255,181); }
H1.HeaderClassName
{
color: #DFFFB5;
}
.AnyTagClassName
{
color: #DFFFB5;
}
</style>
background-color css
<style>
a { background-color: #DFFFB5; }
a { background-color: rgb(223,255,181); }
div.DivClassName
{
background-color: #DFFFB5;
}
.BgClassName
{
background-color: #DFFFB5;
}
</style>
border-color css
<style>
span { border-color: #DFFFB5; }
span { border-color: rgb(223,255,181); }
td.TdClassName
{
border-color: #DFFFB5;
}
.TagClassName
{
border-color: #DFFFB5;
}
</style>