Shades of Peppermint #D7E8CE
Tints of Peppermint #D7E8CE
RGB
CMYK
RGB Variations
Color information
#D7E8CE (or 0xD7E8CE) is known color: Peppermint. HEX triplet: D7, E8 and CE. RGB value is (215,232,206). Sum of RGB (Red+Green+Blue) = 215+232+206=653 (86% of max value = 765). Red value is 215 (84.38% from 255 or 32.92% from 653); Green value is 232 (91.02% from 255 or 35.53% from 653); Blue value is 206 (80.86% from 255 or 31.55% from 653); Max value from RGB is 232 - color contains mainly: green. Hex color #D7E8CE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D7E8CE is #281731. Grayscale: #E0E0E0. Windows color (decimal): -2627378 or 13560023. OLE color: 13560023.
HSL color Cylindrical-coordinate representation of color #D7E8CE: hue angle of 99.23º degrees, saturation: 0.36, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D7E8CE is Cyan = 0.07, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 215 | 232 | 206 | - |
| CMYK | 0.07 | 0 | 0.11 | 0.09 |
| HSL | 99.23º | 0.36% | 0.86% | - |
| HSV(B) | 99.23º | 0.11% | 0.91% | - |
| XYZ | 68.02 | 76.62 | 69.6 | - |
| YUV | 223.95 | 117.87 | 121.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 232 | 206 | 0.07 | 0 | 0.11 | 0.09 | 99.23 | 0.36 | 0.86 |
| Hex | D7 | E8 | CE | 7 | 0 | B | 9 | 63 | 24 | 56 |
| Octal | 327 | 350 | 316 | 7 | 0 | 13 | 11 | 143 | 44 | 126 |
| Binary | 11010111 | 11101000 | 11001110 | 111 | 0 | 1011 | 1001 | 1100011 | 100100 | 1010110 |
Color Harmonies of #D7E8CE
Complementary color
Monochromatic Colors of #D7E8CE
Black with #D7E8CE
Text Example
Text Example
White with #D7E8CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7E8CE; }
p { color: rgb(215,232,206); }
H1.HeaderClassName
{
color: #D7E8CE;
}
.AnyTagClassName
{
color: #D7E8CE;
}
</style>
background-color css
<style>
a { background-color: #D7E8CE; }
a { background-color: rgb(215,232,206); }
div.DivClassName
{
background-color: #D7E8CE;
}
.BgClassName
{
background-color: #D7E8CE;
}
</style>
border-color css
<style>
span { border-color: #D7E8CE; }
span { border-color: rgb(215,232,206); }
td.TdClassName
{
border-color: #D7E8CE;
}
.TagClassName
{
border-color: #D7E8CE;
}
</style>