Shades of Snow Flurry #DEFBBC
Tints of Snow Flurry #DEFBBC
RGB
CMYK
RGB Variations
Color information
#DEFBBC (or 0xDEFBBC) is known color: Snow Flurry. HEX triplet: DE, FB and BC. RGB value is (222,251,188). Sum of RGB (Red+Green+Blue) = 222+251+188=661 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.59% from 661); Green value is 251 (98.44% from 255 or 37.97% from 661); Blue value is 188 (73.83% from 255 or 28.44% from 661); Max value from RGB is 251 - color contains mainly: green. Hex color #DEFBBC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEFBBC is #210443. Grayscale: #EBEBEB. Windows color (decimal): -2163780 or 12385246. OLE color: 12385246.
HSL color Cylindrical-coordinate representation of color #DEFBBC: hue angle of 87.62º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DEFBBC is Cyan = 0.12, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 222 | 251 | 188 | - |
| CMYK | 0.12 | 0 | 0.25 | 0.02 |
| HSL | 87.62º | 0.89% | 0.86% | - |
| HSV(B) | 87.62º | 0.25% | 0.98% | - |
| XYZ | 73.7 | 88.15 | 60.71 | - |
| YUV | 235.15 | 101.39 | 118.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 251 | 188 | 0.12 | 0 | 0.25 | 0.02 | 87.62 | 0.89 | 0.86 |
| Hex | DE | FB | BC | C | 0 | 19 | 2 | 58 | 59 | 56 |
| Octal | 336 | 373 | 274 | 14 | 0 | 31 | 2 | 130 | 131 | 126 |
| Binary | 11011110 | 11111011 | 10111100 | 1100 | 0 | 11001 | 10 | 1011000 | 1011001 | 1010110 |
Color Harmonies of #DEFBBC
Complementary color
Monochromatic Colors of #DEFBBC
Black with #DEFBBC
Text Example
Text Example
White with #DEFBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFBBC; }
p { color: rgb(222,251,188); }
H1.HeaderClassName
{
color: #DEFBBC;
}
.AnyTagClassName
{
color: #DEFBBC;
}
</style>
background-color css
<style>
a { background-color: #DEFBBC; }
a { background-color: rgb(222,251,188); }
div.DivClassName
{
background-color: #DEFBBC;
}
.BgClassName
{
background-color: #DEFBBC;
}
</style>
border-color css
<style>
span { border-color: #DEFBBC; }
span { border-color: rgb(222,251,188); }
td.TdClassName
{
border-color: #DEFBBC;
}
.TagClassName
{
border-color: #DEFBBC;
}
</style>