Shades of Peppermint #D7EACF
Tints of Peppermint #D7EACF
RGB
CMYK
RGB Variations
Color information
#D7EACF (or 0xD7EACF) is known color: Peppermint. HEX triplet: D7, EA and CF. RGB value is (215,234,207). Sum of RGB (Red+Green+Blue) = 215+234+207=656 (86% of max value = 765). Red value is 215 (84.38% from 255 or 32.77% from 656); Green value is 234 (91.80% from 255 or 35.67% from 656); Blue value is 207 (81.25% from 255 or 31.55% from 656); Max value from RGB is 234 - color contains mainly: green. Hex color #D7EACF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D7EACF is #281530. Grayscale: #E1E1E1. Windows color (decimal): -2626865 or 13626071. OLE color: 13626071.
HSL color Cylindrical-coordinate representation of color #D7EACF: hue angle of 102.22º 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 #D7EACF is Cyan = 0.08, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 215 | 234 | 207 | - |
| CMYK | 0.08 | 0 | 0.12 | 0.08 |
| HSL | 102.22º | 0.39% | 0.86% | - |
| HSV(B) | 102.22º | 0.12% | 0.92% | - |
| XYZ | 68.71 | 77.8 | 70.43 | - |
| YUV | 225.24 | 117.71 | 120.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 234 | 207 | 0.08 | 0 | 0.12 | 0.08 | 102.22 | 0.39 | 0.86 |
| Hex | D7 | EA | CF | 8 | 0 | C | 8 | 66 | 27 | 56 |
| Octal | 327 | 352 | 317 | 10 | 0 | 14 | 10 | 146 | 47 | 126 |
| Binary | 11010111 | 11101010 | 11001111 | 1000 | 0 | 1100 | 1000 | 1100110 | 100111 | 1010110 |
Color Harmonies of #D7EACF
Complementary color
Monochromatic Colors of #D7EACF
Black with #D7EACF
Text Example
Text Example
White with #D7EACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7EACF; }
p { color: rgb(215,234,207); }
H1.HeaderClassName
{
color: #D7EACF;
}
.AnyTagClassName
{
color: #D7EACF;
}
</style>
background-color css
<style>
a { background-color: #D7EACF; }
a { background-color: rgb(215,234,207); }
div.DivClassName
{
background-color: #D7EACF;
}
.BgClassName
{
background-color: #D7EACF;
}
</style>
border-color css
<style>
span { border-color: #D7EACF; }
span { border-color: rgb(215,234,207); }
td.TdClassName
{
border-color: #D7EACF;
}
.TagClassName
{
border-color: #D7EACF;
}
</style>