Shades of Peppermint #CDE3C8
Tints of Peppermint #CDE3C8
RGB
CMYK
RGB Variations
Color information
#CDE3C8 (or 0xCDE3C8) is known color: Peppermint. HEX triplet: CD, E3 and C8. RGB value is (205,227,200). Sum of RGB (Red+Green+Blue) = 205+227+200=632 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.44% from 632); Green value is 227 (89.06% from 255 or 35.92% from 632); Blue value is 200 (78.52% from 255 or 31.65% from 632); Max value from RGB is 227 - color contains mainly: green. Hex color #CDE3C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDE3C8 is #321C37. Grayscale: #D9D9D9. Windows color (decimal): -3284024 or 13165517. OLE color: 13165517.
HSL color Cylindrical-coordinate representation of color #CDE3C8: hue angle of 108.89º degrees, saturation: 0.33, 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 #CDE3C8 is Cyan = 0.10, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 205 | 227 | 200 | - |
| CMYK | 0.10 | 0 | 0.12 | 0.11 |
| HSL | 108.89º | 0.33% | 0.84% | - |
| HSV(B) | 108.89º | 0.12% | 0.89% | - |
| XYZ | 63.07 | 72.09 | 65.23 | - |
| YUV | 217.34 | 118.21 | 119.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 227 | 200 | 0.10 | 0 | 0.12 | 0.11 | 108.89 | 0.33 | 0.84 |
| Hex | CD | E3 | C8 | A | 0 | C | B | 6D | 21 | 54 |
| Octal | 315 | 343 | 310 | 12 | 0 | 14 | 13 | 155 | 41 | 124 |
| Binary | 11001101 | 11100011 | 11001000 | 1010 | 0 | 1100 | 1011 | 1101101 | 100001 | 1010100 |
Color Harmonies of #CDE3C8
Complementary color
Monochromatic Colors of #CDE3C8
Black with #CDE3C8
Text Example
Text Example
White with #CDE3C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE3C8; }
p { color: rgb(205,227,200); }
H1.HeaderClassName
{
color: #CDE3C8;
}
.AnyTagClassName
{
color: #CDE3C8;
}
</style>
background-color css
<style>
a { background-color: #CDE3C8; }
a { background-color: rgb(205,227,200); }
div.DivClassName
{
background-color: #CDE3C8;
}
.BgClassName
{
background-color: #CDE3C8;
}
</style>
border-color css
<style>
span { border-color: #CDE3C8; }
span { border-color: rgb(205,227,200); }
td.TdClassName
{
border-color: #CDE3C8;
}
.TagClassName
{
border-color: #CDE3C8;
}
</style>