Shades of Snowy Mint #CEFFC6
Tints of Snowy Mint #CEFFC6
RGB
CMYK
RGB Variations
Color information
#CEFFC6 (or 0xCEFFC6) is known color: Snowy Mint. HEX triplet: CE, FF and C6. RGB value is (206,255,198). Sum of RGB (Red+Green+Blue) = 206+255+198=659 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.26% from 659); Green value is 255 (100% from 255 or 38.69% from 659); Blue value is 198 (77.73% from 255 or 30.05% from 659); Max value from RGB is 255 - color contains mainly: green. Hex color #CEFFC6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEFFC6 is #310039. Grayscale: #EAEAEA. Windows color (decimal): -3211322 or 13041614. OLE color: 13041614.
HSL color Cylindrical-coordinate representation of color #CEFFC6: hue angle of 111.58º 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 #CEFFC6 is Cyan = 0.19, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 206 | 255 | 198 | - |
| CMYK | 0.19 | 0 | 0.22 | 0 |
| HSL | 111.58º | 1% | 0.89% | - |
| HSV(B) | 111.58º | 0.22% | 1% | - |
| XYZ | 71.41 | 88.72 | 66.79 | - |
| YUV | 233.85 | 107.77 | 108.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 255 | 198 | 0.19 | 0 | 0.22 | 0 | 111.58 | 1 | 0.89 |
| Hex | CE | FF | C6 | 13 | 0 | 16 | 0 | 70 | 64 | 59 |
| Octal | 316 | 377 | 306 | 23 | 0 | 26 | 0 | 160 | 144 | 131 |
| Binary | 11001110 | 11111111 | 11000110 | 10011 | 0 | 10110 | 0 | 1110000 | 1100100 | 1011001 |
Color Harmonies of #CEFFC6
Complementary color
Monochromatic Colors of #CEFFC6
Black with #CEFFC6
Text Example
Text Example
White with #CEFFC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEFFC6; }
p { color: rgb(206,255,198); }
H1.HeaderClassName
{
color: #CEFFC6;
}
.AnyTagClassName
{
color: #CEFFC6;
}
</style>
background-color css
<style>
a { background-color: #CEFFC6; }
a { background-color: rgb(206,255,198); }
div.DivClassName
{
background-color: #CEFFC6;
}
.BgClassName
{
background-color: #CEFFC6;
}
</style>
border-color css
<style>
span { border-color: #CEFFC6; }
span { border-color: rgb(206,255,198); }
td.TdClassName
{
border-color: #CEFFC6;
}
.TagClassName
{
border-color: #CEFFC6;
}
</style>