Shades of Peppermint #CEE4C6
Tints of Peppermint #CEE4C6
RGB
CMYK
RGB Variations
Color information
#CEE4C6 (or 0xCEE4C6) is known color: Peppermint. HEX triplet: CE, E4 and C6. RGB value is (206,228,198). Sum of RGB (Red+Green+Blue) = 206+228+198=632 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.59% from 632); Green value is 228 (89.45% from 255 or 36.08% from 632); Blue value is 198 (77.73% from 255 or 31.33% from 632); Max value from RGB is 228 - color contains mainly: green. Hex color #CEE4C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEE4C6 is #311B39. Grayscale: #DADADA. Windows color (decimal): -3218234 or 13034702. OLE color: 13034702.
HSL color Cylindrical-coordinate representation of color #CEE4C6: hue angle of 104º degrees, saturation: 0.36, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CEE4C6 is Cyan = 0.10, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 206 | 228 | 198 | - |
| CMYK | 0.10 | 0 | 0.13 | 0.11 |
| HSL | 104º | 0.36% | 0.84% | - |
| HSV(B) | 104º | 0.13% | 0.89% | - |
| XYZ | 63.39 | 72.69 | 64.11 | - |
| YUV | 218 | 116.71 | 119.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 228 | 198 | 0.10 | 0 | 0.13 | 0.11 | 104 | 0.36 | 0.84 |
| Hex | CE | E4 | C6 | A | 0 | D | B | 68 | 24 | 54 |
| Octal | 316 | 344 | 306 | 12 | 0 | 15 | 13 | 150 | 44 | 124 |
| Binary | 11001110 | 11100100 | 11000110 | 1010 | 0 | 1101 | 1011 | 1101000 | 100100 | 1010100 |
Color Harmonies of #CEE4C6
Complementary color
Monochromatic Colors of #CEE4C6
Black with #CEE4C6
Text Example
Text Example
White with #CEE4C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE4C6; }
p { color: rgb(206,228,198); }
H1.HeaderClassName
{
color: #CEE4C6;
}
.AnyTagClassName
{
color: #CEE4C6;
}
</style>
background-color css
<style>
a { background-color: #CEE4C6; }
a { background-color: rgb(206,228,198); }
div.DivClassName
{
background-color: #CEE4C6;
}
.BgClassName
{
background-color: #CEE4C6;
}
</style>
border-color css
<style>
span { border-color: #CEE4C6; }
span { border-color: rgb(206,228,198); }
td.TdClassName
{
border-color: #CEE4C6;
}
.TagClassName
{
border-color: #CEE4C6;
}
</style>