Shades of Snow Flurry #DEFDBA
Tints of Snow Flurry #DEFDBA
RGB
CMYK
RGB Variations
Color information
#DEFDBA (or 0xDEFDBA) is known color: Snow Flurry. HEX triplet: DE, FD and BA. RGB value is (222,253,186). Sum of RGB (Red+Green+Blue) = 222+253+186=661 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.59% from 661); Green value is 253 (99.22% from 255 or 38.28% from 661); Blue value is 186 (73.05% from 255 or 28.14% from 661); Max value from RGB is 253 - color contains mainly: green. Hex color #DEFDBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEFDBA is #210245. Grayscale: #ECECEC. Windows color (decimal): -2163270 or 12254686. OLE color: 12254686.
HSL color Cylindrical-coordinate representation of color #DEFDBA: hue angle of 87.76º 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 #DEFDBA is Cyan = 0.12, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 222 | 253 | 186 | - |
| CMYK | 0.12 | 0 | 0.26 | 0.01 |
| HSL | 87.76º | 0.94% | 0.86% | - |
| HSV(B) | 87.76º | 0.26% | 0.99% | - |
| XYZ | 74.11 | 89.33 | 59.79 | - |
| YUV | 236.09 | 99.73 | 117.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 253 | 186 | 0.12 | 0 | 0.26 | 0.01 | 87.76 | 0.94 | 0.86 |
| Hex | DE | FD | BA | C | 0 | 1A | 1 | 58 | 5E | 56 |
| Octal | 336 | 375 | 272 | 14 | 0 | 32 | 1 | 130 | 136 | 126 |
| Binary | 11011110 | 11111101 | 10111010 | 1100 | 0 | 11010 | 1 | 1011000 | 1011110 | 1010110 |
Color Harmonies of #DEFDBA
Complementary color
Monochromatic Colors of #DEFDBA
Black with #DEFDBA
Text Example
Text Example
White with #DEFDBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFDBA; }
p { color: rgb(222,253,186); }
H1.HeaderClassName
{
color: #DEFDBA;
}
.AnyTagClassName
{
color: #DEFDBA;
}
</style>
background-color css
<style>
a { background-color: #DEFDBA; }
a { background-color: rgb(222,253,186); }
div.DivClassName
{
background-color: #DEFDBA;
}
.BgClassName
{
background-color: #DEFDBA;
}
</style>
border-color css
<style>
span { border-color: #DEFDBA; }
span { border-color: rgb(222,253,186); }
td.TdClassName
{
border-color: #DEFDBA;
}
.TagClassName
{
border-color: #DEFDBA;
}
</style>