Shades of Snow Flurry #DFF2B4
Tints of Snow Flurry #DFF2B4
RGB
CMYK
RGB Variations
Color information
#DFF2B4 (or 0xDFF2B4) is known color: Snow Flurry. HEX triplet: DF, F2 and B4. RGB value is (223,242,180). Sum of RGB (Red+Green+Blue) = 223+242+180=645 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.57% from 645); Green value is 242 (94.92% from 255 or 37.52% from 645); Blue value is 180 (70.70% from 255 or 27.91% from 645); Max value from RGB is 242 - color contains mainly: green. Hex color #DFF2B4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFF2B4 is #200D4B. Grayscale: #E5E5E5. Windows color (decimal): -2100556 or 11858655. OLE color: 11858655.
HSL color Cylindrical-coordinate representation of color #DFF2B4: hue angle of 78.39º degrees, saturation: 0.7, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DFF2B4 is Cyan = 0.08, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 242 | 180 | - |
| CMYK | 0.08 | 0 | 0.26 | 0.05 |
| HSL | 78.39º | 0.7% | 0.83% | - |
| HSV(B) | 78.39º | 0.26% | 0.95% | - |
| XYZ | 70.42 | 82.49 | 55.39 | - |
| YUV | 229.25 | 100.21 | 123.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 242 | 180 | 0.08 | 0 | 0.26 | 0.05 | 78.39 | 0.7 | 0.83 |
| Hex | DF | F2 | B4 | 8 | 0 | 1A | 5 | 4E | 46 | 53 |
| Octal | 337 | 362 | 264 | 10 | 0 | 32 | 5 | 116 | 106 | 123 |
| Binary | 11011111 | 11110010 | 10110100 | 1000 | 0 | 11010 | 101 | 1001110 | 1000110 | 1010011 |
Color Harmonies of #DFF2B4
Complementary color
Monochromatic Colors of #DFF2B4
Black with #DFF2B4
Text Example
Text Example
White with #DFF2B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF2B4; }
p { color: rgb(223,242,180); }
H1.HeaderClassName
{
color: #DFF2B4;
}
.AnyTagClassName
{
color: #DFF2B4;
}
</style>
background-color css
<style>
a { background-color: #DFF2B4; }
a { background-color: rgb(223,242,180); }
div.DivClassName
{
background-color: #DFF2B4;
}
.BgClassName
{
background-color: #DFF2B4;
}
</style>
border-color css
<style>
span { border-color: #DFF2B4; }
span { border-color: rgb(223,242,180); }
td.TdClassName
{
border-color: #DFF2B4;
}
.TagClassName
{
border-color: #DFF2B4;
}
</style>