Shades of Peppermint #CEDCCA
Tints of Peppermint #CEDCCA
RGB
CMYK
RGB Variations
Color information
#CEDCCA (or 0xCEDCCA) is known color: Peppermint. HEX triplet: CE, DC and CA. RGB value is (206,220,202). Sum of RGB (Red+Green+Blue) = 206+220+202=628 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.80% from 628); Green value is 220 (86.33% from 255 or 35.03% from 628); Blue value is 202 (79.30% from 255 or 32.17% from 628); Max value from RGB is 220 - color contains mainly: green. Hex color #CEDCCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDCCA is #312335. Grayscale: #D5D5D5. Windows color (decimal): -3220278 or 13294798. OLE color: 13294798.
HSL color Cylindrical-coordinate representation of color #CEDCCA: hue angle of 106.67º 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 #CEDCCA is Cyan = 0.06, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 220 | 202 | - |
| CMYK | 0.06 | 0 | 0.08 | 0.14 |
| HSL | 106.67º | 0.2% | 0.83% | - |
| HSV(B) | 106.67º | 0.08% | 0.86% | - |
| XYZ | 61.71 | 68.57 | 65.86 | - |
| YUV | 213.76 | 121.36 | 122.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 220 | 202 | 0.06 | 0 | 0.08 | 0.14 | 106.67 | 0.2 | 0.83 |
| Hex | CE | DC | CA | 6 | 0 | 8 | E | 6B | 14 | 53 |
| Octal | 316 | 334 | 312 | 6 | 0 | 10 | 16 | 153 | 24 | 123 |
| Binary | 11001110 | 11011100 | 11001010 | 110 | 0 | 1000 | 1110 | 1101011 | 10100 | 1010011 |
Color Harmonies of #CEDCCA
Complementary color
Monochromatic Colors of #CEDCCA
Black with #CEDCCA
Text Example
Text Example
White with #CEDCCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDCCA; }
p { color: rgb(206,220,202); }
H1.HeaderClassName
{
color: #CEDCCA;
}
.AnyTagClassName
{
color: #CEDCCA;
}
</style>
background-color css
<style>
a { background-color: #CEDCCA; }
a { background-color: rgb(206,220,202); }
div.DivClassName
{
background-color: #CEDCCA;
}
.BgClassName
{
background-color: #CEDCCA;
}
</style>
border-color css
<style>
span { border-color: #CEDCCA; }
span { border-color: rgb(206,220,202); }
td.TdClassName
{
border-color: #CEDCCA;
}
.TagClassName
{
border-color: #CEDCCA;
}
</style>