Shades of Peppermint #D7EBCC
Tints of Peppermint #D7EBCC
RGB
CMYK
RGB Variations
Color information
#D7EBCC (or 0xD7EBCC) is known color: Peppermint. HEX triplet: D7, EB and CC. RGB value is (215,235,204). Sum of RGB (Red+Green+Blue) = 215+235+204=654 (86% of max value = 765). Red value is 215 (84.38% from 255 or 32.87% from 654); Green value is 235 (92.19% from 255 or 35.93% from 654); Blue value is 204 (80.08% from 255 or 31.19% from 654); Max value from RGB is 235 - color contains mainly: green. Hex color #D7EBCC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D7EBCC is #281433. Grayscale: #E1E1E1. Windows color (decimal): -2626612 or 13429719. OLE color: 13429719.
HSL color Cylindrical-coordinate representation of color #D7EBCC: hue angle of 98.71º degrees, saturation: 0.44, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D7EBCC is Cyan = 0.09, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 215 | 235 | 204 | - |
| CMYK | 0.09 | 0 | 0.13 | 0.08 |
| HSL | 98.71º | 0.44% | 0.86% | - |
| HSV(B) | 98.71º | 0.13% | 0.92% | - |
| XYZ | 68.63 | 78.22 | 68.61 | - |
| YUV | 225.49 | 115.87 | 120.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 235 | 204 | 0.09 | 0 | 0.13 | 0.08 | 98.71 | 0.44 | 0.86 |
| Hex | D7 | EB | CC | 9 | 0 | D | 8 | 63 | 2C | 56 |
| Octal | 327 | 353 | 314 | 11 | 0 | 15 | 10 | 143 | 54 | 126 |
| Binary | 11010111 | 11101011 | 11001100 | 1001 | 0 | 1101 | 1000 | 1100011 | 101100 | 1010110 |
Color Harmonies of #D7EBCC
Complementary color
Monochromatic Colors of #D7EBCC
Black with #D7EBCC
Text Example
Text Example
White with #D7EBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7EBCC; }
p { color: rgb(215,235,204); }
H1.HeaderClassName
{
color: #D7EBCC;
}
.AnyTagClassName
{
color: #D7EBCC;
}
</style>
background-color css
<style>
a { background-color: #D7EBCC; }
a { background-color: rgb(215,235,204); }
div.DivClassName
{
background-color: #D7EBCC;
}
.BgClassName
{
background-color: #D7EBCC;
}
</style>
border-color css
<style>
span { border-color: #D7EBCC; }
span { border-color: rgb(215,235,204); }
td.TdClassName
{
border-color: #D7EBCC;
}
.TagClassName
{
border-color: #D7EBCC;
}
</style>