Shades of Peppermint #CEE1CA
Tints of Peppermint #CEE1CA
RGB
CMYK
RGB Variations
Color information
#CEE1CA (or 0xCEE1CA) is known color: Peppermint. HEX triplet: CE, E1 and CA. RGB value is (206,225,202). Sum of RGB (Red+Green+Blue) = 206+225+202=633 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.54% from 633); Green value is 225 (88.28% from 255 or 35.55% from 633); Blue value is 202 (79.30% from 255 or 31.91% from 633); Max value from RGB is 225 - color contains mainly: green. Hex color #CEE1CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEE1CA is #311E35. Grayscale: #D8D8D8. Windows color (decimal): -3218998 or 13296078. OLE color: 13296078.
HSL color Cylindrical-coordinate representation of color #CEE1CA: hue angle of 109.57º degrees, saturation: 0.28, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CEE1CA is Cyan = 0.08, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 206 | 225 | 202 | - |
| CMYK | 0.08 | 0 | 0.10 | 0.12 |
| HSL | 109.57º | 0.28% | 0.84% | - |
| HSV(B) | 109.57º | 0.1% | 0.88% | - |
| XYZ | 63.04 | 71.24 | 66.3 | - |
| YUV | 216.7 | 119.71 | 120.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 225 | 202 | 0.08 | 0 | 0.10 | 0.12 | 109.57 | 0.28 | 0.84 |
| Hex | CE | E1 | CA | 8 | 0 | A | C | 6E | 1C | 54 |
| Octal | 316 | 341 | 312 | 10 | 0 | 12 | 14 | 156 | 34 | 124 |
| Binary | 11001110 | 11100001 | 11001010 | 1000 | 0 | 1010 | 1100 | 1101110 | 11100 | 1010100 |
Color Harmonies of #CEE1CA
Complementary color
Monochromatic Colors of #CEE1CA
Black with #CEE1CA
Text Example
Text Example
White with #CEE1CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE1CA; }
p { color: rgb(206,225,202); }
H1.HeaderClassName
{
color: #CEE1CA;
}
.AnyTagClassName
{
color: #CEE1CA;
}
</style>
background-color css
<style>
a { background-color: #CEE1CA; }
a { background-color: rgb(206,225,202); }
div.DivClassName
{
background-color: #CEE1CA;
}
.BgClassName
{
background-color: #CEE1CA;
}
</style>
border-color css
<style>
span { border-color: #CEE1CA; }
span { border-color: rgb(206,225,202); }
td.TdClassName
{
border-color: #CEE1CA;
}
.TagClassName
{
border-color: #CEE1CA;
}
</style>