Shades of Snow Flurry #DEF2BB
Tints of Snow Flurry #DEF2BB
RGB
CMYK
RGB Variations
Color information
#DEF2BB (or 0xDEF2BB) is known color: Snow Flurry. HEX triplet: DE, F2 and BB. RGB value is (222,242,187). Sum of RGB (Red+Green+Blue) = 222+242+187=651 (86% of max value = 765). Red value is 222 (87.11% from 255 or 34.10% from 651); Green value is 242 (94.92% from 255 or 37.17% from 651); Blue value is 187 (73.44% from 255 or 28.73% from 651); Max value from RGB is 242 - color contains mainly: green. Hex color #DEF2BB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEF2BB is #210D44. Grayscale: #E5E5E5. Windows color (decimal): -2166085 or 12317406. OLE color: 12317406.
HSL color Cylindrical-coordinate representation of color #DEF2BB: hue angle of 81.82º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DEF2BB is Cyan = 0.08, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 222 | 242 | 187 | - |
| CMYK | 0.08 | 0 | 0.23 | 0.05 |
| HSL | 81.82º | 0.68% | 0.84% | - |
| HSV(B) | 81.82º | 0.23% | 0.95% | - |
| XYZ | 70.85 | 82.62 | 59.23 | - |
| YUV | 229.75 | 103.87 | 122.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 242 | 187 | 0.08 | 0 | 0.23 | 0.05 | 81.82 | 0.68 | 0.84 |
| Hex | DE | F2 | BB | 8 | 0 | 17 | 5 | 52 | 44 | 54 |
| Octal | 336 | 362 | 273 | 10 | 0 | 27 | 5 | 122 | 104 | 124 |
| Binary | 11011110 | 11110010 | 10111011 | 1000 | 0 | 10111 | 101 | 1010010 | 1000100 | 1010100 |
Color Harmonies of #DEF2BB
Complementary color
Monochromatic Colors of #DEF2BB
Black with #DEF2BB
Text Example
Text Example
White with #DEF2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF2BB; }
p { color: rgb(222,242,187); }
H1.HeaderClassName
{
color: #DEF2BB;
}
.AnyTagClassName
{
color: #DEF2BB;
}
</style>
background-color css
<style>
a { background-color: #DEF2BB; }
a { background-color: rgb(222,242,187); }
div.DivClassName
{
background-color: #DEF2BB;
}
.BgClassName
{
background-color: #DEF2BB;
}
</style>
border-color css
<style>
span { border-color: #DEF2BB; }
span { border-color: rgb(222,242,187); }
td.TdClassName
{
border-color: #DEF2BB;
}
.TagClassName
{
border-color: #DEF2BB;
}
</style>