Shades of Snow Flurry #DFF2C5
Tints of Snow Flurry #DFF2C5
RGB
CMYK
RGB Variations
Color information
#DFF2C5 (or 0xDFF2C5) is known color: Snow Flurry. HEX triplet: DF, F2 and C5. RGB value is (223,242,197). Sum of RGB (Red+Green+Blue) = 223+242+197=662 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.69% from 662); Green value is 242 (94.92% from 255 or 36.56% from 662); Blue value is 197 (77.34% from 255 or 29.76% from 662); Max value from RGB is 242 - color contains mainly: green. Hex color #DFF2C5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFF2C5 is #200D3A. Grayscale: #E7E7E7. Windows color (decimal): -2100539 or 12972767. OLE color: 12972767.
HSL color Cylindrical-coordinate representation of color #DFF2C5: hue angle of 85.33º degrees, saturation: 0.63, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DFF2C5 is Cyan = 0.08, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 242 | 197 | - |
| CMYK | 0.08 | 0 | 0.19 | 0.05 |
| HSL | 85.33º | 0.63% | 0.86% | - |
| HSV(B) | 85.33º | 0.19% | 0.95% | - |
| XYZ | 72.26 | 83.22 | 65.08 | - |
| YUV | 231.19 | 108.71 | 122.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 242 | 197 | 0.08 | 0 | 0.19 | 0.05 | 85.33 | 0.63 | 0.86 |
| Hex | DF | F2 | C5 | 8 | 0 | 13 | 5 | 55 | 3F | 56 |
| Octal | 337 | 362 | 305 | 10 | 0 | 23 | 5 | 125 | 77 | 126 |
| Binary | 11011111 | 11110010 | 11000101 | 1000 | 0 | 10011 | 101 | 1010101 | 111111 | 1010110 |
Color Harmonies of #DFF2C5
Complementary color
Monochromatic Colors of #DFF2C5
Black with #DFF2C5
Text Example
Text Example
White with #DFF2C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF2C5; }
p { color: rgb(223,242,197); }
H1.HeaderClassName
{
color: #DFF2C5;
}
.AnyTagClassName
{
color: #DFF2C5;
}
</style>
background-color css
<style>
a { background-color: #DFF2C5; }
a { background-color: rgb(223,242,197); }
div.DivClassName
{
background-color: #DFF2C5;
}
.BgClassName
{
background-color: #DFF2C5;
}
</style>
border-color css
<style>
span { border-color: #DFF2C5; }
span { border-color: rgb(223,242,197); }
td.TdClassName
{
border-color: #DFF2C5;
}
.TagClassName
{
border-color: #DFF2C5;
}
</style>