Shades of Snowy Mint #CCE4C8
Tints of Snowy Mint #CCE4C8
RGB
CMYK
RGB Variations
Color information
#CCE4C8 (or 0xCCE4C8) is known color: Snowy Mint. HEX triplet: CC, E4 and C8. RGB value is (204,228,200). Sum of RGB (Red+Green+Blue) = 204+228+200=632 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.28% from 632); Green value is 228 (89.45% from 255 or 36.08% from 632); Blue value is 200 (78.52% from 255 or 31.65% from 632); Max value from RGB is 228 - color contains mainly: green. Hex color #CCE4C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCE4C8 is #331B37. Grayscale: #D9D9D9. Windows color (decimal): -3349304 or 13165772. OLE color: 13165772.
HSL color Cylindrical-coordinate representation of color #CCE4C8: hue angle of 111.43º degrees, saturation: 0.34, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CCE4C8 is Cyan = 0.11, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 204 | 228 | 200 | - |
| CMYK | 0.11 | 0 | 0.12 | 0.11 |
| HSL | 111.43º | 0.34% | 0.84% | - |
| HSV(B) | 111.43º | 0.12% | 0.89% | - |
| XYZ | 63.07 | 72.49 | 65.31 | - |
| YUV | 217.63 | 118.05 | 118.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 228 | 200 | 0.11 | 0 | 0.12 | 0.11 | 111.43 | 0.34 | 0.84 |
| Hex | CC | E4 | C8 | B | 0 | C | B | 6F | 22 | 54 |
| Octal | 314 | 344 | 310 | 13 | 0 | 14 | 13 | 157 | 42 | 124 |
| Binary | 11001100 | 11100100 | 11001000 | 1011 | 0 | 1100 | 1011 | 1101111 | 100010 | 1010100 |
Color Harmonies of #CCE4C8
Complementary color
Monochromatic Colors of #CCE4C8
Black with #CCE4C8
Text Example
Text Example
White with #CCE4C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE4C8; }
p { color: rgb(204,228,200); }
H1.HeaderClassName
{
color: #CCE4C8;
}
.AnyTagClassName
{
color: #CCE4C8;
}
</style>
background-color css
<style>
a { background-color: #CCE4C8; }
a { background-color: rgb(204,228,200); }
div.DivClassName
{
background-color: #CCE4C8;
}
.BgClassName
{
background-color: #CCE4C8;
}
</style>
border-color css
<style>
span { border-color: #CCE4C8; }
span { border-color: rgb(204,228,200); }
td.TdClassName
{
border-color: #CCE4C8;
}
.TagClassName
{
border-color: #CCE4C8;
}
</style>