Shades of Snowy Mint #C7EBC5
Tints of Snowy Mint #C7EBC5
RGB
CMYK
RGB Variations
Color information
#C7EBC5 (or 0xC7EBC5) is known color: Snowy Mint. HEX triplet: C7, EB and C5. RGB value is (199,235,197). Sum of RGB (Red+Green+Blue) = 199+235+197=631 (83% of max value = 765). Red value is 199 (78.12% from 255 or 31.54% from 631); Green value is 235 (92.19% from 255 or 37.24% from 631); Blue value is 197 (77.34% from 255 or 31.22% from 631); Max value from RGB is 235 - color contains mainly: green. Hex color #C7EBC5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C7EBC5 is #38143A. Grayscale: #DCDCDC. Windows color (decimal): -3675195 or 12970951. OLE color: 12970951.
HSL color Cylindrical-coordinate representation of color #C7EBC5: hue angle of 116.84º degrees, saturation: 0.49, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C7EBC5 is Cyan = 0.15, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 199 | 235 | 197 | - |
| CMYK | 0.15 | 0 | 0.16 | 0.08 |
| HSL | 116.84º | 0.49% | 0.85% | - |
| HSV(B) | 116.84º | 0.16% | 0.92% | - |
| XYZ | 63.34 | 75.59 | 64.08 | - |
| YUV | 219.9 | 115.07 | 113.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 235 | 197 | 0.15 | 0 | 0.16 | 0.08 | 116.84 | 0.49 | 0.85 |
| Hex | C7 | EB | C5 | F | 0 | 10 | 8 | 75 | 31 | 55 |
| Octal | 307 | 353 | 305 | 17 | 0 | 20 | 10 | 165 | 61 | 125 |
| Binary | 11000111 | 11101011 | 11000101 | 1111 | 0 | 10000 | 1000 | 1110101 | 110001 | 1010101 |
Color Harmonies of #C7EBC5
Complementary color
Monochromatic Colors of #C7EBC5
Black with #C7EBC5
Text Example
Text Example
White with #C7EBC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7EBC5; }
p { color: rgb(199,235,197); }
H1.HeaderClassName
{
color: #C7EBC5;
}
.AnyTagClassName
{
color: #C7EBC5;
}
</style>
background-color css
<style>
a { background-color: #C7EBC5; }
a { background-color: rgb(199,235,197); }
div.DivClassName
{
background-color: #C7EBC5;
}
.BgClassName
{
background-color: #C7EBC5;
}
</style>
border-color css
<style>
span { border-color: #C7EBC5; }
span { border-color: rgb(199,235,197); }
td.TdClassName
{
border-color: #C7EBC5;
}
.TagClassName
{
border-color: #C7EBC5;
}
</style>