Shades of Peppermint #CDE0CB
Tints of Peppermint #CDE0CB
RGB
CMYK
RGB Variations
Color information
#CDE0CB (or 0xCDE0CB) is known color: Peppermint. HEX triplet: CD, E0 and CB. RGB value is (205,224,203). Sum of RGB (Red+Green+Blue) = 205+224+203=632 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.44% from 632); Green value is 224 (87.89% from 255 or 35.44% from 632); Blue value is 203 (79.69% from 255 or 32.12% from 632); Max value from RGB is 224 - color contains mainly: green. Hex color #CDE0CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDE0CB is #321F34. Grayscale: #D7D7D7. Windows color (decimal): -3284789 or 13361357. OLE color: 13361357.
HSL color Cylindrical-coordinate representation of color #CDE0CB: hue angle of 114.29º degrees, saturation: 0.25, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CDE0CB is Cyan = 0.08, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 205 | 224 | 203 | - |
| CMYK | 0.08 | 0 | 0.09 | 0.12 |
| HSL | 114.29º | 0.25% | 0.84% | - |
| HSV(B) | 114.29º | 0.09% | 0.88% | - |
| XYZ | 62.61 | 70.6 | 66.83 | - |
| YUV | 215.93 | 120.71 | 120.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 224 | 203 | 0.08 | 0 | 0.09 | 0.12 | 114.29 | 0.25 | 0.84 |
| Hex | CD | E0 | CB | 8 | 0 | 9 | C | 72 | 19 | 54 |
| Octal | 315 | 340 | 313 | 10 | 0 | 11 | 14 | 162 | 31 | 124 |
| Binary | 11001101 | 11100000 | 11001011 | 1000 | 0 | 1001 | 1100 | 1110010 | 11001 | 1010100 |
Color Harmonies of #CDE0CB
Complementary color
Monochromatic Colors of #CDE0CB
Black with #CDE0CB
Text Example
Text Example
White with #CDE0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE0CB; }
p { color: rgb(205,224,203); }
H1.HeaderClassName
{
color: #CDE0CB;
}
.AnyTagClassName
{
color: #CDE0CB;
}
</style>
background-color css
<style>
a { background-color: #CDE0CB; }
a { background-color: rgb(205,224,203); }
div.DivClassName
{
background-color: #CDE0CB;
}
.BgClassName
{
background-color: #CDE0CB;
}
</style>
border-color css
<style>
span { border-color: #CDE0CB; }
span { border-color: rgb(205,224,203); }
td.TdClassName
{
border-color: #CDE0CB;
}
.TagClassName
{
border-color: #CDE0CB;
}
</style>