Shades of Snowy Mint #C9EDC5
Tints of Snowy Mint #C9EDC5
RGB
CMYK
RGB Variations
Color information
#C9EDC5 (or 0xC9EDC5) is known color: Snowy Mint. HEX triplet: C9, ED and C5. RGB value is (201,237,197). Sum of RGB (Red+Green+Blue) = 201+237+197=635 (84% of max value = 765). Red value is 201 (78.91% from 255 or 31.65% from 635); Green value is 237 (92.97% from 255 or 37.32% from 635); Blue value is 197 (77.34% from 255 or 31.02% from 635); Max value from RGB is 237 - color contains mainly: green. Hex color #C9EDC5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C9EDC5 is #36123A. Grayscale: #DDDDDD. Windows color (decimal): -3543611 or 12971465. OLE color: 12971465.
HSL color Cylindrical-coordinate representation of color #C9EDC5: hue angle of 114º degrees, saturation: 0.53, 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 #C9EDC5 is Cyan = 0.15, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
RGB | 201 | 237 | 197 | - |
CMYK | 0.15 | 0 | 0.17 | 0.07 |
HSL | 114º | 0.53% | 0.85% | - |
HSV(B) | 114º | 0.17% | 0.93% | - |
XYZ | 64.45 | 77.02 | 64.29 | - |
YUV | 221.68 | 114.07 | 113.25 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 237 | 197 | 0.15 | 0 | 0.17 | 0.07 | 114 | 0.53 | 0.85 |
Hex | C9 | ED | C5 | F | 0 | 11 | 7 | 72 | 35 | 55 |
Octal | 311 | 355 | 305 | 17 | 0 | 21 | 7 | 162 | 65 | 125 |
Binary | 11001001 | 11101101 | 11000101 | 1111 | 0 | 10001 | 111 | 1110010 | 110101 | 1010101 |
Color Harmonies of #C9EDC5
Complementary color
Monochromatic Colors of #C9EDC5
Black with #C9EDC5
Text Example
Text Example
White with #C9EDC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9EDC5; }
p { color: rgb(201,237,197); }
H1.HeaderClassName
{
color: #C9EDC5;
}
.AnyTagClassName
{
color: #C9EDC5;
}
</style>
background-color css
<style>
a { background-color: #C9EDC5; }
a { background-color: rgb(201,237,197); }
div.DivClassName
{
background-color: #C9EDC5;
}
.BgClassName
{
background-color: #C9EDC5;
}
</style>
border-color css
<style>
span { border-color: #C9EDC5; }
span { border-color: rgb(201,237,197); }
td.TdClassName
{
border-color: #C9EDC5;
}
.TagClassName
{
border-color: #C9EDC5;
}
</style>