Shades of Snowy Mint #C8ECC4
Tints of Snowy Mint #C8ECC4
RGB
CMYK
RGB Variations
Color information
#C8ECC4 (or 0xC8ECC4) is known color: Snowy Mint. HEX triplet: C8, EC and C4. RGB value is (200,236,196). Sum of RGB (Red+Green+Blue) = 200+236+196=632 (83% of max value = 765). Red value is 200 (78.52% from 255 or 31.65% from 632); Green value is 236 (92.58% from 255 or 37.34% from 632); Blue value is 196 (76.95% from 255 or 31.01% from 632); Max value from RGB is 236 - color contains mainly: green. Hex color #C8ECC4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8ECC4 is #37133B. Grayscale: #DCDCDC. Windows color (decimal): -3609404 or 12905672. OLE color: 12905672.
HSL color Cylindrical-coordinate representation of color #C8ECC4: hue angle of 114º degrees, saturation: 0.51, 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 #C8ECC4 is Cyan = 0.15, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 236 | 196 | - |
| CMYK | 0.15 | 0 | 0.17 | 0.07 |
| HSL | 114º | 0.51% | 0.85% | - |
| HSV(B) | 114º | 0.17% | 0.93% | - |
| XYZ | 63.78 | 76.26 | 63.58 | - |
| YUV | 220.68 | 114.07 | 113.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 236 | 196 | 0.15 | 0 | 0.17 | 0.07 | 114 | 0.51 | 0.85 |
| Hex | C8 | EC | C4 | F | 0 | 11 | 7 | 72 | 33 | 55 |
| Octal | 310 | 354 | 304 | 17 | 0 | 21 | 7 | 162 | 63 | 125 |
| Binary | 11001000 | 11101100 | 11000100 | 1111 | 0 | 10001 | 111 | 1110010 | 110011 | 1010101 |
Color Harmonies of #C8ECC4
Complementary color
Monochromatic Colors of #C8ECC4
Black with #C8ECC4
Text Example
Text Example
White with #C8ECC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8ECC4; }
p { color: rgb(200,236,196); }
H1.HeaderClassName
{
color: #C8ECC4;
}
.AnyTagClassName
{
color: #C8ECC4;
}
</style>
background-color css
<style>
a { background-color: #C8ECC4; }
a { background-color: rgb(200,236,196); }
div.DivClassName
{
background-color: #C8ECC4;
}
.BgClassName
{
background-color: #C8ECC4;
}
</style>
border-color css
<style>
span { border-color: #C8ECC4; }
span { border-color: rgb(200,236,196); }
td.TdClassName
{
border-color: #C8ECC4;
}
.TagClassName
{
border-color: #C8ECC4;
}
</style>