Shades of Peppermint #CEDECB
Tints of Peppermint #CEDECB
RGB
CMYK
RGB Variations
Color information
#CEDECB (or 0xCEDECB) is known color: Peppermint. HEX triplet: CE, DE and CB. RGB value is (206,222,203). Sum of RGB (Red+Green+Blue) = 206+222+203=631 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.65% from 631); Green value is 222 (87.11% from 255 or 35.18% from 631); Blue value is 203 (79.69% from 255 or 32.17% from 631); Max value from RGB is 222 - color contains mainly: green. Hex color #CEDECB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDECB is #312134. Grayscale: #D7D7D7. Windows color (decimal): -3219765 or 13360846. OLE color: 13360846.
HSL color Cylindrical-coordinate representation of color #CEDECB: hue angle of 110.53º degrees, saturation: 0.22, 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 #CEDECB is Cyan = 0.07, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 222 | 203 | - |
| CMYK | 0.07 | 0 | 0.09 | 0.13 |
| HSL | 110.53º | 0.22% | 0.83% | - |
| HSV(B) | 110.53º | 0.09% | 0.87% | - |
| XYZ | 62.35 | 69.68 | 66.66 | - |
| YUV | 215.05 | 121.2 | 121.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 222 | 203 | 0.07 | 0 | 0.09 | 0.13 | 110.53 | 0.22 | 0.83 |
| Hex | CE | DE | CB | 7 | 0 | 9 | D | 6F | 16 | 53 |
| Octal | 316 | 336 | 313 | 7 | 0 | 11 | 15 | 157 | 26 | 123 |
| Binary | 11001110 | 11011110 | 11001011 | 111 | 0 | 1001 | 1101 | 1101111 | 10110 | 1010011 |
Color Harmonies of #CEDECB
Complementary color
Monochromatic Colors of #CEDECB
Black with #CEDECB
Text Example
Text Example
White with #CEDECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDECB; }
p { color: rgb(206,222,203); }
H1.HeaderClassName
{
color: #CEDECB;
}
.AnyTagClassName
{
color: #CEDECB;
}
</style>
background-color css
<style>
a { background-color: #CEDECB; }
a { background-color: rgb(206,222,203); }
div.DivClassName
{
background-color: #CEDECB;
}
.BgClassName
{
background-color: #CEDECB;
}
</style>
border-color css
<style>
span { border-color: #CEDECB; }
span { border-color: rgb(206,222,203); }
td.TdClassName
{
border-color: #CEDECB;
}
.TagClassName
{
border-color: #CEDECB;
}
</style>