Shades of Snow Flurry #DCF0BD
Tints of Snow Flurry #DCF0BD
RGB
CMYK
RGB Variations
Color information
#DCF0BD (or 0xDCF0BD) is known color: Snow Flurry. HEX triplet: DC, F0 and BD. RGB value is (220,240,189). Sum of RGB (Red+Green+Blue) = 220+240+189=649 (85% of max value = 765). Red value is 220 (86.33% from 255 or 33.90% from 649); Green value is 240 (94.14% from 255 or 36.98% from 649); Blue value is 189 (74.22% from 255 or 29.12% from 649); Max value from RGB is 240 - color contains mainly: green. Hex color #DCF0BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCF0BD is #230F42. Grayscale: #E4E4E4. Windows color (decimal): -2297667 or 12447964. OLE color: 12447964.
HSL color Cylindrical-coordinate representation of color #DCF0BD: hue angle of 83.53º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DCF0BD is Cyan = 0.08, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 220 | 240 | 189 | - |
| CMYK | 0.08 | 0 | 0.21 | 0.06 |
| HSL | 83.53º | 0.63% | 0.84% | - |
| HSV(B) | 83.53º | 0.21% | 0.94% | - |
| XYZ | 69.86 | 81.21 | 60.14 | - |
| YUV | 228.21 | 105.87 | 122.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 240 | 189 | 0.08 | 0 | 0.21 | 0.06 | 83.53 | 0.63 | 0.84 |
| Hex | DC | F0 | BD | 8 | 0 | 15 | 6 | 54 | 3F | 54 |
| Octal | 334 | 360 | 275 | 10 | 0 | 25 | 6 | 124 | 77 | 124 |
| Binary | 11011100 | 11110000 | 10111101 | 1000 | 0 | 10101 | 110 | 1010100 | 111111 | 1010100 |
Color Harmonies of #DCF0BD
Complementary color
Monochromatic Colors of #DCF0BD
Black with #DCF0BD
Text Example
Text Example
White with #DCF0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF0BD; }
p { color: rgb(220,240,189); }
H1.HeaderClassName
{
color: #DCF0BD;
}
.AnyTagClassName
{
color: #DCF0BD;
}
</style>
background-color css
<style>
a { background-color: #DCF0BD; }
a { background-color: rgb(220,240,189); }
div.DivClassName
{
background-color: #DCF0BD;
}
.BgClassName
{
background-color: #DCF0BD;
}
</style>
border-color css
<style>
span { border-color: #DCF0BD; }
span { border-color: rgb(220,240,189); }
td.TdClassName
{
border-color: #DCF0BD;
}
.TagClassName
{
border-color: #DCF0BD;
}
</style>