Shades of Snow Flurry #DCF1B7
Tints of Snow Flurry #DCF1B7
RGB
CMYK
RGB Variations
Color information
#DCF1B7 (or 0xDCF1B7) is known color: Snow Flurry. HEX triplet: DC, F1 and B7. RGB value is (220,241,183). Sum of RGB (Red+Green+Blue) = 220+241+183=644 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.16% from 644); Green value is 241 (94.53% from 255 or 37.42% from 644); Blue value is 183 (71.88% from 255 or 28.42% from 644); Max value from RGB is 241 - color contains mainly: green. Hex color #DCF1B7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCF1B7 is #230E48. Grayscale: #E4E4E4. Windows color (decimal): -2297417 or 12055004. OLE color: 12055004.
HSL color Cylindrical-coordinate representation of color #DCF1B7: hue angle of 81.72º degrees, saturation: 0.67, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DCF1B7 is Cyan = 0.09, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
RGB | 220 | 241 | 183 | - |
CMYK | 0.09 | 0 | 0.24 | 0.05 |
HSL | 81.72º | 0.67% | 0.83% | - |
HSV(B) | 81.72º | 0.24% | 0.95% | - |
XYZ | 69.52 | 81.55 | 56.88 | - |
YUV | 228.11 | 102.54 | 122.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 241 | 183 | 0.09 | 0 | 0.24 | 0.05 | 81.72 | 0.67 | 0.83 |
Hex | DC | F1 | B7 | 9 | 0 | 18 | 5 | 52 | 43 | 53 |
Octal | 334 | 361 | 267 | 11 | 0 | 30 | 5 | 122 | 103 | 123 |
Binary | 11011100 | 11110001 | 10110111 | 1001 | 0 | 11000 | 101 | 1010010 | 1000011 | 1010011 |
Color Harmonies of #DCF1B7
Complementary color
Monochromatic Colors of #DCF1B7
Black with #DCF1B7
Text Example
Text Example
White with #DCF1B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF1B7; }
p { color: rgb(220,241,183); }
H1.HeaderClassName
{
color: #DCF1B7;
}
.AnyTagClassName
{
color: #DCF1B7;
}
</style>
background-color css
<style>
a { background-color: #DCF1B7; }
a { background-color: rgb(220,241,183); }
div.DivClassName
{
background-color: #DCF1B7;
}
.BgClassName
{
background-color: #DCF1B7;
}
</style>
border-color css
<style>
span { border-color: #DCF1B7; }
span { border-color: rgb(220,241,183); }
td.TdClassName
{
border-color: #DCF1B7;
}
.TagClassName
{
border-color: #DCF1B7;
}
</style>