Shades of Snow Flurry #DFF3BC
Tints of Snow Flurry #DFF3BC
RGB
CMYK
RGB Variations
Color information
#DFF3BC (or 0xDFF3BC) is known color: Snow Flurry. HEX triplet: DF, F3 and BC. RGB value is (223,243,188). Sum of RGB (Red+Green+Blue) = 223+243+188=654 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.10% from 654); Green value is 243 (95.31% from 255 or 37.16% from 654); Blue value is 188 (73.83% from 255 or 28.75% from 654); Max value from RGB is 243 - color contains mainly: green. Hex color #DFF3BC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFF3BC is #200C43. Grayscale: #E6E6E6. Windows color (decimal): -2100292 or 12383199. OLE color: 12383199.
HSL color Cylindrical-coordinate representation of color #DFF3BC: hue angle of 81.82º degrees, saturation: 0.7, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DFF3BC is Cyan = 0.08, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 243 | 188 | - |
| CMYK | 0.08 | 0 | 0.23 | 0.05 |
| HSL | 81.82º | 0.7% | 0.85% | - |
| HSV(B) | 81.82º | 0.23% | 0.95% | - |
| XYZ | 71.56 | 83.42 | 59.91 | - |
| YUV | 230.75 | 103.87 | 122.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 243 | 188 | 0.08 | 0 | 0.23 | 0.05 | 81.82 | 0.7 | 0.85 |
| Hex | DF | F3 | BC | 8 | 0 | 17 | 5 | 52 | 46 | 55 |
| Octal | 337 | 363 | 274 | 10 | 0 | 27 | 5 | 122 | 106 | 125 |
| Binary | 11011111 | 11110011 | 10111100 | 1000 | 0 | 10111 | 101 | 1010010 | 1000110 | 1010101 |
Color Harmonies of #DFF3BC
Complementary color
Monochromatic Colors of #DFF3BC
Black with #DFF3BC
Text Example
Text Example
White with #DFF3BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF3BC; }
p { color: rgb(223,243,188); }
H1.HeaderClassName
{
color: #DFF3BC;
}
.AnyTagClassName
{
color: #DFF3BC;
}
</style>
background-color css
<style>
a { background-color: #DFF3BC; }
a { background-color: rgb(223,243,188); }
div.DivClassName
{
background-color: #DFF3BC;
}
.BgClassName
{
background-color: #DFF3BC;
}
</style>
border-color css
<style>
span { border-color: #DFF3BC; }
span { border-color: rgb(223,243,188); }
td.TdClassName
{
border-color: #DFF3BC;
}
.TagClassName
{
border-color: #DFF3BC;
}
</style>