Shades of Snow Flurry #DEFDBB
Tints of Snow Flurry #DEFDBB
RGB
CMYK
RGB Variations
Color information
#DEFDBB (or 0xDEFDBB) is known color: Snow Flurry. HEX triplet: DE, FD and BB. RGB value is (222,253,187). Sum of RGB (Red+Green+Blue) = 222+253+187=662 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.53% from 662); Green value is 253 (99.22% from 255 or 38.22% from 662); Blue value is 187 (73.44% from 255 or 28.25% from 662); Max value from RGB is 253 - color contains mainly: green. Hex color #DEFDBB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEFDBB is #210244. Grayscale: #ECECEC. Windows color (decimal): -2163269 or 12320222. OLE color: 12320222.
HSL color Cylindrical-coordinate representation of color #DEFDBB: hue angle of 88.18º 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 #DEFDBB is Cyan = 0.12, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 222 | 253 | 187 | - |
| CMYK | 0.12 | 0 | 0.26 | 0.01 |
| HSL | 88.18º | 0.94% | 0.86% | - |
| HSV(B) | 88.18º | 0.26% | 0.99% | - |
| XYZ | 74.22 | 89.37 | 60.35 | - |
| YUV | 236.21 | 100.23 | 117.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 253 | 187 | 0.12 | 0 | 0.26 | 0.01 | 88.18 | 0.94 | 0.86 |
| Hex | DE | FD | BB | C | 0 | 1A | 1 | 58 | 5E | 56 |
| Octal | 336 | 375 | 273 | 14 | 0 | 32 | 1 | 130 | 136 | 126 |
| Binary | 11011110 | 11111101 | 10111011 | 1100 | 0 | 11010 | 1 | 1011000 | 1011110 | 1010110 |
Color Harmonies of #DEFDBB
Complementary color
Monochromatic Colors of #DEFDBB
Black with #DEFDBB
Text Example
Text Example
White with #DEFDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFDBB; }
p { color: rgb(222,253,187); }
H1.HeaderClassName
{
color: #DEFDBB;
}
.AnyTagClassName
{
color: #DEFDBB;
}
</style>
background-color css
<style>
a { background-color: #DEFDBB; }
a { background-color: rgb(222,253,187); }
div.DivClassName
{
background-color: #DEFDBB;
}
.BgClassName
{
background-color: #DEFDBB;
}
</style>
border-color css
<style>
span { border-color: #DEFDBB; }
span { border-color: rgb(222,253,187); }
td.TdClassName
{
border-color: #DEFDBB;
}
.TagClassName
{
border-color: #DEFDBB;
}
</style>