Shades of Peppermint #D4E1D0
Tints of Peppermint #D4E1D0
RGB
CMYK
RGB Variations
Color information
#D4E1D0 (or 0xD4E1D0) is known color: Peppermint. HEX triplet: D4, E1 and D0. RGB value is (212,225,208). Sum of RGB (Red+Green+Blue) = 212+225+208=645 (85% of max value = 765). Red value is 212 (83.20% from 255 or 32.87% from 645); Green value is 225 (88.28% from 255 or 34.88% from 645); Blue value is 208 (81.64% from 255 or 32.25% from 645); Max value from RGB is 225 - color contains mainly: green. Hex color #D4E1D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4E1D0 is #2B1E2F. Grayscale: #DBDBDB. Windows color (decimal): -2825776 or 13689300. OLE color: 13689300.
HSL color Cylindrical-coordinate representation of color #D4E1D0: hue angle of 105.88º degrees, saturation: 0.22, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D4E1D0 is Cyan = 0.06, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 212 | 225 | 208 | - |
| CMYK | 0.06 | 0 | 0.08 | 0.12 |
| HSL | 105.88º | 0.22% | 0.85% | - |
| HSV(B) | 105.88º | 0.08% | 0.88% | - |
| XYZ | 65.46 | 72.4 | 70.2 | - |
| YUV | 219.18 | 121.69 | 122.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 225 | 208 | 0.06 | 0 | 0.08 | 0.12 | 105.88 | 0.22 | 0.85 |
| Hex | D4 | E1 | D0 | 6 | 0 | 8 | C | 6A | 16 | 55 |
| Octal | 324 | 341 | 320 | 6 | 0 | 10 | 14 | 152 | 26 | 125 |
| Binary | 11010100 | 11100001 | 11010000 | 110 | 0 | 1000 | 1100 | 1101010 | 10110 | 1010101 |
Color Harmonies of #D4E1D0
Complementary color
Monochromatic Colors of #D4E1D0
Black with #D4E1D0
Text Example
Text Example
White with #D4E1D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4E1D0; }
p { color: rgb(212,225,208); }
H1.HeaderClassName
{
color: #D4E1D0;
}
.AnyTagClassName
{
color: #D4E1D0;
}
</style>
background-color css
<style>
a { background-color: #D4E1D0; }
a { background-color: rgb(212,225,208); }
div.DivClassName
{
background-color: #D4E1D0;
}
.BgClassName
{
background-color: #D4E1D0;
}
</style>
border-color css
<style>
span { border-color: #D4E1D0; }
span { border-color: rgb(212,225,208); }
td.TdClassName
{
border-color: #D4E1D0;
}
.TagClassName
{
border-color: #D4E1D0;
}
</style>