Shades of Peppermint #CEE2C6
Tints of Peppermint #CEE2C6
RGB
CMYK
RGB Variations
Color information
#CEE2C6 (or 0xCEE2C6) is known color: Peppermint. HEX triplet: CE, E2 and C6. RGB value is (206,226,198). Sum of RGB (Red+Green+Blue) = 206+226+198=630 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.70% from 630); Green value is 226 (88.67% from 255 or 35.87% from 630); Blue value is 198 (77.73% from 255 or 31.43% from 630); Max value from RGB is 226 - color contains mainly: green. Hex color #CEE2C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEE2C6 is #311D39. Grayscale: #D8D8D8. Windows color (decimal): -3218746 or 13034190. OLE color: 13034190.
HSL color Cylindrical-coordinate representation of color #CEE2C6: hue angle of 102.86º 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 #CEE2C6 is Cyan = 0.09, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 206 | 226 | 198 | - |
| CMYK | 0.09 | 0 | 0.12 | 0.11 |
| HSL | 102.86º | 0.33% | 0.83% | - |
| HSV(B) | 102.86º | 0.12% | 0.89% | - |
| XYZ | 62.84 | 71.59 | 63.93 | - |
| YUV | 216.83 | 117.37 | 120.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 226 | 198 | 0.09 | 0 | 0.12 | 0.11 | 102.86 | 0.33 | 0.83 |
| Hex | CE | E2 | C6 | 9 | 0 | C | B | 67 | 21 | 53 |
| Octal | 316 | 342 | 306 | 11 | 0 | 14 | 13 | 147 | 41 | 123 |
| Binary | 11001110 | 11100010 | 11000110 | 1001 | 0 | 1100 | 1011 | 1100111 | 100001 | 1010011 |
Color Harmonies of #CEE2C6
Complementary color
Monochromatic Colors of #CEE2C6
Black with #CEE2C6
Text Example
Text Example
White with #CEE2C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE2C6; }
p { color: rgb(206,226,198); }
H1.HeaderClassName
{
color: #CEE2C6;
}
.AnyTagClassName
{
color: #CEE2C6;
}
</style>
background-color css
<style>
a { background-color: #CEE2C6; }
a { background-color: rgb(206,226,198); }
div.DivClassName
{
background-color: #CEE2C6;
}
.BgClassName
{
background-color: #CEE2C6;
}
</style>
border-color css
<style>
span { border-color: #CEE2C6; }
span { border-color: rgb(206,226,198); }
td.TdClassName
{
border-color: #CEE2C6;
}
.TagClassName
{
border-color: #CEE2C6;
}
</style>