Shades of Snow Flurry #DFF2C7
Tints of Snow Flurry #DFF2C7
RGB
CMYK
RGB Variations
Color information
#DFF2C7 (or 0xDFF2C7) is known color: Snow Flurry. HEX triplet: DF, F2 and C7. RGB value is (223,242,199). Sum of RGB (Red+Green+Blue) = 223+242+199=664 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.58% from 664); Green value is 242 (94.92% from 255 or 36.45% from 664); Blue value is 199 (78.12% from 255 or 29.97% from 664); Max value from RGB is 242 - color contains mainly: green. Hex color #DFF2C7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFF2C7 is #200D38. Grayscale: #E7E7E7. Windows color (decimal): -2100537 or 13103839. OLE color: 13103839.
HSL color Cylindrical-coordinate representation of color #DFF2C7: hue angle of 86.51º degrees, saturation: 0.62, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DFF2C7 is Cyan = 0.08, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 242 | 199 | - |
| CMYK | 0.08 | 0 | 0.18 | 0.05 |
| HSL | 86.51º | 0.62% | 0.86% | - |
| HSV(B) | 86.51º | 0.18% | 0.95% | - |
| XYZ | 72.49 | 83.32 | 66.29 | - |
| YUV | 231.42 | 109.71 | 122 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 242 | 199 | 0.08 | 0 | 0.18 | 0.05 | 86.51 | 0.62 | 0.86 |
| Hex | DF | F2 | C7 | 8 | 0 | 12 | 5 | 57 | 3E | 56 |
| Octal | 337 | 362 | 307 | 10 | 0 | 22 | 5 | 127 | 76 | 126 |
| Binary | 11011111 | 11110010 | 11000111 | 1000 | 0 | 10010 | 101 | 1010111 | 111110 | 1010110 |
Color Harmonies of #DFF2C7
Complementary color
Monochromatic Colors of #DFF2C7
Black with #DFF2C7
Text Example
Text Example
White with #DFF2C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF2C7; }
p { color: rgb(223,242,199); }
H1.HeaderClassName
{
color: #DFF2C7;
}
.AnyTagClassName
{
color: #DFF2C7;
}
</style>
background-color css
<style>
a { background-color: #DFF2C7; }
a { background-color: rgb(223,242,199); }
div.DivClassName
{
background-color: #DFF2C7;
}
.BgClassName
{
background-color: #DFF2C7;
}
</style>
border-color css
<style>
span { border-color: #DFF2C7; }
span { border-color: rgb(223,242,199); }
td.TdClassName
{
border-color: #DFF2C7;
}
.TagClassName
{
border-color: #DFF2C7;
}
</style>