Shades of Snow Flurry #DFFFB4
Tints of Snow Flurry #DFFFB4
RGB
CMYK
RGB Variations
Color information
#DFFFB4 (or 0xDFFFB4) is known color: Snow Flurry. HEX triplet: DF, FF and B4. RGB value is (223,255,180). Sum of RGB (Red+Green+Blue) = 223+255+180=658 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.89% from 658); Green value is 255 (100% from 255 or 38.75% from 658); Blue value is 180 (70.70% from 255 or 27.36% from 658); Max value from RGB is 255 - color contains mainly: green. Hex color #DFFFB4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFFFB4 is #20004B. Grayscale: #EDEDED. Windows color (decimal): -2097228 or 11861983. OLE color: 11861983.
HSL color Cylindrical-coordinate representation of color #DFFFB4: hue angle of 85.6º 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 #DFFFB4 is Cyan = 0.13, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 223 | 255 | 180 | - |
| CMYK | 0.13 | 0 | 0.29 | 0 |
| HSL | 85.6º | 1% | 0.85% | - |
| HSV(B) | 85.6º | 0.29% | 1% | - |
| XYZ | 74.43 | 90.5 | 56.73 | - |
| YUV | 236.88 | 95.9 | 118.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 255 | 180 | 0.13 | 0 | 0.29 | 0 | 85.6 | 1 | 0.85 |
| Hex | DF | FF | B4 | D | 0 | 1D | 0 | 56 | 64 | 55 |
| Octal | 337 | 377 | 264 | 15 | 0 | 35 | 0 | 126 | 144 | 125 |
| Binary | 11011111 | 11111111 | 10110100 | 1101 | 0 | 11101 | 0 | 1010110 | 1100100 | 1010101 |
Color Harmonies of #DFFFB4
Complementary color
Monochromatic Colors of #DFFFB4
Black with #DFFFB4
Text Example
Text Example
White with #DFFFB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFFFB4; }
p { color: rgb(223,255,180); }
H1.HeaderClassName
{
color: #DFFFB4;
}
.AnyTagClassName
{
color: #DFFFB4;
}
</style>
background-color css
<style>
a { background-color: #DFFFB4; }
a { background-color: rgb(223,255,180); }
div.DivClassName
{
background-color: #DFFFB4;
}
.BgClassName
{
background-color: #DFFFB4;
}
</style>
border-color css
<style>
span { border-color: #DFFFB4; }
span { border-color: rgb(223,255,180); }
td.TdClassName
{
border-color: #DFFFB4;
}
.TagClassName
{
border-color: #DFFFB4;
}
</style>