Shades of Peppermint #CEDFC7
Tints of Peppermint #CEDFC7
RGB
CMYK
RGB Variations
Color information
#CEDFC7 (or 0xCEDFC7) is known color: Peppermint. HEX triplet: CE, DF and C7. RGB value is (206,223,199). Sum of RGB (Red+Green+Blue) = 206+223+199=628 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.80% from 628); Green value is 223 (87.5% from 255 or 35.51% from 628); Blue value is 199 (78.12% from 255 or 31.69% from 628); Max value from RGB is 223 - color contains mainly: green. Hex color #CEDFC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDFC7 is #312038. Grayscale: #D7D7D7. Windows color (decimal): -3219513 or 13098958. OLE color: 13098958.
HSL color Cylindrical-coordinate representation of color #CEDFC7: hue angle of 102.5º degrees, saturation: 0.27, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CEDFC7 is Cyan = 0.08, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 223 | 199 | - |
| CMYK | 0.08 | 0 | 0.11 | 0.13 |
| HSL | 102.5º | 0.27% | 0.83% | - |
| HSV(B) | 102.5º | 0.11% | 0.87% | - |
| XYZ | 62.15 | 70.02 | 64.27 | - |
| YUV | 215.18 | 118.87 | 121.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 223 | 199 | 0.08 | 0 | 0.11 | 0.13 | 102.5 | 0.27 | 0.83 |
| Hex | CE | DF | C7 | 8 | 0 | B | D | 66 | 1B | 53 |
| Octal | 316 | 337 | 307 | 10 | 0 | 13 | 15 | 146 | 33 | 123 |
| Binary | 11001110 | 11011111 | 11000111 | 1000 | 0 | 1011 | 1101 | 1100110 | 11011 | 1010011 |
Color Harmonies of #CEDFC7
Complementary color
Monochromatic Colors of #CEDFC7
Black with #CEDFC7
Text Example
Text Example
White with #CEDFC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDFC7; }
p { color: rgb(206,223,199); }
H1.HeaderClassName
{
color: #CEDFC7;
}
.AnyTagClassName
{
color: #CEDFC7;
}
</style>
background-color css
<style>
a { background-color: #CEDFC7; }
a { background-color: rgb(206,223,199); }
div.DivClassName
{
background-color: #CEDFC7;
}
.BgClassName
{
background-color: #CEDFC7;
}
</style>
border-color css
<style>
span { border-color: #CEDFC7; }
span { border-color: rgb(206,223,199); }
td.TdClassName
{
border-color: #CEDFC7;
}
.TagClassName
{
border-color: #CEDFC7;
}
</style>