Shades of Snowy Mint #CCE8C8
Tints of Snowy Mint #CCE8C8
RGB
CMYK
RGB Variations
Color information
#CCE8C8 (or 0xCCE8C8) is known color: Snowy Mint. HEX triplet: CC, E8 and C8. RGB value is (204,232,200). Sum of RGB (Red+Green+Blue) = 204+232+200=636 (84% of max value = 765). Red value is 204 (80.08% from 255 or 32.08% from 636); Green value is 232 (91.02% from 255 or 36.48% from 636); Blue value is 200 (78.52% from 255 or 31.45% from 636); Max value from RGB is 232 - color contains mainly: green. Hex color #CCE8C8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCE8C8 is #331737. Grayscale: #DCDCDC. Windows color (decimal): -3348280 or 13166796. OLE color: 13166796.
HSL color Cylindrical-coordinate representation of color #CCE8C8: hue angle of 112.5º degrees, saturation: 0.41, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CCE8C8 is Cyan = 0.12, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 232 | 200 | - |
| CMYK | 0.12 | 0 | 0.14 | 0.09 |
| HSL | 112.5º | 0.41% | 0.85% | - |
| HSV(B) | 112.5º | 0.14% | 0.91% | - |
| XYZ | 64.18 | 74.72 | 65.68 | - |
| YUV | 219.98 | 116.72 | 116.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 232 | 200 | 0.12 | 0 | 0.14 | 0.09 | 112.5 | 0.41 | 0.85 |
| Hex | CC | E8 | C8 | C | 0 | E | 9 | 70 | 29 | 55 |
| Octal | 314 | 350 | 310 | 14 | 0 | 16 | 11 | 160 | 51 | 125 |
| Binary | 11001100 | 11101000 | 11001000 | 1100 | 0 | 1110 | 1001 | 1110000 | 101001 | 1010101 |
Color Harmonies of #CCE8C8
Complementary color
Monochromatic Colors of #CCE8C8
Black with #CCE8C8
Text Example
Text Example
White with #CCE8C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE8C8; }
p { color: rgb(204,232,200); }
H1.HeaderClassName
{
color: #CCE8C8;
}
.AnyTagClassName
{
color: #CCE8C8;
}
</style>
background-color css
<style>
a { background-color: #CCE8C8; }
a { background-color: rgb(204,232,200); }
div.DivClassName
{
background-color: #CCE8C8;
}
.BgClassName
{
background-color: #CCE8C8;
}
</style>
border-color css
<style>
span { border-color: #CCE8C8; }
span { border-color: rgb(204,232,200); }
td.TdClassName
{
border-color: #CCE8C8;
}
.TagClassName
{
border-color: #CCE8C8;
}
</style>