Shades of Snow Flurry #DFF2B8
Tints of Snow Flurry #DFF2B8
RGB
CMYK
RGB Variations
Color information
#DFF2B8 (or 0xDFF2B8) is known color: Snow Flurry. HEX triplet: DF, F2 and B8. RGB value is (223,242,184). Sum of RGB (Red+Green+Blue) = 223+242+184=649 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.36% from 649); Green value is 242 (94.92% from 255 or 37.29% from 649); Blue value is 184 (72.27% from 255 or 28.35% from 649); Max value from RGB is 242 - color contains mainly: green. Hex color #DFF2B8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFF2B8 is #200D47. Grayscale: #E5E5E5. Windows color (decimal): -2100552 or 12120799. OLE color: 12120799.
HSL color Cylindrical-coordinate representation of color #DFF2B8: hue angle of 79.66º degrees, saturation: 0.69, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DFF2B8 is Cyan = 0.08, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 242 | 184 | - |
| CMYK | 0.08 | 0 | 0.24 | 0.05 |
| HSL | 79.66º | 0.69% | 0.84% | - |
| HSV(B) | 79.66º | 0.24% | 0.95% | - |
| XYZ | 70.84 | 82.65 | 57.57 | - |
| YUV | 229.71 | 102.21 | 123.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 242 | 184 | 0.08 | 0 | 0.24 | 0.05 | 79.66 | 0.69 | 0.84 |
| Hex | DF | F2 | B8 | 8 | 0 | 18 | 5 | 50 | 45 | 54 |
| Octal | 337 | 362 | 270 | 10 | 0 | 30 | 5 | 120 | 105 | 124 |
| Binary | 11011111 | 11110010 | 10111000 | 1000 | 0 | 11000 | 101 | 1010000 | 1000101 | 1010100 |
Color Harmonies of #DFF2B8
Complementary color
Monochromatic Colors of #DFF2B8
Black with #DFF2B8
Text Example
Text Example
White with #DFF2B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF2B8; }
p { color: rgb(223,242,184); }
H1.HeaderClassName
{
color: #DFF2B8;
}
.AnyTagClassName
{
color: #DFF2B8;
}
</style>
background-color css
<style>
a { background-color: #DFF2B8; }
a { background-color: rgb(223,242,184); }
div.DivClassName
{
background-color: #DFF2B8;
}
.BgClassName
{
background-color: #DFF2B8;
}
</style>
border-color css
<style>
span { border-color: #DFF2B8; }
span { border-color: rgb(223,242,184); }
td.TdClassName
{
border-color: #DFF2B8;
}
.TagClassName
{
border-color: #DFF2B8;
}
</style>