Shades of Snowy Mint #CCE7C6
Tints of Snowy Mint #CCE7C6
RGB
CMYK
RGB Variations
Color information
#CCE7C6 (or 0xCCE7C6) is known color: Snowy Mint. HEX triplet: CC, E7 and C6. RGB value is (204,231,198). Sum of RGB (Red+Green+Blue) = 204+231+198=633 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.23% from 633); Green value is 231 (90.62% from 255 or 36.49% from 633); Blue value is 198 (77.73% from 255 or 31.28% from 633); Max value from RGB is 231 - color contains mainly: green. Hex color #CCE7C6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCE7C6 is #331839. Grayscale: #DBDBDB. Windows color (decimal): -3348538 or 13035468. OLE color: 13035468.
HSL color Cylindrical-coordinate representation of color #CCE7C6: hue angle of 109.09º degrees, saturation: 0.41, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CCE7C6 is Cyan = 0.12, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 231 | 198 | - |
| CMYK | 0.12 | 0 | 0.14 | 0.09 |
| HSL | 109.09º | 0.41% | 0.84% | - |
| HSV(B) | 109.09º | 0.14% | 0.91% | - |
| XYZ | 63.67 | 74.07 | 64.37 | - |
| YUV | 219.17 | 116.05 | 117.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 231 | 198 | 0.12 | 0 | 0.14 | 0.09 | 109.09 | 0.41 | 0.84 |
| Hex | CC | E7 | C6 | C | 0 | E | 9 | 6D | 29 | 54 |
| Octal | 314 | 347 | 306 | 14 | 0 | 16 | 11 | 155 | 51 | 124 |
| Binary | 11001100 | 11100111 | 11000110 | 1100 | 0 | 1110 | 1001 | 1101101 | 101001 | 1010100 |
Color Harmonies of #CCE7C6
Complementary color
Monochromatic Colors of #CCE7C6
Black with #CCE7C6
Text Example
Text Example
White with #CCE7C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE7C6; }
p { color: rgb(204,231,198); }
H1.HeaderClassName
{
color: #CCE7C6;
}
.AnyTagClassName
{
color: #CCE7C6;
}
</style>
background-color css
<style>
a { background-color: #CCE7C6; }
a { background-color: rgb(204,231,198); }
div.DivClassName
{
background-color: #CCE7C6;
}
.BgClassName
{
background-color: #CCE7C6;
}
</style>
border-color css
<style>
span { border-color: #CCE7C6; }
span { border-color: rgb(204,231,198); }
td.TdClassName
{
border-color: #CCE7C6;
}
.TagClassName
{
border-color: #CCE7C6;
}
</style>