Shades of Snowy Mint #CEFFC7
Tints of Snowy Mint #CEFFC7
RGB
CMYK
RGB Variations
Color information
#CEFFC7 (or 0xCEFFC7) is known color: Snowy Mint. HEX triplet: CE, FF and C7. RGB value is (206,255,199). Sum of RGB (Red+Green+Blue) = 206+255+199=660 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.21% from 660); Green value is 255 (100% from 255 or 38.64% from 660); Blue value is 199 (78.12% from 255 or 30.15% from 660); Max value from RGB is 255 - color contains mainly: green. Hex color #CEFFC7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEFFC7 is #310038. Grayscale: #EAEAEA. Windows color (decimal): -3211321 or 13107150. OLE color: 13107150.
HSL color Cylindrical-coordinate representation of color #CEFFC7: hue angle of 112.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 #CEFFC7 is Cyan = 0.19, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 206 | 255 | 199 | - |
| CMYK | 0.19 | 0 | 0.22 | 0 |
| HSL | 112.5º | 1% | 0.89% | - |
| HSV(B) | 112.5º | 0.22% | 1% | - |
| XYZ | 71.52 | 88.77 | 67.4 | - |
| YUV | 233.97 | 108.27 | 108.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 255 | 199 | 0.19 | 0 | 0.22 | 0 | 112.5 | 1 | 0.89 |
| Hex | CE | FF | C7 | 13 | 0 | 16 | 0 | 70 | 64 | 59 |
| Octal | 316 | 377 | 307 | 23 | 0 | 26 | 0 | 160 | 144 | 131 |
| Binary | 11001110 | 11111111 | 11000111 | 10011 | 0 | 10110 | 0 | 1110000 | 1100100 | 1011001 |
Color Harmonies of #CEFFC7
Complementary color
Monochromatic Colors of #CEFFC7
Black with #CEFFC7
Text Example
Text Example
White with #CEFFC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEFFC7; }
p { color: rgb(206,255,199); }
H1.HeaderClassName
{
color: #CEFFC7;
}
.AnyTagClassName
{
color: #CEFFC7;
}
</style>
background-color css
<style>
a { background-color: #CEFFC7; }
a { background-color: rgb(206,255,199); }
div.DivClassName
{
background-color: #CEFFC7;
}
.BgClassName
{
background-color: #CEFFC7;
}
</style>
border-color css
<style>
span { border-color: #CEFFC7; }
span { border-color: rgb(206,255,199); }
td.TdClassName
{
border-color: #CEFFC7;
}
.TagClassName
{
border-color: #CEFFC7;
}
</style>