Shades of Snow Flurry #DFFDB9
Tints of Snow Flurry #DFFDB9
RGB
CMYK
RGB Variations
Color information
#DFFDB9 (or 0xDFFDB9) is known color: Snow Flurry. HEX triplet: DF, FD and B9. RGB value is (223,253,185). Sum of RGB (Red+Green+Blue) = 223+253+185=661 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.74% from 661); Green value is 253 (99.22% from 255 or 38.28% from 661); Blue value is 185 (72.66% from 255 or 27.99% from 661); Max value from RGB is 253 - color contains mainly: green. Hex color #DFFDB9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFFDB9 is #200246. Grayscale: #ECECEC. Windows color (decimal): -2097735 or 12189151. OLE color: 12189151.
HSL color Cylindrical-coordinate representation of color #DFFDB9: hue angle of 86.47º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DFFDB9 is Cyan = 0.12, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.01.
Color convert
RGB | 223 | 253 | 185 | - |
CMYK | 0.12 | 0 | 0.27 | 0.01 |
HSL | 86.47º | 0.94% | 0.86% | - |
HSV(B) | 86.47º | 0.27% | 0.99% | - |
XYZ | 74.31 | 89.44 | 59.25 | - |
YUV | 236.28 | 99.06 | 118.53 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 253 | 185 | 0.12 | 0 | 0.27 | 0.01 | 86.47 | 0.94 | 0.86 |
Hex | DF | FD | B9 | C | 0 | 1B | 1 | 56 | 5E | 56 |
Octal | 337 | 375 | 271 | 14 | 0 | 33 | 1 | 126 | 136 | 126 |
Binary | 11011111 | 11111101 | 10111001 | 1100 | 0 | 11011 | 1 | 1010110 | 1011110 | 1010110 |
Color Harmonies of #DFFDB9
Complementary color
Monochromatic Colors of #DFFDB9
Black with #DFFDB9
Text Example
Text Example
White with #DFFDB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFFDB9; }
p { color: rgb(223,253,185); }
H1.HeaderClassName
{
color: #DFFDB9;
}
.AnyTagClassName
{
color: #DFFDB9;
}
</style>
background-color css
<style>
a { background-color: #DFFDB9; }
a { background-color: rgb(223,253,185); }
div.DivClassName
{
background-color: #DFFDB9;
}
.BgClassName
{
background-color: #DFFDB9;
}
</style>
border-color css
<style>
span { border-color: #DFFDB9; }
span { border-color: rgb(223,253,185); }
td.TdClassName
{
border-color: #DFFDB9;
}
.TagClassName
{
border-color: #DFFDB9;
}
</style>