Shades of Peppermint #CDE4C8
Tints of Peppermint #CDE4C8
RGB
CMYK
RGB Variations
Color information
#CDE4C8 (or 0xCDE4C8) is known color: Peppermint. HEX triplet: CD, E4 and C8. RGB value is (205,228,200). Sum of RGB (Red+Green+Blue) = 205+228+200=633 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.39% from 633); Green value is 228 (89.45% from 255 or 36.02% from 633); Blue value is 200 (78.52% from 255 or 31.60% from 633); Max value from RGB is 228 - color contains mainly: green. Hex color #CDE4C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDE4C8 is #321B37. Grayscale: #DADADA. Windows color (decimal): -3283768 or 13165773. OLE color: 13165773.
HSL color Cylindrical-coordinate representation of color #CDE4C8: hue angle of 109.29º degrees, saturation: 0.34, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CDE4C8 is Cyan = 0.10, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 205 | 228 | 200 | - |
| CMYK | 0.10 | 0 | 0.12 | 0.11 |
| HSL | 109.29º | 0.34% | 0.84% | - |
| HSV(B) | 109.29º | 0.12% | 0.89% | - |
| XYZ | 63.35 | 72.64 | 65.33 | - |
| YUV | 217.93 | 117.88 | 118.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 228 | 200 | 0.10 | 0 | 0.12 | 0.11 | 109.29 | 0.34 | 0.84 |
| Hex | CD | E4 | C8 | A | 0 | C | B | 6D | 22 | 54 |
| Octal | 315 | 344 | 310 | 12 | 0 | 14 | 13 | 155 | 42 | 124 |
| Binary | 11001101 | 11100100 | 11001000 | 1010 | 0 | 1100 | 1011 | 1101101 | 100010 | 1010100 |
Color Harmonies of #CDE4C8
Complementary color
Monochromatic Colors of #CDE4C8
Black with #CDE4C8
Text Example
Text Example
White with #CDE4C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE4C8; }
p { color: rgb(205,228,200); }
H1.HeaderClassName
{
color: #CDE4C8;
}
.AnyTagClassName
{
color: #CDE4C8;
}
</style>
background-color css
<style>
a { background-color: #CDE4C8; }
a { background-color: rgb(205,228,200); }
div.DivClassName
{
background-color: #CDE4C8;
}
.BgClassName
{
background-color: #CDE4C8;
}
</style>
border-color css
<style>
span { border-color: #CDE4C8; }
span { border-color: rgb(205,228,200); }
td.TdClassName
{
border-color: #CDE4C8;
}
.TagClassName
{
border-color: #CDE4C8;
}
</style>