Shades of Peppermint #CDE1C7
Tints of Peppermint #CDE1C7
RGB
CMYK
RGB Variations
Color information
#CDE1C7 (or 0xCDE1C7) is known color: Peppermint. HEX triplet: CD, E1 and C7. RGB value is (205,225,199). Sum of RGB (Red+Green+Blue) = 205+225+199=629 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.59% from 629); Green value is 225 (88.28% from 255 or 35.77% from 629); Blue value is 199 (78.12% from 255 or 31.64% from 629); Max value from RGB is 225 - color contains mainly: green. Hex color #CDE1C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDE1C7 is #321E38. Grayscale: #D8D8D8. Windows color (decimal): -3284537 or 13099469. OLE color: 13099469.
HSL color Cylindrical-coordinate representation of color #CDE1C7: hue angle of 106.15º degrees, saturation: 0.3, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CDE1C7 is Cyan = 0.09, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 205 | 225 | 199 | - |
| CMYK | 0.09 | 0 | 0.12 | 0.12 |
| HSL | 106.15º | 0.3% | 0.83% | - |
| HSV(B) | 106.15º | 0.12% | 0.88% | - |
| XYZ | 62.41 | 70.95 | 64.44 | - |
| YUV | 216.06 | 118.37 | 120.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 225 | 199 | 0.09 | 0 | 0.12 | 0.12 | 106.15 | 0.3 | 0.83 |
| Hex | CD | E1 | C7 | 9 | 0 | C | C | 6A | 1E | 53 |
| Octal | 315 | 341 | 307 | 11 | 0 | 14 | 14 | 152 | 36 | 123 |
| Binary | 11001101 | 11100001 | 11000111 | 1001 | 0 | 1100 | 1100 | 1101010 | 11110 | 1010011 |
Color Harmonies of #CDE1C7
Complementary color
Monochromatic Colors of #CDE1C7
Black with #CDE1C7
Text Example
Text Example
White with #CDE1C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE1C7; }
p { color: rgb(205,225,199); }
H1.HeaderClassName
{
color: #CDE1C7;
}
.AnyTagClassName
{
color: #CDE1C7;
}
</style>
background-color css
<style>
a { background-color: #CDE1C7; }
a { background-color: rgb(205,225,199); }
div.DivClassName
{
background-color: #CDE1C7;
}
.BgClassName
{
background-color: #CDE1C7;
}
</style>
border-color css
<style>
span { border-color: #CDE1C7; }
span { border-color: rgb(205,225,199); }
td.TdClassName
{
border-color: #CDE1C7;
}
.TagClassName
{
border-color: #CDE1C7;
}
</style>