Shades of Snowy Mint #DCFFC7
Tints of Snowy Mint #DCFFC7
RGB
CMYK
RGB Variations
Color information
#DCFFC7 (or 0xDCFFC7) is known color: Snowy Mint. HEX triplet: DC, FF and C7. RGB value is (220,255,199). Sum of RGB (Red+Green+Blue) = 220+255+199=674 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.64% from 674); Green value is 255 (100% from 255 or 37.83% from 674); Blue value is 199 (78.12% from 255 or 29.53% from 674); Max value from RGB is 255 - color contains mainly: green. Hex color #DCFFC7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFFC7 is #230038. Grayscale: #EEEEEE. Windows color (decimal): -2293817 or 13107164. OLE color: 13107164.
HSL color Cylindrical-coordinate representation of color #DCFFC7: hue angle of 97.5º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DCFFC7 is Cyan = 0.14, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 220 | 255 | 199 | - |
| CMYK | 0.14 | 0 | 0.22 | 0 |
| HSL | 97.5º | 1% | 0.89% | - |
| HSV(B) | 97.5º | 0.22% | 1% | - |
| XYZ | 75.58 | 90.86 | 67.59 | - |
| YUV | 238.15 | 105.9 | 115.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 255 | 199 | 0.14 | 0 | 0.22 | 0 | 97.5 | 1 | 0.89 |
| Hex | DC | FF | C7 | E | 0 | 16 | 0 | 62 | 64 | 59 |
| Octal | 334 | 377 | 307 | 16 | 0 | 26 | 0 | 142 | 144 | 131 |
| Binary | 11011100 | 11111111 | 11000111 | 1110 | 0 | 10110 | 0 | 1100010 | 1100100 | 1011001 |
Color Harmonies of #DCFFC7
Complementary color
Monochromatic Colors of #DCFFC7
Black with #DCFFC7
Text Example
Text Example
White with #DCFFC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFFC7; }
p { color: rgb(220,255,199); }
H1.HeaderClassName
{
color: #DCFFC7;
}
.AnyTagClassName
{
color: #DCFFC7;
}
</style>
background-color css
<style>
a { background-color: #DCFFC7; }
a { background-color: rgb(220,255,199); }
div.DivClassName
{
background-color: #DCFFC7;
}
.BgClassName
{
background-color: #DCFFC7;
}
</style>
border-color css
<style>
span { border-color: #DCFFC7; }
span { border-color: rgb(220,255,199); }
td.TdClassName
{
border-color: #DCFFC7;
}
.TagClassName
{
border-color: #DCFFC7;
}
</style>