Shades of Peppermint #D8EACF
Tints of Peppermint #D8EACF
RGB
CMYK
RGB Variations
Color information
#D8EACF (or 0xD8EACF) is known color: Peppermint. HEX triplet: D8, EA and CF. RGB value is (216,234,207). Sum of RGB (Red+Green+Blue) = 216+234+207=657 (87% of max value = 765). Red value is 216 (84.77% from 255 or 32.88% from 657); Green value is 234 (91.80% from 255 or 35.62% from 657); Blue value is 207 (81.25% from 255 or 31.51% from 657); Max value from RGB is 234 - color contains mainly: green. Hex color #D8EACF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D8EACF is #271530. Grayscale: #E1E1E1. Windows color (decimal): -2561329 or 13626072. OLE color: 13626072.
HSL color Cylindrical-coordinate representation of color #D8EACF: hue angle of 100º degrees, saturation: 0.39, 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 #D8EACF is Cyan = 0.08, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 216 | 234 | 207 | - |
| CMYK | 0.08 | 0 | 0.12 | 0.08 |
| HSL | 100º | 0.39% | 0.86% | - |
| HSV(B) | 100º | 0.12% | 0.92% | - |
| XYZ | 69 | 77.95 | 70.44 | - |
| YUV | 225.54 | 117.54 | 121.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 234 | 207 | 0.08 | 0 | 0.12 | 0.08 | 100 | 0.39 | 0.86 |
| Hex | D8 | EA | CF | 8 | 0 | C | 8 | 64 | 27 | 56 |
| Octal | 330 | 352 | 317 | 10 | 0 | 14 | 10 | 144 | 47 | 126 |
| Binary | 11011000 | 11101010 | 11001111 | 1000 | 0 | 1100 | 1000 | 1100100 | 100111 | 1010110 |
Color Harmonies of #D8EACF
Complementary color
Monochromatic Colors of #D8EACF
Black with #D8EACF
Text Example
Text Example
White with #D8EACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8EACF; }
p { color: rgb(216,234,207); }
H1.HeaderClassName
{
color: #D8EACF;
}
.AnyTagClassName
{
color: #D8EACF;
}
</style>
background-color css
<style>
a { background-color: #D8EACF; }
a { background-color: rgb(216,234,207); }
div.DivClassName
{
background-color: #D8EACF;
}
.BgClassName
{
background-color: #D8EACF;
}
</style>
border-color css
<style>
span { border-color: #D8EACF; }
span { border-color: rgb(216,234,207); }
td.TdClassName
{
border-color: #D8EACF;
}
.TagClassName
{
border-color: #D8EACF;
}
</style>