Shades of Peppermint #CEDECA
Tints of Peppermint #CEDECA
RGB
CMYK
RGB Variations
Color information
#CEDECA (or 0xCEDECA) is known color: Peppermint. HEX triplet: CE, DE and CA. RGB value is (206,222,202). Sum of RGB (Red+Green+Blue) = 206+222+202=630 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.70% from 630); Green value is 222 (87.11% from 255 or 35.24% from 630); Blue value is 202 (79.30% from 255 or 32.06% from 630); Max value from RGB is 222 - color contains mainly: green. Hex color #CEDECA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDECA is #312135. Grayscale: #D6D6D6. Windows color (decimal): -3219766 or 13295310. OLE color: 13295310.
HSL color Cylindrical-coordinate representation of color #CEDECA: hue angle of 108º degrees, saturation: 0.23, 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 #CEDECA is Cyan = 0.07, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 222 | 202 | - |
| CMYK | 0.07 | 0 | 0.09 | 0.13 |
| HSL | 108º | 0.23% | 0.83% | - |
| HSV(B) | 108º | 0.09% | 0.87% | - |
| XYZ | 62.24 | 69.63 | 66.04 | - |
| YUV | 214.94 | 120.7 | 121.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 222 | 202 | 0.07 | 0 | 0.09 | 0.13 | 108 | 0.23 | 0.83 |
| Hex | CE | DE | CA | 7 | 0 | 9 | D | 6C | 17 | 53 |
| Octal | 316 | 336 | 312 | 7 | 0 | 11 | 15 | 154 | 27 | 123 |
| Binary | 11001110 | 11011110 | 11001010 | 111 | 0 | 1001 | 1101 | 1101100 | 10111 | 1010011 |
Color Harmonies of #CEDECA
Complementary color
Monochromatic Colors of #CEDECA
Black with #CEDECA
Text Example
Text Example
White with #CEDECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDECA; }
p { color: rgb(206,222,202); }
H1.HeaderClassName
{
color: #CEDECA;
}
.AnyTagClassName
{
color: #CEDECA;
}
</style>
background-color css
<style>
a { background-color: #CEDECA; }
a { background-color: rgb(206,222,202); }
div.DivClassName
{
background-color: #CEDECA;
}
.BgClassName
{
background-color: #CEDECA;
}
</style>
border-color css
<style>
span { border-color: #CEDECA; }
span { border-color: rgb(206,222,202); }
td.TdClassName
{
border-color: #CEDECA;
}
.TagClassName
{
border-color: #CEDECA;
}
</style>