Shades of Peppermint #CEE0C5
Tints of Peppermint #CEE0C5
RGB
CMYK
RGB Variations
Color information
#CEE0C5 (or 0xCEE0C5) is known color: Peppermint. HEX triplet: CE, E0 and C5. RGB value is (206,224,197). Sum of RGB (Red+Green+Blue) = 206+224+197=627 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.85% from 627); Green value is 224 (87.89% from 255 or 35.73% from 627); Blue value is 197 (77.34% from 255 or 31.42% from 627); Max value from RGB is 224 - color contains mainly: green. Hex color #CEE0C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEE0C5 is #311F3A. Grayscale: #D7D7D7. Windows color (decimal): -3219259 or 12968142. OLE color: 12968142.
HSL color Cylindrical-coordinate representation of color #CEE0C5: hue angle of 100º degrees, saturation: 0.3, 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 #CEE0C5 is Cyan = 0.08, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 206 | 224 | 197 | - |
| CMYK | 0.08 | 0 | 0.12 | 0.12 |
| HSL | 100º | 0.3% | 0.83% | - |
| HSV(B) | 100º | 0.12% | 0.88% | - |
| XYZ | 62.19 | 70.46 | 63.15 | - |
| YUV | 215.54 | 117.54 | 121.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 224 | 197 | 0.08 | 0 | 0.12 | 0.12 | 100 | 0.3 | 0.83 |
| Hex | CE | E0 | C5 | 8 | 0 | C | C | 64 | 1E | 53 |
| Octal | 316 | 340 | 305 | 10 | 0 | 14 | 14 | 144 | 36 | 123 |
| Binary | 11001110 | 11100000 | 11000101 | 1000 | 0 | 1100 | 1100 | 1100100 | 11110 | 1010011 |
Color Harmonies of #CEE0C5
Complementary color
Monochromatic Colors of #CEE0C5
Black with #CEE0C5
Text Example
Text Example
White with #CEE0C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE0C5; }
p { color: rgb(206,224,197); }
H1.HeaderClassName
{
color: #CEE0C5;
}
.AnyTagClassName
{
color: #CEE0C5;
}
</style>
background-color css
<style>
a { background-color: #CEE0C5; }
a { background-color: rgb(206,224,197); }
div.DivClassName
{
background-color: #CEE0C5;
}
.BgClassName
{
background-color: #CEE0C5;
}
</style>
border-color css
<style>
span { border-color: #CEE0C5; }
span { border-color: rgb(206,224,197); }
td.TdClassName
{
border-color: #CEE0C5;
}
.TagClassName
{
border-color: #CEE0C5;
}
</style>