Shades of Snowy Mint #CCE9C8
Tints of Snowy Mint #CCE9C8
RGB
CMYK
RGB Variations
Color information
#CCE9C8 (or 0xCCE9C8) is known color: Snowy Mint. HEX triplet: CC, E9 and C8. RGB value is (204,233,200). Sum of RGB (Red+Green+Blue) = 204+233+200=637 (84% of max value = 765). Red value is 204 (80.08% from 255 or 32.03% from 637); Green value is 233 (91.41% from 255 or 36.58% from 637); Blue value is 200 (78.52% from 255 or 31.40% from 637); Max value from RGB is 233 - color contains mainly: green. Hex color #CCE9C8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCE9C8 is #331637. Grayscale: #DCDCDC. Windows color (decimal): -3348024 or 13167052. OLE color: 13167052.
HSL color Cylindrical-coordinate representation of color #CCE9C8: hue angle of 112.73º degrees, saturation: 0.43, 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 #CCE9C8 is Cyan = 0.12, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 233 | 200 | - |
| CMYK | 0.12 | 0 | 0.14 | 0.09 |
| HSL | 112.73º | 0.43% | 0.85% | - |
| HSV(B) | 112.73º | 0.14% | 0.91% | - |
| XYZ | 64.47 | 75.29 | 65.78 | - |
| YUV | 220.57 | 116.39 | 116.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 233 | 200 | 0.12 | 0 | 0.14 | 0.09 | 112.73 | 0.43 | 0.85 |
| Hex | CC | E9 | C8 | C | 0 | E | 9 | 71 | 2B | 55 |
| Octal | 314 | 351 | 310 | 14 | 0 | 16 | 11 | 161 | 53 | 125 |
| Binary | 11001100 | 11101001 | 11001000 | 1100 | 0 | 1110 | 1001 | 1110001 | 101011 | 1010101 |
Color Harmonies of #CCE9C8
Complementary color
Monochromatic Colors of #CCE9C8
Black with #CCE9C8
Text Example
Text Example
White with #CCE9C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE9C8; }
p { color: rgb(204,233,200); }
H1.HeaderClassName
{
color: #CCE9C8;
}
.AnyTagClassName
{
color: #CCE9C8;
}
</style>
background-color css
<style>
a { background-color: #CCE9C8; }
a { background-color: rgb(204,233,200); }
div.DivClassName
{
background-color: #CCE9C8;
}
.BgClassName
{
background-color: #CCE9C8;
}
</style>
border-color css
<style>
span { border-color: #CCE9C8; }
span { border-color: rgb(204,233,200); }
td.TdClassName
{
border-color: #CCE9C8;
}
.TagClassName
{
border-color: #CCE9C8;
}
</style>