Shades of Peppermint #CEE1C6
Tints of Peppermint #CEE1C6
RGB
CMYK
RGB Variations
Color information
#CEE1C6 (or 0xCEE1C6) is known color: Peppermint. HEX triplet: CE, E1 and C6. RGB value is (206,225,198). Sum of RGB (Red+Green+Blue) = 206+225+198=629 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.75% from 629); Green value is 225 (88.28% from 255 or 35.77% from 629); Blue value is 198 (77.73% from 255 or 31.48% from 629); Max value from RGB is 225 - color contains mainly: green. Hex color #CEE1C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEE1C6 is #311E39. Grayscale: #D8D8D8. Windows color (decimal): -3219002 or 13033934. OLE color: 13033934.
HSL color Cylindrical-coordinate representation of color #CEE1C6: hue angle of 102.22º degrees, saturation: 0.31, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CEE1C6 is Cyan = 0.08, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 206 | 225 | 198 | - |
| CMYK | 0.08 | 0 | 0.12 | 0.12 |
| HSL | 102.22º | 0.31% | 0.83% | - |
| HSV(B) | 102.22º | 0.12% | 0.88% | - |
| XYZ | 62.57 | 71.05 | 63.84 | - |
| YUV | 216.24 | 117.71 | 120.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 225 | 198 | 0.08 | 0 | 0.12 | 0.12 | 102.22 | 0.31 | 0.83 |
| Hex | CE | E1 | C6 | 8 | 0 | C | C | 66 | 1F | 53 |
| Octal | 316 | 341 | 306 | 10 | 0 | 14 | 14 | 146 | 37 | 123 |
| Binary | 11001110 | 11100001 | 11000110 | 1000 | 0 | 1100 | 1100 | 1100110 | 11111 | 1010011 |
Color Harmonies of #CEE1C6
Complementary color
Monochromatic Colors of #CEE1C6
Black with #CEE1C6
Text Example
Text Example
White with #CEE1C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE1C6; }
p { color: rgb(206,225,198); }
H1.HeaderClassName
{
color: #CEE1C6;
}
.AnyTagClassName
{
color: #CEE1C6;
}
</style>
background-color css
<style>
a { background-color: #CEE1C6; }
a { background-color: rgb(206,225,198); }
div.DivClassName
{
background-color: #CEE1C6;
}
.BgClassName
{
background-color: #CEE1C6;
}
</style>
border-color css
<style>
span { border-color: #CEE1C6; }
span { border-color: rgb(206,225,198); }
td.TdClassName
{
border-color: #CEE1C6;
}
.TagClassName
{
border-color: #CEE1C6;
}
</style>