Shades of Snow Flurry #DFF2BE
Tints of Snow Flurry #DFF2BE
RGB
CMYK
RGB Variations
Color information
#DFF2BE (or 0xDFF2BE) is known color: Snow Flurry. HEX triplet: DF, F2 and BE. RGB value is (223,242,190). Sum of RGB (Red+Green+Blue) = 223+242+190=655 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.05% from 655); Green value is 242 (94.92% from 255 or 36.95% from 655); Blue value is 190 (74.61% from 255 or 29.01% from 655); Max value from RGB is 242 - color contains mainly: green. Hex color #DFF2BE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFF2BE is #200D41. Grayscale: #E6E6E6. Windows color (decimal): -2100546 or 12514015. OLE color: 12514015.
HSL color Cylindrical-coordinate representation of color #DFF2BE: hue angle of 81.92º degrees, saturation: 0.67, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DFF2BE is Cyan = 0.08, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 242 | 190 | - |
| CMYK | 0.08 | 0 | 0.21 | 0.05 |
| HSL | 81.92º | 0.67% | 0.85% | - |
| HSV(B) | 81.92º | 0.21% | 0.95% | - |
| XYZ | 71.48 | 82.91 | 60.95 | - |
| YUV | 230.39 | 105.21 | 122.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 242 | 190 | 0.08 | 0 | 0.21 | 0.05 | 81.92 | 0.67 | 0.85 |
| Hex | DF | F2 | BE | 8 | 0 | 15 | 5 | 52 | 43 | 55 |
| Octal | 337 | 362 | 276 | 10 | 0 | 25 | 5 | 122 | 103 | 125 |
| Binary | 11011111 | 11110010 | 10111110 | 1000 | 0 | 10101 | 101 | 1010010 | 1000011 | 1010101 |
Color Harmonies of #DFF2BE
Complementary color
Monochromatic Colors of #DFF2BE
Black with #DFF2BE
Text Example
Text Example
White with #DFF2BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF2BE; }
p { color: rgb(223,242,190); }
H1.HeaderClassName
{
color: #DFF2BE;
}
.AnyTagClassName
{
color: #DFF2BE;
}
</style>
background-color css
<style>
a { background-color: #DFF2BE; }
a { background-color: rgb(223,242,190); }
div.DivClassName
{
background-color: #DFF2BE;
}
.BgClassName
{
background-color: #DFF2BE;
}
</style>
border-color css
<style>
span { border-color: #DFF2BE; }
span { border-color: rgb(223,242,190); }
td.TdClassName
{
border-color: #DFF2BE;
}
.TagClassName
{
border-color: #DFF2BE;
}
</style>