Shades of Peppermint #CEE1C5
Tints of Peppermint #CEE1C5
RGB
CMYK
RGB Variations
Color information
#CEE1C5 (or 0xCEE1C5) is known color: Peppermint. HEX triplet: CE, E1 and C5. RGB value is (206,225,197). Sum of RGB (Red+Green+Blue) = 206+225+197=628 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.80% from 628); Green value is 225 (88.28% from 255 or 35.83% from 628); Blue value is 197 (77.34% from 255 or 31.37% from 628); Max value from RGB is 225 - color contains mainly: green. Hex color #CEE1C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEE1C5 is #311E3A. Grayscale: #D8D8D8. Windows color (decimal): -3219003 or 12968398. OLE color: 12968398.
HSL color Cylindrical-coordinate representation of color #CEE1C5: hue angle of 100.71º degrees, saturation: 0.32, 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 #CEE1C5 is Cyan = 0.08, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 206 | 225 | 197 | - |
| CMYK | 0.08 | 0 | 0.12 | 0.12 |
| HSL | 100.71º | 0.32% | 0.83% | - |
| HSV(B) | 100.71º | 0.12% | 0.88% | - |
| XYZ | 62.46 | 71 | 63.24 | - |
| YUV | 216.13 | 117.21 | 120.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 225 | 197 | 0.08 | 0 | 0.12 | 0.12 | 100.71 | 0.32 | 0.83 |
| Hex | CE | E1 | C5 | 8 | 0 | C | C | 65 | 20 | 53 |
| Octal | 316 | 341 | 305 | 10 | 0 | 14 | 14 | 145 | 40 | 123 |
| Binary | 11001110 | 11100001 | 11000101 | 1000 | 0 | 1100 | 1100 | 1100101 | 100000 | 1010011 |
Color Harmonies of #CEE1C5
Complementary color
Monochromatic Colors of #CEE1C5
Black with #CEE1C5
Text Example
Text Example
White with #CEE1C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE1C5; }
p { color: rgb(206,225,197); }
H1.HeaderClassName
{
color: #CEE1C5;
}
.AnyTagClassName
{
color: #CEE1C5;
}
</style>
background-color css
<style>
a { background-color: #CEE1C5; }
a { background-color: rgb(206,225,197); }
div.DivClassName
{
background-color: #CEE1C5;
}
.BgClassName
{
background-color: #CEE1C5;
}
</style>
border-color css
<style>
span { border-color: #CEE1C5; }
span { border-color: rgb(206,225,197); }
td.TdClassName
{
border-color: #CEE1C5;
}
.TagClassName
{
border-color: #CEE1C5;
}
</style>