Shades of Peppermint #CEDEC8
Tints of Peppermint #CEDEC8
RGB
CMYK
RGB Variations
Color information
#CEDEC8 (or 0xCEDEC8) is known color: Peppermint. HEX triplet: CE, DE and C8. RGB value is (206,222,200). Sum of RGB (Red+Green+Blue) = 206+222+200=628 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.80% from 628); Green value is 222 (87.11% from 255 or 35.35% from 628); Blue value is 200 (78.52% from 255 or 31.85% from 628); Max value from RGB is 222 - color contains mainly: green. Hex color #CEDEC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDEC8 is #312137. Grayscale: #D6D6D6. Windows color (decimal): -3219768 or 13164238. OLE color: 13164238.
HSL color Cylindrical-coordinate representation of color #CEDEC8: hue angle of 103.64º degrees, saturation: 0.25, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CEDEC8 is Cyan = 0.07, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 222 | 200 | - |
| CMYK | 0.07 | 0 | 0.10 | 0.13 |
| HSL | 103.64º | 0.25% | 0.83% | - |
| HSV(B) | 103.64º | 0.1% | 0.87% | - |
| XYZ | 62 | 69.53 | 64.8 | - |
| YUV | 214.71 | 119.7 | 121.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 222 | 200 | 0.07 | 0 | 0.10 | 0.13 | 103.64 | 0.25 | 0.83 |
| Hex | CE | DE | C8 | 7 | 0 | A | D | 68 | 19 | 53 |
| Octal | 316 | 336 | 310 | 7 | 0 | 12 | 15 | 150 | 31 | 123 |
| Binary | 11001110 | 11011110 | 11001000 | 111 | 0 | 1010 | 1101 | 1101000 | 11001 | 1010011 |
Color Harmonies of #CEDEC8
Complementary color
Monochromatic Colors of #CEDEC8
Black with #CEDEC8
Text Example
Text Example
White with #CEDEC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDEC8; }
p { color: rgb(206,222,200); }
H1.HeaderClassName
{
color: #CEDEC8;
}
.AnyTagClassName
{
color: #CEDEC8;
}
</style>
background-color css
<style>
a { background-color: #CEDEC8; }
a { background-color: rgb(206,222,200); }
div.DivClassName
{
background-color: #CEDEC8;
}
.BgClassName
{
background-color: #CEDEC8;
}
</style>
border-color css
<style>
span { border-color: #CEDEC8; }
span { border-color: rgb(206,222,200); }
td.TdClassName
{
border-color: #CEDEC8;
}
.TagClassName
{
border-color: #CEDEC8;
}
</style>