Shades of Snow Flurry #DFFDB6
Tints of Snow Flurry #DFFDB6
RGB
CMYK
RGB Variations
Color information
#DFFDB6 (or 0xDFFDB6) is known color: Snow Flurry. HEX triplet: DF, FD and B6. RGB value is (223,253,182). Sum of RGB (Red+Green+Blue) = 223+253+182=658 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.89% from 658); Green value is 253 (99.22% from 255 or 38.45% from 658); Blue value is 182 (71.48% from 255 or 27.66% from 658); Max value from RGB is 253 - color contains mainly: green. Hex color #DFFDB6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFFDB6 is #200249. Grayscale: #ECECEC. Windows color (decimal): -2097738 or 11992543. OLE color: 11992543.
HSL color Cylindrical-coordinate representation of color #DFFDB6: hue angle of 85.35º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DFFDB6 is Cyan = 0.12, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.01.
Color convert
RGB | 223 | 253 | 182 | - |
CMYK | 0.12 | 0 | 0.28 | 0.01 |
HSL | 85.35º | 0.95% | 0.85% | - |
HSV(B) | 85.35º | 0.28% | 0.99% | - |
XYZ | 74 | 89.32 | 57.6 | - |
YUV | 235.94 | 97.56 | 118.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 253 | 182 | 0.12 | 0 | 0.28 | 0.01 | 85.35 | 0.95 | 0.85 |
Hex | DF | FD | B6 | C | 0 | 1C | 1 | 55 | 5F | 55 |
Octal | 337 | 375 | 266 | 14 | 0 | 34 | 1 | 125 | 137 | 125 |
Binary | 11011111 | 11111101 | 10110110 | 1100 | 0 | 11100 | 1 | 1010101 | 1011111 | 1010101 |
Color Harmonies of #DFFDB6
Complementary color
Monochromatic Colors of #DFFDB6
Black with #DFFDB6
Text Example
Text Example
White with #DFFDB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFFDB6; }
p { color: rgb(223,253,182); }
H1.HeaderClassName
{
color: #DFFDB6;
}
.AnyTagClassName
{
color: #DFFDB6;
}
</style>
background-color css
<style>
a { background-color: #DFFDB6; }
a { background-color: rgb(223,253,182); }
div.DivClassName
{
background-color: #DFFDB6;
}
.BgClassName
{
background-color: #DFFDB6;
}
</style>
border-color css
<style>
span { border-color: #DFFDB6; }
span { border-color: rgb(223,253,182); }
td.TdClassName
{
border-color: #DFFDB6;
}
.TagClassName
{
border-color: #DFFDB6;
}
</style>