Shades of Peppermint #CDE0C9
Tints of Peppermint #CDE0C9
RGB
CMYK
RGB Variations
Color information
#CDE0C9 (or 0xCDE0C9) is known color: Peppermint. HEX triplet: CD, E0 and C9. RGB value is (205,224,201). Sum of RGB (Red+Green+Blue) = 205+224+201=630 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.54% from 630); Green value is 224 (87.89% from 255 or 35.56% from 630); Blue value is 201 (78.91% from 255 or 31.90% from 630); Max value from RGB is 224 - color contains mainly: green. Hex color #CDE0C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDE0C9 is #321F36. Grayscale: #D7D7D7. Windows color (decimal): -3284791 or 13230285. OLE color: 13230285.
HSL color Cylindrical-coordinate representation of color #CDE0C9: hue angle of 109.57º degrees, saturation: 0.27, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CDE0C9 is Cyan = 0.08, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 205 | 224 | 201 | - |
| CMYK | 0.08 | 0 | 0.10 | 0.12 |
| HSL | 109.57º | 0.27% | 0.83% | - |
| HSV(B) | 109.57º | 0.1% | 0.88% | - |
| XYZ | 62.38 | 70.51 | 65.58 | - |
| YUV | 215.7 | 119.71 | 120.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 224 | 201 | 0.08 | 0 | 0.10 | 0.12 | 109.57 | 0.27 | 0.83 |
| Hex | CD | E0 | C9 | 8 | 0 | A | C | 6E | 1B | 53 |
| Octal | 315 | 340 | 311 | 10 | 0 | 12 | 14 | 156 | 33 | 123 |
| Binary | 11001101 | 11100000 | 11001001 | 1000 | 0 | 1010 | 1100 | 1101110 | 11011 | 1010011 |
Color Harmonies of #CDE0C9
Complementary color
Monochromatic Colors of #CDE0C9
Black with #CDE0C9
Text Example
Text Example
White with #CDE0C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE0C9; }
p { color: rgb(205,224,201); }
H1.HeaderClassName
{
color: #CDE0C9;
}
.AnyTagClassName
{
color: #CDE0C9;
}
</style>
background-color css
<style>
a { background-color: #CDE0C9; }
a { background-color: rgb(205,224,201); }
div.DivClassName
{
background-color: #CDE0C9;
}
.BgClassName
{
background-color: #CDE0C9;
}
</style>
border-color css
<style>
span { border-color: #CDE0C9; }
span { border-color: rgb(205,224,201); }
td.TdClassName
{
border-color: #CDE0C9;
}
.TagClassName
{
border-color: #CDE0C9;
}
</style>