Shades of Peppermint #D7EACE
Tints of Peppermint #D7EACE
RGB
CMYK
RGB Variations
Color information
#D7EACE (or 0xD7EACE) is known color: Peppermint. HEX triplet: D7, EA and CE. RGB value is (215,234,206). Sum of RGB (Red+Green+Blue) = 215+234+206=655 (86% of max value = 765). Red value is 215 (84.38% from 255 or 32.82% from 655); Green value is 234 (91.80% from 255 or 35.73% from 655); Blue value is 206 (80.86% from 255 or 31.45% from 655); Max value from RGB is 234 - color contains mainly: green. Hex color #D7EACE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D7EACE is #281531. Grayscale: #E1E1E1. Windows color (decimal): -2626866 or 13560535. OLE color: 13560535.
HSL color Cylindrical-coordinate representation of color #D7EACE: hue angle of 100.71º degrees, saturation: 0.4, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D7EACE is Cyan = 0.08, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 215 | 234 | 206 | - |
| CMYK | 0.08 | 0 | 0.12 | 0.08 |
| HSL | 100.71º | 0.4% | 0.86% | - |
| HSV(B) | 100.71º | 0.12% | 0.92% | - |
| XYZ | 68.59 | 77.75 | 69.78 | - |
| YUV | 225.13 | 117.21 | 120.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 234 | 206 | 0.08 | 0 | 0.12 | 0.08 | 100.71 | 0.4 | 0.86 |
| Hex | D7 | EA | CE | 8 | 0 | C | 8 | 65 | 28 | 56 |
| Octal | 327 | 352 | 316 | 10 | 0 | 14 | 10 | 145 | 50 | 126 |
| Binary | 11010111 | 11101010 | 11001110 | 1000 | 0 | 1100 | 1000 | 1100101 | 101000 | 1010110 |
Color Harmonies of #D7EACE
Complementary color
Monochromatic Colors of #D7EACE
Black with #D7EACE
Text Example
Text Example
White with #D7EACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7EACE; }
p { color: rgb(215,234,206); }
H1.HeaderClassName
{
color: #D7EACE;
}
.AnyTagClassName
{
color: #D7EACE;
}
</style>
background-color css
<style>
a { background-color: #D7EACE; }
a { background-color: rgb(215,234,206); }
div.DivClassName
{
background-color: #D7EACE;
}
.BgClassName
{
background-color: #D7EACE;
}
</style>
border-color css
<style>
span { border-color: #D7EACE; }
span { border-color: rgb(215,234,206); }
td.TdClassName
{
border-color: #D7EACE;
}
.TagClassName
{
border-color: #D7EACE;
}
</style>