Shades of Peppermint #D4EACB
Tints of Peppermint #D4EACB
RGB
CMYK
RGB Variations
Color information
#D4EACB (or 0xD4EACB) is known color: Peppermint. HEX triplet: D4, EA and CB. RGB value is (212,234,203). Sum of RGB (Red+Green+Blue) = 212+234+203=649 (85% of max value = 765). Red value is 212 (83.20% from 255 or 32.67% from 649); Green value is 234 (91.80% from 255 or 36.06% from 649); Blue value is 203 (79.69% from 255 or 31.28% from 649); Max value from RGB is 234 - color contains mainly: green. Hex color #D4EACB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D4EACB is #2B1534. Grayscale: #DFDFDF. Windows color (decimal): -2823477 or 13363924. OLE color: 13363924.
HSL color Cylindrical-coordinate representation of color #D4EACB: hue angle of 102.58º degrees, saturation: 0.42, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D4EACB is Cyan = 0.09, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 212 | 234 | 203 | - |
| CMYK | 0.09 | 0 | 0.13 | 0.08 |
| HSL | 102.58º | 0.42% | 0.86% | - |
| HSV(B) | 102.58º | 0.13% | 0.92% | - |
| XYZ | 67.35 | 77.15 | 67.84 | - |
| YUV | 223.89 | 116.21 | 119.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 234 | 203 | 0.09 | 0 | 0.13 | 0.08 | 102.58 | 0.42 | 0.86 |
| Hex | D4 | EA | CB | 9 | 0 | D | 8 | 67 | 2A | 56 |
| Octal | 324 | 352 | 313 | 11 | 0 | 15 | 10 | 147 | 52 | 126 |
| Binary | 11010100 | 11101010 | 11001011 | 1001 | 0 | 1101 | 1000 | 1100111 | 101010 | 1010110 |
Color Harmonies of #D4EACB
Complementary color
Monochromatic Colors of #D4EACB
Black with #D4EACB
Text Example
Text Example
White with #D4EACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4EACB; }
p { color: rgb(212,234,203); }
H1.HeaderClassName
{
color: #D4EACB;
}
.AnyTagClassName
{
color: #D4EACB;
}
</style>
background-color css
<style>
a { background-color: #D4EACB; }
a { background-color: rgb(212,234,203); }
div.DivClassName
{
background-color: #D4EACB;
}
.BgClassName
{
background-color: #D4EACB;
}
</style>
border-color css
<style>
span { border-color: #D4EACB; }
span { border-color: rgb(212,234,203); }
td.TdClassName
{
border-color: #D4EACB;
}
.TagClassName
{
border-color: #D4EACB;
}
</style>