Shades of Peppermint #CDDECA
Tints of Peppermint #CDDECA
RGB
CMYK
RGB Variations
Color information
#CDDECA (or 0xCDDECA) is known color: Peppermint. HEX triplet: CD, DE and CA. RGB value is (205,222,202). Sum of RGB (Red+Green+Blue) = 205+222+202=629 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.59% from 629); Green value is 222 (87.11% from 255 or 35.29% from 629); Blue value is 202 (79.30% from 255 or 32.11% from 629); Max value from RGB is 222 - color contains mainly: green. Hex color #CDDECA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDDECA is #322135. Grayscale: #D6D6D6. Windows color (decimal): -3285302 or 13295309. OLE color: 13295309.
HSL color Cylindrical-coordinate representation of color #CDDECA: hue angle of 111º degrees, saturation: 0.23, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CDDECA is Cyan = 0.08, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 222 | 202 | - |
| CMYK | 0.08 | 0 | 0.09 | 0.13 |
| HSL | 111º | 0.23% | 0.83% | - |
| HSV(B) | 111º | 0.09% | 0.87% | - |
| XYZ | 61.96 | 69.49 | 66.02 | - |
| YUV | 214.64 | 120.87 | 121.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 222 | 202 | 0.08 | 0 | 0.09 | 0.13 | 111 | 0.23 | 0.83 |
| Hex | CD | DE | CA | 8 | 0 | 9 | D | 6F | 17 | 53 |
| Octal | 315 | 336 | 312 | 10 | 0 | 11 | 15 | 157 | 27 | 123 |
| Binary | 11001101 | 11011110 | 11001010 | 1000 | 0 | 1001 | 1101 | 1101111 | 10111 | 1010011 |
Color Harmonies of #CDDECA
Complementary color
Monochromatic Colors of #CDDECA
Black with #CDDECA
Text Example
Text Example
White with #CDDECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDECA; }
p { color: rgb(205,222,202); }
H1.HeaderClassName
{
color: #CDDECA;
}
.AnyTagClassName
{
color: #CDDECA;
}
</style>
background-color css
<style>
a { background-color: #CDDECA; }
a { background-color: rgb(205,222,202); }
div.DivClassName
{
background-color: #CDDECA;
}
.BgClassName
{
background-color: #CDDECA;
}
</style>
border-color css
<style>
span { border-color: #CDDECA; }
span { border-color: rgb(205,222,202); }
td.TdClassName
{
border-color: #CDDECA;
}
.TagClassName
{
border-color: #CDDECA;
}
</style>