Shades of Snowy Mint #C9EEC5
Tints of Snowy Mint #C9EEC5
RGB
CMYK
RGB Variations
Color information
#C9EEC5 (or 0xC9EEC5) is known color: Snowy Mint. HEX triplet: C9, EE and C5. RGB value is (201,238,197). Sum of RGB (Red+Green+Blue) = 201+238+197=636 (84% of max value = 765). Red value is 201 (78.91% from 255 or 31.60% from 636); Green value is 238 (93.36% from 255 or 37.42% from 636); Blue value is 197 (77.34% from 255 or 30.97% from 636); Max value from RGB is 238 - color contains mainly: green. Hex color #C9EEC5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C9EEC5 is #36113A. Grayscale: #DEDEDE. Windows color (decimal): -3543355 or 12971721. OLE color: 12971721.
HSL color Cylindrical-coordinate representation of color #C9EEC5: hue angle of 114.15º degrees, saturation: 0.55, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C9EEC5 is Cyan = 0.16, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
RGB | 201 | 238 | 197 | - |
CMYK | 0.16 | 0 | 0.17 | 0.07 |
HSL | 114.15º | 0.55% | 0.85% | - |
HSV(B) | 114.15º | 0.17% | 0.93% | - |
XYZ | 64.74 | 77.6 | 64.39 | - |
YUV | 222.26 | 113.74 | 112.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 238 | 197 | 0.16 | 0 | 0.17 | 0.07 | 114.15 | 0.55 | 0.85 |
Hex | C9 | EE | C5 | 10 | 0 | 11 | 7 | 72 | 37 | 55 |
Octal | 311 | 356 | 305 | 20 | 0 | 21 | 7 | 162 | 67 | 125 |
Binary | 11001001 | 11101110 | 11000101 | 10000 | 0 | 10001 | 111 | 1110010 | 110111 | 1010101 |
Color Harmonies of #C9EEC5
Complementary color
Monochromatic Colors of #C9EEC5
Black with #C9EEC5
Text Example
Text Example
White with #C9EEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9EEC5; }
p { color: rgb(201,238,197); }
H1.HeaderClassName
{
color: #C9EEC5;
}
.AnyTagClassName
{
color: #C9EEC5;
}
</style>
background-color css
<style>
a { background-color: #C9EEC5; }
a { background-color: rgb(201,238,197); }
div.DivClassName
{
background-color: #C9EEC5;
}
.BgClassName
{
background-color: #C9EEC5;
}
</style>
border-color css
<style>
span { border-color: #C9EEC5; }
span { border-color: rgb(201,238,197); }
td.TdClassName
{
border-color: #C9EEC5;
}
.TagClassName
{
border-color: #C9EEC5;
}
</style>