Shades of Snow Flurry #DCF3BB
Tints of Snow Flurry #DCF3BB
RGB
CMYK
RGB Variations
Color information
#DCF3BB (or 0xDCF3BB) is known color: Snow Flurry. HEX triplet: DC, F3 and BB. RGB value is (220,243,187). Sum of RGB (Red+Green+Blue) = 220+243+187=650 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.85% from 650); Green value is 243 (95.31% from 255 or 37.38% from 650); Blue value is 187 (73.44% from 255 or 28.77% from 650); Max value from RGB is 243 - color contains mainly: green. Hex color #DCF3BB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCF3BB is #230C44. Grayscale: #E5E5E5. Windows color (decimal): -2296901 or 12317660. OLE color: 12317660.
HSL color Cylindrical-coordinate representation of color #DCF3BB: hue angle of 84.64º degrees, saturation: 0.7, 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 #DCF3BB is Cyan = 0.09, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 243 | 187 | - |
| CMYK | 0.09 | 0 | 0.23 | 0.05 |
| HSL | 84.64º | 0.7% | 0.84% | - |
| HSV(B) | 84.64º | 0.23% | 0.95% | - |
| XYZ | 70.54 | 82.9 | 59.3 | - |
| YUV | 229.74 | 103.88 | 121.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 243 | 187 | 0.09 | 0 | 0.23 | 0.05 | 84.64 | 0.7 | 0.84 |
| Hex | DC | F3 | BB | 9 | 0 | 17 | 5 | 55 | 46 | 54 |
| Octal | 334 | 363 | 273 | 11 | 0 | 27 | 5 | 125 | 106 | 124 |
| Binary | 11011100 | 11110011 | 10111011 | 1001 | 0 | 10111 | 101 | 1010101 | 1000110 | 1010100 |
Color Harmonies of #DCF3BB
Complementary color
Monochromatic Colors of #DCF3BB
Black with #DCF3BB
Text Example
Text Example
White with #DCF3BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF3BB; }
p { color: rgb(220,243,187); }
H1.HeaderClassName
{
color: #DCF3BB;
}
.AnyTagClassName
{
color: #DCF3BB;
}
</style>
background-color css
<style>
a { background-color: #DCF3BB; }
a { background-color: rgb(220,243,187); }
div.DivClassName
{
background-color: #DCF3BB;
}
.BgClassName
{
background-color: #DCF3BB;
}
</style>
border-color css
<style>
span { border-color: #DCF3BB; }
span { border-color: rgb(220,243,187); }
td.TdClassName
{
border-color: #DCF3BB;
}
.TagClassName
{
border-color: #DCF3BB;
}
</style>