Shades of Peppermint #CEDDCB
Tints of Peppermint #CEDDCB
RGB
CMYK
RGB Variations
Color information
#CEDDCB (or 0xCEDDCB) is known color: Peppermint. HEX triplet: CE, DD and CB. RGB value is (206,221,203). Sum of RGB (Red+Green+Blue) = 206+221+203=630 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.70% from 630); Green value is 221 (86.72% from 255 or 35.08% from 630); Blue value is 203 (79.69% from 255 or 32.22% from 630); Max value from RGB is 221 - color contains mainly: green. Hex color #CEDDCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDDCB is #312234. Grayscale: #D6D6D6. Windows color (decimal): -3220021 or 13360590. OLE color: 13360590.
HSL color Cylindrical-coordinate representation of color #CEDDCB: hue angle of 110º degrees, saturation: 0.21, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CEDDCB is Cyan = 0.07, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 221 | 203 | - |
| CMYK | 0.07 | 0 | 0.08 | 0.13 |
| HSL | 110º | 0.21% | 0.83% | - |
| HSV(B) | 110º | 0.08% | 0.87% | - |
| XYZ | 62.09 | 69.15 | 66.57 | - |
| YUV | 214.46 | 121.53 | 121.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 221 | 203 | 0.07 | 0 | 0.08 | 0.13 | 110 | 0.21 | 0.83 |
| Hex | CE | DD | CB | 7 | 0 | 8 | D | 6E | 15 | 53 |
| Octal | 316 | 335 | 313 | 7 | 0 | 10 | 15 | 156 | 25 | 123 |
| Binary | 11001110 | 11011101 | 11001011 | 111 | 0 | 1000 | 1101 | 1101110 | 10101 | 1010011 |
Color Harmonies of #CEDDCB
Complementary color
Monochromatic Colors of #CEDDCB
Black with #CEDDCB
Text Example
Text Example
White with #CEDDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDDCB; }
p { color: rgb(206,221,203); }
H1.HeaderClassName
{
color: #CEDDCB;
}
.AnyTagClassName
{
color: #CEDDCB;
}
</style>
background-color css
<style>
a { background-color: #CEDDCB; }
a { background-color: rgb(206,221,203); }
div.DivClassName
{
background-color: #CEDDCB;
}
.BgClassName
{
background-color: #CEDDCB;
}
</style>
border-color css
<style>
span { border-color: #CEDDCB; }
span { border-color: rgb(206,221,203); }
td.TdClassName
{
border-color: #CEDDCB;
}
.TagClassName
{
border-color: #CEDDCB;
}
</style>