Shades of Peppermint #CCE4C6
Tints of Peppermint #CCE4C6
RGB
CMYK
RGB Variations
Color information
#CCE4C6 (or 0xCCE4C6) is known color: Peppermint. HEX triplet: CC, E4 and C6. RGB value is (204,228,198). Sum of RGB (Red+Green+Blue) = 204+228+198=630 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.38% from 630); Green value is 228 (89.45% from 255 or 36.19% from 630); Blue value is 198 (77.73% from 255 or 31.43% from 630); Max value from RGB is 228 - color contains mainly: green. Hex color #CCE4C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCE4C6 is #331B39. Grayscale: #D9D9D9. Windows color (decimal): -3349306 or 13034700. OLE color: 13034700.
HSL color Cylindrical-coordinate representation of color #CCE4C6: hue angle of 108º degrees, saturation: 0.36, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CCE4C6 is Cyan = 0.11, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 204 | 228 | 198 | - |
| CMYK | 0.11 | 0 | 0.13 | 0.11 |
| HSL | 108º | 0.36% | 0.84% | - |
| HSV(B) | 108º | 0.13% | 0.89% | - |
| XYZ | 62.84 | 72.4 | 64.09 | - |
| YUV | 217.4 | 117.05 | 118.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 228 | 198 | 0.11 | 0 | 0.13 | 0.11 | 108 | 0.36 | 0.84 |
| Hex | CC | E4 | C6 | B | 0 | D | B | 6C | 24 | 54 |
| Octal | 314 | 344 | 306 | 13 | 0 | 15 | 13 | 154 | 44 | 124 |
| Binary | 11001100 | 11100100 | 11000110 | 1011 | 0 | 1101 | 1011 | 1101100 | 100100 | 1010100 |
Color Harmonies of #CCE4C6
Complementary color
Monochromatic Colors of #CCE4C6
Black with #CCE4C6
Text Example
Text Example
White with #CCE4C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE4C6; }
p { color: rgb(204,228,198); }
H1.HeaderClassName
{
color: #CCE4C6;
}
.AnyTagClassName
{
color: #CCE4C6;
}
</style>
background-color css
<style>
a { background-color: #CCE4C6; }
a { background-color: rgb(204,228,198); }
div.DivClassName
{
background-color: #CCE4C6;
}
.BgClassName
{
background-color: #CCE4C6;
}
</style>
border-color css
<style>
span { border-color: #CCE4C6; }
span { border-color: rgb(204,228,198); }
td.TdClassName
{
border-color: #CCE4C6;
}
.TagClassName
{
border-color: #CCE4C6;
}
</style>