Shades of Snowy Mint #CCE8C7
Tints of Snowy Mint #CCE8C7
RGB
CMYK
RGB Variations
Color information
#CCE8C7 (or 0xCCE8C7) is known color: Snowy Mint. HEX triplet: CC, E8 and C7. RGB value is (204,232,199). Sum of RGB (Red+Green+Blue) = 204+232+199=635 (84% of max value = 765). Red value is 204 (80.08% from 255 or 32.13% from 635); Green value is 232 (91.02% from 255 or 36.54% from 635); Blue value is 199 (78.12% from 255 or 31.34% from 635); Max value from RGB is 232 - color contains mainly: green. Hex color #CCE8C7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCE8C7 is #331738. Grayscale: #DBDBDB. Windows color (decimal): -3348281 or 13101260. OLE color: 13101260.
HSL color Cylindrical-coordinate representation of color #CCE8C7: hue angle of 110.91º degrees, saturation: 0.42, 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 #CCE8C7 is Cyan = 0.12, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 232 | 199 | - |
| CMYK | 0.12 | 0 | 0.14 | 0.09 |
| HSL | 110.91º | 0.42% | 0.85% | - |
| HSV(B) | 110.91º | 0.14% | 0.91% | - |
| XYZ | 64.07 | 74.67 | 65.07 | - |
| YUV | 219.87 | 116.22 | 116.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 232 | 199 | 0.12 | 0 | 0.14 | 0.09 | 110.91 | 0.42 | 0.85 |
| Hex | CC | E8 | C7 | C | 0 | E | 9 | 6F | 2A | 55 |
| Octal | 314 | 350 | 307 | 14 | 0 | 16 | 11 | 157 | 52 | 125 |
| Binary | 11001100 | 11101000 | 11000111 | 1100 | 0 | 1110 | 1001 | 1101111 | 101010 | 1010101 |
Color Harmonies of #CCE8C7
Complementary color
Monochromatic Colors of #CCE8C7
Black with #CCE8C7
Text Example
Text Example
White with #CCE8C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE8C7; }
p { color: rgb(204,232,199); }
H1.HeaderClassName
{
color: #CCE8C7;
}
.AnyTagClassName
{
color: #CCE8C7;
}
</style>
background-color css
<style>
a { background-color: #CCE8C7; }
a { background-color: rgb(204,232,199); }
div.DivClassName
{
background-color: #CCE8C7;
}
.BgClassName
{
background-color: #CCE8C7;
}
</style>
border-color css
<style>
span { border-color: #CCE8C7; }
span { border-color: rgb(204,232,199); }
td.TdClassName
{
border-color: #CCE8C7;
}
.TagClassName
{
border-color: #CCE8C7;
}
</style>