Shades of Snow Flurry #DFF2B9
Tints of Snow Flurry #DFF2B9
RGB
CMYK
RGB Variations
Color information
#DFF2B9 (or 0xDFF2B9) is known color: Snow Flurry. HEX triplet: DF, F2 and B9. RGB value is (223,242,185). Sum of RGB (Red+Green+Blue) = 223+242+185=650 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.31% from 650); Green value is 242 (94.92% from 255 or 37.23% from 650); Blue value is 185 (72.66% from 255 or 28.46% from 650); Max value from RGB is 242 - color contains mainly: green. Hex color #DFF2B9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFF2B9 is #200D46. Grayscale: #E6E6E6. Windows color (decimal): -2100551 or 12186335. OLE color: 12186335.
HSL color Cylindrical-coordinate representation of color #DFF2B9: hue angle of 80º 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 #DFF2B9 is Cyan = 0.08, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
RGB | 223 | 242 | 185 | - |
CMYK | 0.08 | 0 | 0.24 | 0.05 |
HSL | 80º | 0.69% | 0.84% | - |
HSV(B) | 80º | 0.24% | 0.95% | - |
XYZ | 70.94 | 82.7 | 58.12 | - |
YUV | 229.82 | 102.71 | 123.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 242 | 185 | 0.08 | 0 | 0.24 | 0.05 | 80 | 0.69 | 0.84 |
Hex | DF | F2 | B9 | 8 | 0 | 18 | 5 | 50 | 45 | 54 |
Octal | 337 | 362 | 271 | 10 | 0 | 30 | 5 | 120 | 105 | 124 |
Binary | 11011111 | 11110010 | 10111001 | 1000 | 0 | 11000 | 101 | 1010000 | 1000101 | 1010100 |
Color Harmonies of #DFF2B9
Complementary color
Monochromatic Colors of #DFF2B9
Black with #DFF2B9
Text Example
Text Example
White with #DFF2B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF2B9; }
p { color: rgb(223,242,185); }
H1.HeaderClassName
{
color: #DFF2B9;
}
.AnyTagClassName
{
color: #DFF2B9;
}
</style>
background-color css
<style>
a { background-color: #DFF2B9; }
a { background-color: rgb(223,242,185); }
div.DivClassName
{
background-color: #DFF2B9;
}
.BgClassName
{
background-color: #DFF2B9;
}
</style>
border-color css
<style>
span { border-color: #DFF2B9; }
span { border-color: rgb(223,242,185); }
td.TdClassName
{
border-color: #DFF2B9;
}
.TagClassName
{
border-color: #DFF2B9;
}
</style>