Shades of Peppermint #CEE2CB
Tints of Peppermint #CEE2CB
RGB
CMYK
RGB Variations
Color information
#CEE2CB (or 0xCEE2CB) is known color: Peppermint. HEX triplet: CE, E2 and CB. RGB value is (206,226,203). Sum of RGB (Red+Green+Blue) = 206+226+203=635 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.44% from 635); Green value is 226 (88.67% from 255 or 35.59% from 635); Blue value is 203 (79.69% from 255 or 31.97% from 635); Max value from RGB is 226 - color contains mainly: green. Hex color #CEE2CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEE2CB is #311D34. Grayscale: #D9D9D9. Windows color (decimal): -3218741 or 13361870. OLE color: 13361870.
HSL color Cylindrical-coordinate representation of color #CEE2CB: hue angle of 112.17º degrees, saturation: 0.28, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CEE2CB is Cyan = 0.09, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 206 | 226 | 203 | - |
| CMYK | 0.09 | 0 | 0.10 | 0.11 |
| HSL | 112.17º | 0.28% | 0.84% | - |
| HSV(B) | 112.17º | 0.1% | 0.89% | - |
| XYZ | 63.43 | 71.83 | 67.02 | - |
| YUV | 217.4 | 119.87 | 119.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 226 | 203 | 0.09 | 0 | 0.10 | 0.11 | 112.17 | 0.28 | 0.84 |
| Hex | CE | E2 | CB | 9 | 0 | A | B | 70 | 1C | 54 |
| Octal | 316 | 342 | 313 | 11 | 0 | 12 | 13 | 160 | 34 | 124 |
| Binary | 11001110 | 11100010 | 11001011 | 1001 | 0 | 1010 | 1011 | 1110000 | 11100 | 1010100 |
Color Harmonies of #CEE2CB
Complementary color
Monochromatic Colors of #CEE2CB
Black with #CEE2CB
Text Example
Text Example
White with #CEE2CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE2CB; }
p { color: rgb(206,226,203); }
H1.HeaderClassName
{
color: #CEE2CB;
}
.AnyTagClassName
{
color: #CEE2CB;
}
</style>
background-color css
<style>
a { background-color: #CEE2CB; }
a { background-color: rgb(206,226,203); }
div.DivClassName
{
background-color: #CEE2CB;
}
.BgClassName
{
background-color: #CEE2CB;
}
</style>
border-color css
<style>
span { border-color: #CEE2CB; }
span { border-color: rgb(206,226,203); }
td.TdClassName
{
border-color: #CEE2CB;
}
.TagClassName
{
border-color: #CEE2CB;
}
</style>