Shades of Snowy Mint #CCE8C6
Tints of Snowy Mint #CCE8C6
RGB
CMYK
RGB Variations
Color information
#CCE8C6 (or 0xCCE8C6) is known color: Snowy Mint. HEX triplet: CC, E8 and C6. RGB value is (204,232,198). Sum of RGB (Red+Green+Blue) = 204+232+198=634 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.18% from 634); Green value is 232 (91.02% from 255 or 36.59% from 634); Blue value is 198 (77.73% from 255 or 31.23% from 634); Max value from RGB is 232 - color contains mainly: green. Hex color #CCE8C6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCE8C6 is #331739. Grayscale: #DBDBDB. Windows color (decimal): -3348282 or 13035724. OLE color: 13035724.
HSL color Cylindrical-coordinate representation of color #CCE8C6: hue angle of 109.41º degrees, saturation: 0.43, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CCE8C6 is Cyan = 0.12, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 232 | 198 | - |
| CMYK | 0.12 | 0 | 0.15 | 0.09 |
| HSL | 109.41º | 0.43% | 0.84% | - |
| HSV(B) | 109.41º | 0.15% | 0.91% | - |
| XYZ | 63.95 | 74.63 | 64.46 | - |
| YUV | 219.75 | 115.72 | 116.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 232 | 198 | 0.12 | 0 | 0.15 | 0.09 | 109.41 | 0.43 | 0.84 |
| Hex | CC | E8 | C6 | C | 0 | F | 9 | 6D | 2A | 54 |
| Octal | 314 | 350 | 306 | 14 | 0 | 17 | 11 | 155 | 52 | 124 |
| Binary | 11001100 | 11101000 | 11000110 | 1100 | 0 | 1111 | 1001 | 1101101 | 101010 | 1010100 |
Color Harmonies of #CCE8C6
Complementary color
Monochromatic Colors of #CCE8C6
Black with #CCE8C6
Text Example
Text Example
White with #CCE8C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE8C6; }
p { color: rgb(204,232,198); }
H1.HeaderClassName
{
color: #CCE8C6;
}
.AnyTagClassName
{
color: #CCE8C6;
}
</style>
background-color css
<style>
a { background-color: #CCE8C6; }
a { background-color: rgb(204,232,198); }
div.DivClassName
{
background-color: #CCE8C6;
}
.BgClassName
{
background-color: #CCE8C6;
}
</style>
border-color css
<style>
span { border-color: #CCE8C6; }
span { border-color: rgb(204,232,198); }
td.TdClassName
{
border-color: #CCE8C6;
}
.TagClassName
{
border-color: #CCE8C6;
}
</style>