Shades of Snow Flurry #DFFDBA
Tints of Snow Flurry #DFFDBA
RGB
CMYK
RGB Variations
Color information
#DFFDBA (or 0xDFFDBA) is known color: Snow Flurry. HEX triplet: DF, FD and BA. RGB value is (223,253,186). Sum of RGB (Red+Green+Blue) = 223+253+186=662 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.69% from 662); Green value is 253 (99.22% from 255 or 38.22% from 662); Blue value is 186 (73.05% from 255 or 28.10% from 662); Max value from RGB is 253 - color contains mainly: green. Hex color #DFFDBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFFDBA is #200245. Grayscale: #ECECEC. Windows color (decimal): -2097734 or 12254687. OLE color: 12254687.
HSL color Cylindrical-coordinate representation of color #DFFDBA: hue angle of 86.87º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DFFDBA is Cyan = 0.12, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 223 | 253 | 186 | - |
| CMYK | 0.12 | 0 | 0.26 | 0.01 |
| HSL | 86.87º | 0.94% | 0.86% | - |
| HSV(B) | 86.87º | 0.26% | 0.99% | - |
| XYZ | 74.42 | 89.48 | 59.8 | - |
| YUV | 236.39 | 99.56 | 118.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 253 | 186 | 0.12 | 0 | 0.26 | 0.01 | 86.87 | 0.94 | 0.86 |
| Hex | DF | FD | BA | C | 0 | 1A | 1 | 57 | 5E | 56 |
| Octal | 337 | 375 | 272 | 14 | 0 | 32 | 1 | 127 | 136 | 126 |
| Binary | 11011111 | 11111101 | 10111010 | 1100 | 0 | 11010 | 1 | 1010111 | 1011110 | 1010110 |
Color Harmonies of #DFFDBA
Complementary color
Monochromatic Colors of #DFFDBA
Black with #DFFDBA
Text Example
Text Example
White with #DFFDBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFFDBA; }
p { color: rgb(223,253,186); }
H1.HeaderClassName
{
color: #DFFDBA;
}
.AnyTagClassName
{
color: #DFFDBA;
}
</style>
background-color css
<style>
a { background-color: #DFFDBA; }
a { background-color: rgb(223,253,186); }
div.DivClassName
{
background-color: #DFFDBA;
}
.BgClassName
{
background-color: #DFFDBA;
}
</style>
border-color css
<style>
span { border-color: #DFFDBA; }
span { border-color: rgb(223,253,186); }
td.TdClassName
{
border-color: #DFFDBA;
}
.TagClassName
{
border-color: #DFFDBA;
}
</style>