Shades of Peppermint #CCE2C6
Tints of Peppermint #CCE2C6
RGB
CMYK
RGB Variations
Color information
#CCE2C6 (or 0xCCE2C6) is known color: Peppermint. HEX triplet: CC, E2 and C6. RGB value is (204,226,198). Sum of RGB (Red+Green+Blue) = 204+226+198=628 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.48% from 628); Green value is 226 (88.67% from 255 or 35.99% from 628); Blue value is 198 (77.73% from 255 or 31.53% from 628); Max value from RGB is 226 - color contains mainly: green. Hex color #CCE2C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCE2C6 is #331D39. Grayscale: #D8D8D8. Windows color (decimal): -3349818 or 13034188. OLE color: 13034188.
HSL color Cylindrical-coordinate representation of color #CCE2C6: hue angle of 107.14º degrees, saturation: 0.33, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CCE2C6 is Cyan = 0.10, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 204 | 226 | 198 | - |
| CMYK | 0.10 | 0 | 0.12 | 0.11 |
| HSL | 107.14º | 0.33% | 0.83% | - |
| HSV(B) | 107.14º | 0.12% | 0.89% | - |
| XYZ | 62.29 | 71.31 | 63.91 | - |
| YUV | 216.23 | 117.71 | 119.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 226 | 198 | 0.10 | 0 | 0.12 | 0.11 | 107.14 | 0.33 | 0.83 |
| Hex | CC | E2 | C6 | A | 0 | C | B | 6B | 21 | 53 |
| Octal | 314 | 342 | 306 | 12 | 0 | 14 | 13 | 153 | 41 | 123 |
| Binary | 11001100 | 11100010 | 11000110 | 1010 | 0 | 1100 | 1011 | 1101011 | 100001 | 1010011 |
Color Harmonies of #CCE2C6
Complementary color
Monochromatic Colors of #CCE2C6
Black with #CCE2C6
Text Example
Text Example
White with #CCE2C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE2C6; }
p { color: rgb(204,226,198); }
H1.HeaderClassName
{
color: #CCE2C6;
}
.AnyTagClassName
{
color: #CCE2C6;
}
</style>
background-color css
<style>
a { background-color: #CCE2C6; }
a { background-color: rgb(204,226,198); }
div.DivClassName
{
background-color: #CCE2C6;
}
.BgClassName
{
background-color: #CCE2C6;
}
</style>
border-color css
<style>
span { border-color: #CCE2C6; }
span { border-color: rgb(204,226,198); }
td.TdClassName
{
border-color: #CCE2C6;
}
.TagClassName
{
border-color: #CCE2C6;
}
</style>