Shades of Snow Flurry #DCF1B8
Tints of Snow Flurry #DCF1B8
RGB
CMYK
RGB Variations
Color information
#DCF1B8 (or 0xDCF1B8) is known color: Snow Flurry. HEX triplet: DC, F1 and B8. RGB value is (220,241,184). Sum of RGB (Red+Green+Blue) = 220+241+184=645 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.11% from 645); Green value is 241 (94.53% from 255 or 37.36% from 645); Blue value is 184 (72.27% from 255 or 28.53% from 645); Max value from RGB is 241 - color contains mainly: green. Hex color #DCF1B8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCF1B8 is #230E47. Grayscale: #E4E4E4. Windows color (decimal): -2297416 or 12120540. OLE color: 12120540.
HSL color Cylindrical-coordinate representation of color #DCF1B8: hue angle of 82.11º 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 #DCF1B8 is Cyan = 0.09, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 241 | 184 | - |
| CMYK | 0.09 | 0 | 0.24 | 0.05 |
| HSL | 82.11º | 0.67% | 0.83% | - |
| HSV(B) | 82.11º | 0.24% | 0.95% | - |
| XYZ | 69.62 | 81.59 | 57.43 | - |
| YUV | 228.22 | 103.04 | 122.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 241 | 184 | 0.09 | 0 | 0.24 | 0.05 | 82.11 | 0.67 | 0.83 |
| Hex | DC | F1 | B8 | 9 | 0 | 18 | 5 | 52 | 43 | 53 |
| Octal | 334 | 361 | 270 | 11 | 0 | 30 | 5 | 122 | 103 | 123 |
| Binary | 11011100 | 11110001 | 10111000 | 1001 | 0 | 11000 | 101 | 1010010 | 1000011 | 1010011 |
Color Harmonies of #DCF1B8
Complementary color
Monochromatic Colors of #DCF1B8
Black with #DCF1B8
Text Example
Text Example
White with #DCF1B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF1B8; }
p { color: rgb(220,241,184); }
H1.HeaderClassName
{
color: #DCF1B8;
}
.AnyTagClassName
{
color: #DCF1B8;
}
</style>
background-color css
<style>
a { background-color: #DCF1B8; }
a { background-color: rgb(220,241,184); }
div.DivClassName
{
background-color: #DCF1B8;
}
.BgClassName
{
background-color: #DCF1B8;
}
</style>
border-color css
<style>
span { border-color: #DCF1B8; }
span { border-color: rgb(220,241,184); }
td.TdClassName
{
border-color: #DCF1B8;
}
.TagClassName
{
border-color: #DCF1B8;
}
</style>