Shades of Snowy Mint #DCFBC7
Tints of Snowy Mint #DCFBC7
RGB
CMYK
RGB Variations
Color information
#DCFBC7 (or 0xDCFBC7) is known color: Snowy Mint. HEX triplet: DC, FB and C7. RGB value is (220,251,199). Sum of RGB (Red+Green+Blue) = 220+251+199=670 (88% of max value = 765). Red value is 220 (86.33% from 255 or 32.84% from 670); Green value is 251 (98.44% from 255 or 37.46% from 670); Blue value is 199 (78.12% from 255 or 29.70% from 670); Max value from RGB is 251 - color contains mainly: green. Hex color #DCFBC7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFBC7 is #230438. Grayscale: #EBEBEB. Windows color (decimal): -2294841 or 13106140. OLE color: 13106140.
HSL color Cylindrical-coordinate representation of color #DCFBC7: hue angle of 95.77º degrees, saturation: 0.87, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DCFBC7 is Cyan = 0.12, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 251 | 199 | - |
| CMYK | 0.12 | 0 | 0.21 | 0.02 |
| HSL | 95.77º | 0.87% | 0.88% | - |
| HSV(B) | 95.77º | 0.21% | 0.98% | - |
| XYZ | 74.32 | 88.33 | 67.17 | - |
| YUV | 235.8 | 107.23 | 116.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 251 | 199 | 0.12 | 0 | 0.21 | 0.02 | 95.77 | 0.87 | 0.88 |
| Hex | DC | FB | C7 | C | 0 | 15 | 2 | 60 | 57 | 58 |
| Octal | 334 | 373 | 307 | 14 | 0 | 25 | 2 | 140 | 127 | 130 |
| Binary | 11011100 | 11111011 | 11000111 | 1100 | 0 | 10101 | 10 | 1100000 | 1010111 | 1011000 |
Color Harmonies of #DCFBC7
Complementary color
Monochromatic Colors of #DCFBC7
Black with #DCFBC7
Text Example
Text Example
White with #DCFBC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFBC7; }
p { color: rgb(220,251,199); }
H1.HeaderClassName
{
color: #DCFBC7;
}
.AnyTagClassName
{
color: #DCFBC7;
}
</style>
background-color css
<style>
a { background-color: #DCFBC7; }
a { background-color: rgb(220,251,199); }
div.DivClassName
{
background-color: #DCFBC7;
}
.BgClassName
{
background-color: #DCFBC7;
}
</style>
border-color css
<style>
span { border-color: #DCFBC7; }
span { border-color: rgb(220,251,199); }
td.TdClassName
{
border-color: #DCFBC7;
}
.TagClassName
{
border-color: #DCFBC7;
}
</style>