Shades of Snow Flurry #DFF6C2
Tints of Snow Flurry #DFF6C2
RGB
CMYK
RGB Variations
Color information
#DFF6C2 (or 0xDFF6C2) is known color: Snow Flurry. HEX triplet: DF, F6 and C2. RGB value is (223,246,194). Sum of RGB (Red+Green+Blue) = 223+246+194=663 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.63% from 663); Green value is 246 (96.48% from 255 or 37.10% from 663); Blue value is 194 (76.17% from 255 or 29.26% from 663); Max value from RGB is 246 - color contains mainly: green. Hex color #DFF6C2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFF6C2 is #20093D. Grayscale: #E9E9E9. Windows color (decimal): -2099518 or 12777183. OLE color: 12777183.
HSL color Cylindrical-coordinate representation of color #DFF6C2: hue angle of 86.54º degrees, saturation: 0.74, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DFF6C2 is Cyan = 0.09, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 223 | 246 | 194 | - |
| CMYK | 0.09 | 0 | 0.21 | 0.04 |
| HSL | 86.54º | 0.74% | 0.86% | - |
| HSV(B) | 86.54º | 0.21% | 0.96% | - |
| XYZ | 73.12 | 85.49 | 63.69 | - |
| YUV | 233.2 | 105.88 | 120.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 246 | 194 | 0.09 | 0 | 0.21 | 0.04 | 86.54 | 0.74 | 0.86 |
| Hex | DF | F6 | C2 | 9 | 0 | 15 | 4 | 57 | 4A | 56 |
| Octal | 337 | 366 | 302 | 11 | 0 | 25 | 4 | 127 | 112 | 126 |
| Binary | 11011111 | 11110110 | 11000010 | 1001 | 0 | 10101 | 100 | 1010111 | 1001010 | 1010110 |
Color Harmonies of #DFF6C2
Complementary color
Monochromatic Colors of #DFF6C2
Black with #DFF6C2
Text Example
Text Example
White with #DFF6C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF6C2; }
p { color: rgb(223,246,194); }
H1.HeaderClassName
{
color: #DFF6C2;
}
.AnyTagClassName
{
color: #DFF6C2;
}
</style>
background-color css
<style>
a { background-color: #DFF6C2; }
a { background-color: rgb(223,246,194); }
div.DivClassName
{
background-color: #DFF6C2;
}
.BgClassName
{
background-color: #DFF6C2;
}
</style>
border-color css
<style>
span { border-color: #DFF6C2; }
span { border-color: rgb(223,246,194); }
td.TdClassName
{
border-color: #DFF6C2;
}
.TagClassName
{
border-color: #DFF6C2;
}
</style>