Shades of Snowy Mint #CEFFC5
Tints of Snowy Mint #CEFFC5
RGB
CMYK
RGB Variations
Color information
#CEFFC5 (or 0xCEFFC5) is known color: Snowy Mint. HEX triplet: CE, FF and C5. RGB value is (206,255,197). Sum of RGB (Red+Green+Blue) = 206+255+197=658 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.31% from 658); Green value is 255 (100% from 255 or 38.75% from 658); Blue value is 197 (77.34% from 255 or 29.94% from 658); Max value from RGB is 255 - color contains mainly: green. Hex color #CEFFC5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEFFC5 is #31003A. Grayscale: #E9E9E9. Windows color (decimal): -3211323 or 12976078. OLE color: 12976078.
HSL color Cylindrical-coordinate representation of color #CEFFC5: hue angle of 110.69º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CEFFC5 is Cyan = 0.19, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 206 | 255 | 197 | - |
| CMYK | 0.19 | 0 | 0.23 | 0 |
| HSL | 110.69º | 1% | 0.89% | - |
| HSV(B) | 110.69º | 0.23% | 1% | - |
| XYZ | 71.29 | 88.67 | 66.18 | - |
| YUV | 233.74 | 107.27 | 108.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 255 | 197 | 0.19 | 0 | 0.23 | 0 | 110.69 | 1 | 0.89 |
| Hex | CE | FF | C5 | 13 | 0 | 17 | 0 | 6F | 64 | 59 |
| Octal | 316 | 377 | 305 | 23 | 0 | 27 | 0 | 157 | 144 | 131 |
| Binary | 11001110 | 11111111 | 11000101 | 10011 | 0 | 10111 | 0 | 1101111 | 1100100 | 1011001 |
Color Harmonies of #CEFFC5
Complementary color
Monochromatic Colors of #CEFFC5
Black with #CEFFC5
Text Example
Text Example
White with #CEFFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEFFC5; }
p { color: rgb(206,255,197); }
H1.HeaderClassName
{
color: #CEFFC5;
}
.AnyTagClassName
{
color: #CEFFC5;
}
</style>
background-color css
<style>
a { background-color: #CEFFC5; }
a { background-color: rgb(206,255,197); }
div.DivClassName
{
background-color: #CEFFC5;
}
.BgClassName
{
background-color: #CEFFC5;
}
</style>
border-color css
<style>
span { border-color: #CEFFC5; }
span { border-color: rgb(206,255,197); }
td.TdClassName
{
border-color: #CEFFC5;
}
.TagClassName
{
border-color: #CEFFC5;
}
</style>