Shades of Peppermint #CEE1CB
Tints of Peppermint #CEE1CB
RGB
CMYK
RGB Variations
Color information
#CEE1CB (or 0xCEE1CB) is known color: Peppermint. HEX triplet: CE, E1 and CB. RGB value is (206,225,203). Sum of RGB (Red+Green+Blue) = 206+225+203=634 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.49% from 634); Green value is 225 (88.28% from 255 or 35.49% from 634); Blue value is 203 (79.69% from 255 or 32.02% from 634); Max value from RGB is 225 - color contains mainly: green. Hex color #CEE1CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEE1CB is #311E34. Grayscale: #D8D8D8. Windows color (decimal): -3218997 or 13361614. OLE color: 13361614.
HSL color Cylindrical-coordinate representation of color #CEE1CB: hue angle of 111.82º degrees, saturation: 0.27, 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 #CEE1CB is Cyan = 0.08, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 206 | 225 | 203 | - |
| CMYK | 0.08 | 0 | 0.10 | 0.12 |
| HSL | 111.82º | 0.27% | 0.84% | - |
| HSV(B) | 111.82º | 0.1% | 0.88% | - |
| XYZ | 63.16 | 71.28 | 66.93 | - |
| YUV | 216.81 | 120.21 | 120.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 225 | 203 | 0.08 | 0 | 0.10 | 0.12 | 111.82 | 0.27 | 0.84 |
| Hex | CE | E1 | CB | 8 | 0 | A | C | 70 | 1B | 54 |
| Octal | 316 | 341 | 313 | 10 | 0 | 12 | 14 | 160 | 33 | 124 |
| Binary | 11001110 | 11100001 | 11001011 | 1000 | 0 | 1010 | 1100 | 1110000 | 11011 | 1010100 |
Color Harmonies of #CEE1CB
Complementary color
Monochromatic Colors of #CEE1CB
Black with #CEE1CB
Text Example
Text Example
White with #CEE1CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE1CB; }
p { color: rgb(206,225,203); }
H1.HeaderClassName
{
color: #CEE1CB;
}
.AnyTagClassName
{
color: #CEE1CB;
}
</style>
background-color css
<style>
a { background-color: #CEE1CB; }
a { background-color: rgb(206,225,203); }
div.DivClassName
{
background-color: #CEE1CB;
}
.BgClassName
{
background-color: #CEE1CB;
}
</style>
border-color css
<style>
span { border-color: #CEE1CB; }
span { border-color: rgb(206,225,203); }
td.TdClassName
{
border-color: #CEE1CB;
}
.TagClassName
{
border-color: #CEE1CB;
}
</style>