Shades of Snowy Mint #C9EAC6
Tints of Snowy Mint #C9EAC6
RGB
CMYK
RGB Variations
Color information
#C9EAC6 (or 0xC9EAC6) is known color: Snowy Mint. HEX triplet: C9, EA and C6. RGB value is (201,234,198). Sum of RGB (Red+Green+Blue) = 201+234+198=633 (83% of max value = 765). Red value is 201 (78.91% from 255 or 31.75% from 633); Green value is 234 (91.80% from 255 or 36.97% from 633); Blue value is 198 (77.73% from 255 or 31.28% from 633); Max value from RGB is 234 - color contains mainly: green. Hex color #C9EAC6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C9EAC6 is #361539. Grayscale: #DCDCDC. Windows color (decimal): -3544378 or 13036233. OLE color: 13036233.
HSL color Cylindrical-coordinate representation of color #C9EAC6: hue angle of 115º degrees, saturation: 0.46, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C9EAC6 is Cyan = 0.14, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 201 | 234 | 198 | - |
| CMYK | 0.14 | 0 | 0.15 | 0.08 |
| HSL | 115º | 0.46% | 0.85% | - |
| HSV(B) | 115º | 0.15% | 0.92% | - |
| XYZ | 63.7 | 75.34 | 64.61 | - |
| YUV | 220.03 | 115.57 | 114.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 234 | 198 | 0.14 | 0 | 0.15 | 0.08 | 115 | 0.46 | 0.85 |
| Hex | C9 | EA | C6 | E | 0 | F | 8 | 73 | 2E | 55 |
| Octal | 311 | 352 | 306 | 16 | 0 | 17 | 10 | 163 | 56 | 125 |
| Binary | 11001001 | 11101010 | 11000110 | 1110 | 0 | 1111 | 1000 | 1110011 | 101110 | 1010101 |
Color Harmonies of #C9EAC6
Complementary color
Monochromatic Colors of #C9EAC6
Black with #C9EAC6
Text Example
Text Example
White with #C9EAC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9EAC6; }
p { color: rgb(201,234,198); }
H1.HeaderClassName
{
color: #C9EAC6;
}
.AnyTagClassName
{
color: #C9EAC6;
}
</style>
background-color css
<style>
a { background-color: #C9EAC6; }
a { background-color: rgb(201,234,198); }
div.DivClassName
{
background-color: #C9EAC6;
}
.BgClassName
{
background-color: #C9EAC6;
}
</style>
border-color css
<style>
span { border-color: #C9EAC6; }
span { border-color: rgb(201,234,198); }
td.TdClassName
{
border-color: #C9EAC6;
}
.TagClassName
{
border-color: #C9EAC6;
}
</style>