Shades of Snow Flurry #DFFFB6
Tints of Snow Flurry #DFFFB6
RGB
CMYK
RGB Variations
Color information
#DFFFB6 (or 0xDFFFB6) is known color: Snow Flurry. HEX triplet: DF, FF and B6. RGB value is (223,255,182). Sum of RGB (Red+Green+Blue) = 223+255+182=660 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.79% from 660); Green value is 255 (100% from 255 or 38.64% from 660); Blue value is 182 (71.48% from 255 or 27.58% from 660); Max value from RGB is 255 - color contains mainly: green. Hex color #DFFFB6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFFFB6 is #200049. Grayscale: #EDEDED. Windows color (decimal): -2097226 or 11993055. OLE color: 11993055.
HSL color Cylindrical-coordinate representation of color #DFFFB6: hue angle of 86.3º 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 #DFFFB6 is Cyan = 0.13, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 223 | 255 | 182 | - |
| CMYK | 0.13 | 0 | 0.29 | 0 |
| HSL | 86.3º | 1% | 0.86% | - |
| HSV(B) | 86.3º | 0.29% | 1% | - |
| XYZ | 74.63 | 90.59 | 57.81 | - |
| YUV | 237.11 | 96.9 | 117.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 255 | 182 | 0.13 | 0 | 0.29 | 0 | 86.3 | 1 | 0.86 |
| Hex | DF | FF | B6 | D | 0 | 1D | 0 | 56 | 64 | 56 |
| Octal | 337 | 377 | 266 | 15 | 0 | 35 | 0 | 126 | 144 | 126 |
| Binary | 11011111 | 11111111 | 10110110 | 1101 | 0 | 11101 | 0 | 1010110 | 1100100 | 1010110 |
Color Harmonies of #DFFFB6
Complementary color
Monochromatic Colors of #DFFFB6
Black with #DFFFB6
Text Example
Text Example
White with #DFFFB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFFFB6; }
p { color: rgb(223,255,182); }
H1.HeaderClassName
{
color: #DFFFB6;
}
.AnyTagClassName
{
color: #DFFFB6;
}
</style>
background-color css
<style>
a { background-color: #DFFFB6; }
a { background-color: rgb(223,255,182); }
div.DivClassName
{
background-color: #DFFFB6;
}
.BgClassName
{
background-color: #DFFFB6;
}
</style>
border-color css
<style>
span { border-color: #DFFFB6; }
span { border-color: rgb(223,255,182); }
td.TdClassName
{
border-color: #DFFFB6;
}
.TagClassName
{
border-color: #DFFFB6;
}
</style>