Shades of Snowy Mint #C8ECC6
Tints of Snowy Mint #C8ECC6
RGB
CMYK
RGB Variations
Color information
#C8ECC6 (or 0xC8ECC6) is known color: Snowy Mint. HEX triplet: C8, EC and C6. RGB value is (200,236,198). Sum of RGB (Red+Green+Blue) = 200+236+198=634 (83% of max value = 765). Red value is 200 (78.52% from 255 or 31.55% from 634); Green value is 236 (92.58% from 255 or 37.22% from 634); Blue value is 198 (77.73% from 255 or 31.23% from 634); Max value from RGB is 236 - color contains mainly: green. Hex color #C8ECC6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8ECC6 is #371339. Grayscale: #DDDDDD. Windows color (decimal): -3609402 or 13036744. OLE color: 13036744.
HSL color Cylindrical-coordinate representation of color #C8ECC6: hue angle of 116.84º degrees, saturation: 0.5, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C8ECC6 is Cyan = 0.15, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
RGB | 200 | 236 | 198 | - |
CMYK | 0.15 | 0 | 0.16 | 0.07 |
HSL | 116.84º | 0.5% | 0.85% | - |
HSV(B) | 116.84º | 0.16% | 0.93% | - |
XYZ | 64.01 | 76.35 | 64.79 | - |
YUV | 220.9 | 115.07 | 113.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 236 | 198 | 0.15 | 0 | 0.16 | 0.07 | 116.84 | 0.5 | 0.85 |
Hex | C8 | EC | C6 | F | 0 | 10 | 7 | 75 | 32 | 55 |
Octal | 310 | 354 | 306 | 17 | 0 | 20 | 7 | 165 | 62 | 125 |
Binary | 11001000 | 11101100 | 11000110 | 1111 | 0 | 10000 | 111 | 1110101 | 110010 | 1010101 |
Color Harmonies of #C8ECC6
Complementary color
Monochromatic Colors of #C8ECC6
Black with #C8ECC6
Text Example
Text Example
White with #C8ECC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8ECC6; }
p { color: rgb(200,236,198); }
H1.HeaderClassName
{
color: #C8ECC6;
}
.AnyTagClassName
{
color: #C8ECC6;
}
</style>
background-color css
<style>
a { background-color: #C8ECC6; }
a { background-color: rgb(200,236,198); }
div.DivClassName
{
background-color: #C8ECC6;
}
.BgClassName
{
background-color: #C8ECC6;
}
</style>
border-color css
<style>
span { border-color: #C8ECC6; }
span { border-color: rgb(200,236,198); }
td.TdClassName
{
border-color: #C8ECC6;
}
.TagClassName
{
border-color: #C8ECC6;
}
</style>