Shades of Snow Flurry #DFF2C0
Tints of Snow Flurry #DFF2C0
RGB
CMYK
RGB Variations
Color information
#DFF2C0 (or 0xDFF2C0) is known color: Snow Flurry. HEX triplet: DF, F2 and C0. RGB value is (223,242,192). Sum of RGB (Red+Green+Blue) = 223+242+192=657 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.94% from 657); Green value is 242 (94.92% from 255 or 36.83% from 657); Blue value is 192 (75.39% from 255 or 29.22% from 657); Max value from RGB is 242 - color contains mainly: green. Hex color #DFF2C0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFF2C0 is #200D3F. Grayscale: #E6E6E6. Windows color (decimal): -2100544 or 12645087. OLE color: 12645087.
HSL color Cylindrical-coordinate representation of color #DFF2C0: hue angle of 82.8º degrees, saturation: 0.66, 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 #DFF2C0 is Cyan = 0.08, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 242 | 192 | - |
| CMYK | 0.08 | 0 | 0.21 | 0.05 |
| HSL | 82.8º | 0.66% | 0.85% | - |
| HSV(B) | 82.8º | 0.21% | 0.95% | - |
| XYZ | 71.7 | 83 | 62.11 | - |
| YUV | 230.62 | 106.21 | 122.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 242 | 192 | 0.08 | 0 | 0.21 | 0.05 | 82.8 | 0.66 | 0.85 |
| Hex | DF | F2 | C0 | 8 | 0 | 15 | 5 | 53 | 42 | 55 |
| Octal | 337 | 362 | 300 | 10 | 0 | 25 | 5 | 123 | 102 | 125 |
| Binary | 11011111 | 11110010 | 11000000 | 1000 | 0 | 10101 | 101 | 1010011 | 1000010 | 1010101 |
Color Harmonies of #DFF2C0
Complementary color
Monochromatic Colors of #DFF2C0
Black with #DFF2C0
Text Example
Text Example
White with #DFF2C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF2C0; }
p { color: rgb(223,242,192); }
H1.HeaderClassName
{
color: #DFF2C0;
}
.AnyTagClassName
{
color: #DFF2C0;
}
</style>
background-color css
<style>
a { background-color: #DFF2C0; }
a { background-color: rgb(223,242,192); }
div.DivClassName
{
background-color: #DFF2C0;
}
.BgClassName
{
background-color: #DFF2C0;
}
</style>
border-color css
<style>
span { border-color: #DFF2C0; }
span { border-color: rgb(223,242,192); }
td.TdClassName
{
border-color: #DFF2C0;
}
.TagClassName
{
border-color: #DFF2C0;
}
</style>