Shades of Peppermint #D4EACA
Tints of Peppermint #D4EACA
RGB
CMYK
RGB Variations
Color information
#D4EACA (or 0xD4EACA) is known color: Peppermint. HEX triplet: D4, EA and CA. RGB value is (212,234,202). Sum of RGB (Red+Green+Blue) = 212+234+202=648 (85% of max value = 765). Red value is 212 (83.20% from 255 or 32.72% from 648); Green value is 234 (91.80% from 255 or 36.11% from 648); Blue value is 202 (79.30% from 255 or 31.17% from 648); Max value from RGB is 234 - color contains mainly: green. Hex color #D4EACA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D4EACA is #2B1535. Grayscale: #DFDFDF. Windows color (decimal): -2823478 or 13298388. OLE color: 13298388.
HSL color Cylindrical-coordinate representation of color #D4EACA: hue angle of 101.25º degrees, saturation: 0.43, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D4EACA is Cyan = 0.09, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 212 | 234 | 202 | - |
| CMYK | 0.09 | 0 | 0.14 | 0.08 |
| HSL | 101.25º | 0.43% | 0.85% | - |
| HSV(B) | 101.25º | 0.14% | 0.92% | - |
| XYZ | 67.23 | 77.11 | 67.22 | - |
| YUV | 223.77 | 115.71 | 119.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 234 | 202 | 0.09 | 0 | 0.14 | 0.08 | 101.25 | 0.43 | 0.85 |
| Hex | D4 | EA | CA | 9 | 0 | E | 8 | 65 | 2B | 55 |
| Octal | 324 | 352 | 312 | 11 | 0 | 16 | 10 | 145 | 53 | 125 |
| Binary | 11010100 | 11101010 | 11001010 | 1001 | 0 | 1110 | 1000 | 1100101 | 101011 | 1010101 |
Color Harmonies of #D4EACA
Complementary color
Monochromatic Colors of #D4EACA
Black with #D4EACA
Text Example
Text Example
White with #D4EACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4EACA; }
p { color: rgb(212,234,202); }
H1.HeaderClassName
{
color: #D4EACA;
}
.AnyTagClassName
{
color: #D4EACA;
}
</style>
background-color css
<style>
a { background-color: #D4EACA; }
a { background-color: rgb(212,234,202); }
div.DivClassName
{
background-color: #D4EACA;
}
.BgClassName
{
background-color: #D4EACA;
}
</style>
border-color css
<style>
span { border-color: #D4EACA; }
span { border-color: rgb(212,234,202); }
td.TdClassName
{
border-color: #D4EACA;
}
.TagClassName
{
border-color: #D4EACA;
}
</style>