Shades of Peppermint #CEDCCB
Tints of Peppermint #CEDCCB
RGB
CMYK
RGB Variations
Color information
#CEDCCB (or 0xCEDCCB) is known color: Peppermint. HEX triplet: CE, DC and CB. RGB value is (206,220,203). Sum of RGB (Red+Green+Blue) = 206+220+203=629 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.75% from 629); Green value is 220 (86.33% from 255 or 34.98% from 629); Blue value is 203 (79.69% from 255 or 32.27% from 629); Max value from RGB is 220 - color contains mainly: green. Hex color #CEDCCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDCCB is #312334. Grayscale: #D5D5D5. Windows color (decimal): -3220277 or 13360334. OLE color: 13360334.
HSL color Cylindrical-coordinate representation of color #CEDCCB: hue angle of 109.41º degrees, saturation: 0.2, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CEDCCB is Cyan = 0.06, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 220 | 203 | - |
| CMYK | 0.06 | 0 | 0.08 | 0.14 |
| HSL | 109.41º | 0.2% | 0.83% | - |
| HSV(B) | 109.41º | 0.08% | 0.86% | - |
| XYZ | 61.83 | 68.62 | 66.49 | - |
| YUV | 213.88 | 121.86 | 122.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 220 | 203 | 0.06 | 0 | 0.08 | 0.14 | 109.41 | 0.2 | 0.83 |
| Hex | CE | DC | CB | 6 | 0 | 8 | E | 6D | 14 | 53 |
| Octal | 316 | 334 | 313 | 6 | 0 | 10 | 16 | 155 | 24 | 123 |
| Binary | 11001110 | 11011100 | 11001011 | 110 | 0 | 1000 | 1110 | 1101101 | 10100 | 1010011 |
Color Harmonies of #CEDCCB
Complementary color
Monochromatic Colors of #CEDCCB
Black with #CEDCCB
Text Example
Text Example
White with #CEDCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDCCB; }
p { color: rgb(206,220,203); }
H1.HeaderClassName
{
color: #CEDCCB;
}
.AnyTagClassName
{
color: #CEDCCB;
}
</style>
background-color css
<style>
a { background-color: #CEDCCB; }
a { background-color: rgb(206,220,203); }
div.DivClassName
{
background-color: #CEDCCB;
}
.BgClassName
{
background-color: #CEDCCB;
}
</style>
border-color css
<style>
span { border-color: #CEDCCB; }
span { border-color: rgb(206,220,203); }
td.TdClassName
{
border-color: #CEDCCB;
}
.TagClassName
{
border-color: #CEDCCB;
}
</style>