Shades of Peppermint #D8EDCE
Tints of Peppermint #D8EDCE
RGB
CMYK
RGB Variations
Color information
#D8EDCE (or 0xD8EDCE) is known color: Peppermint. HEX triplet: D8, ED and CE. RGB value is (216,237,206). Sum of RGB (Red+Green+Blue) = 216+237+206=659 (87% of max value = 765). Red value is 216 (84.77% from 255 or 32.78% from 659); Green value is 237 (92.97% from 255 or 35.96% from 659); Blue value is 206 (80.86% from 255 or 31.26% from 659); Max value from RGB is 237 - color contains mainly: green. Hex color #D8EDCE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D8EDCE is #271231. Grayscale: #E3E3E3. Windows color (decimal): -2560562 or 13561304. OLE color: 13561304.
HSL color Cylindrical-coordinate representation of color #D8EDCE: hue angle of 100.65º degrees, saturation: 0.46, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D8EDCE is Cyan = 0.09, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 216 | 237 | 206 | - |
| CMYK | 0.09 | 0 | 0.13 | 0.07 |
| HSL | 100.65º | 0.46% | 0.87% | - |
| HSV(B) | 100.65º | 0.13% | 0.93% | - |
| XYZ | 69.74 | 79.62 | 70.09 | - |
| YUV | 227.19 | 116.04 | 120.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 237 | 206 | 0.09 | 0 | 0.13 | 0.07 | 100.65 | 0.46 | 0.87 |
| Hex | D8 | ED | CE | 9 | 0 | D | 7 | 65 | 2E | 57 |
| Octal | 330 | 355 | 316 | 11 | 0 | 15 | 7 | 145 | 56 | 127 |
| Binary | 11011000 | 11101101 | 11001110 | 1001 | 0 | 1101 | 111 | 1100101 | 101110 | 1010111 |
Color Harmonies of #D8EDCE
Complementary color
Monochromatic Colors of #D8EDCE
Black with #D8EDCE
Text Example
Text Example
White with #D8EDCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8EDCE; }
p { color: rgb(216,237,206); }
H1.HeaderClassName
{
color: #D8EDCE;
}
.AnyTagClassName
{
color: #D8EDCE;
}
</style>
background-color css
<style>
a { background-color: #D8EDCE; }
a { background-color: rgb(216,237,206); }
div.DivClassName
{
background-color: #D8EDCE;
}
.BgClassName
{
background-color: #D8EDCE;
}
</style>
border-color css
<style>
span { border-color: #D8EDCE; }
span { border-color: rgb(216,237,206); }
td.TdClassName
{
border-color: #D8EDCE;
}
.TagClassName
{
border-color: #D8EDCE;
}
</style>