Shades of Snow Flurry #DCF0B8
Tints of Snow Flurry #DCF0B8
RGB
CMYK
RGB Variations
Color information
#DCF0B8 (or 0xDCF0B8) is known color: Snow Flurry. HEX triplet: DC, F0 and B8. RGB value is (220,240,184). Sum of RGB (Red+Green+Blue) = 220+240+184=644 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.16% from 644); Green value is 240 (94.14% from 255 or 37.27% from 644); Blue value is 184 (72.27% from 255 or 28.57% from 644); Max value from RGB is 240 - color contains mainly: green. Hex color #DCF0B8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCF0B8 is #230F47. Grayscale: #E3E3E3. Windows color (decimal): -2297672 or 12120284. OLE color: 12120284.
HSL color Cylindrical-coordinate representation of color #DCF0B8: hue angle of 81.43º degrees, saturation: 0.65, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DCF0B8 is Cyan = 0.08, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 220 | 240 | 184 | - |
| CMYK | 0.08 | 0 | 0.23 | 0.06 |
| HSL | 81.43º | 0.65% | 0.83% | - |
| HSV(B) | 81.43º | 0.23% | 0.94% | - |
| XYZ | 69.33 | 81 | 57.33 | - |
| YUV | 227.64 | 103.37 | 122.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 240 | 184 | 0.08 | 0 | 0.23 | 0.06 | 81.43 | 0.65 | 0.83 |
| Hex | DC | F0 | B8 | 8 | 0 | 17 | 6 | 51 | 41 | 53 |
| Octal | 334 | 360 | 270 | 10 | 0 | 27 | 6 | 121 | 101 | 123 |
| Binary | 11011100 | 11110000 | 10111000 | 1000 | 0 | 10111 | 110 | 1010001 | 1000001 | 1010011 |
Color Harmonies of #DCF0B8
Complementary color
Monochromatic Colors of #DCF0B8
Black with #DCF0B8
Text Example
Text Example
White with #DCF0B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF0B8; }
p { color: rgb(220,240,184); }
H1.HeaderClassName
{
color: #DCF0B8;
}
.AnyTagClassName
{
color: #DCF0B8;
}
</style>
background-color css
<style>
a { background-color: #DCF0B8; }
a { background-color: rgb(220,240,184); }
div.DivClassName
{
background-color: #DCF0B8;
}
.BgClassName
{
background-color: #DCF0B8;
}
</style>
border-color css
<style>
span { border-color: #DCF0B8; }
span { border-color: rgb(220,240,184); }
td.TdClassName
{
border-color: #DCF0B8;
}
.TagClassName
{
border-color: #DCF0B8;
}
</style>