Shades of Peppermint #D5EACC
Tints of Peppermint #D5EACC
RGB
CMYK
RGB Variations
Color information
#D5EACC (or 0xD5EACC) is known color: Peppermint. HEX triplet: D5, EA and CC. RGB value is (213,234,204). Sum of RGB (Red+Green+Blue) = 213+234+204=651 (86% of max value = 765). Red value is 213 (83.59% from 255 or 32.72% from 651); Green value is 234 (91.80% from 255 or 35.94% from 651); Blue value is 204 (80.08% from 255 or 31.34% from 651); Max value from RGB is 234 - color contains mainly: green. Hex color #D5EACC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5EACC is #2A1533. Grayscale: #E0E0E0. Windows color (decimal): -2757940 or 13429461. OLE color: 13429461.
HSL color Cylindrical-coordinate representation of color #D5EACC: hue angle of 102º 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 #D5EACC is Cyan = 0.09, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 213 | 234 | 204 | - |
| CMYK | 0.09 | 0 | 0.13 | 0.08 |
| HSL | 102º | 0.42% | 0.86% | - |
| HSV(B) | 102º | 0.13% | 0.92% | - |
| XYZ | 67.76 | 77.35 | 68.49 | - |
| YUV | 224.3 | 116.54 | 119.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 234 | 204 | 0.09 | 0 | 0.13 | 0.08 | 102 | 0.42 | 0.86 |
| Hex | D5 | EA | CC | 9 | 0 | D | 8 | 66 | 2A | 56 |
| Octal | 325 | 352 | 314 | 11 | 0 | 15 | 10 | 146 | 52 | 126 |
| Binary | 11010101 | 11101010 | 11001100 | 1001 | 0 | 1101 | 1000 | 1100110 | 101010 | 1010110 |
Color Harmonies of #D5EACC
Complementary color
Monochromatic Colors of #D5EACC
Black with #D5EACC
Text Example
Text Example
White with #D5EACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5EACC; }
p { color: rgb(213,234,204); }
H1.HeaderClassName
{
color: #D5EACC;
}
.AnyTagClassName
{
color: #D5EACC;
}
</style>
background-color css
<style>
a { background-color: #D5EACC; }
a { background-color: rgb(213,234,204); }
div.DivClassName
{
background-color: #D5EACC;
}
.BgClassName
{
background-color: #D5EACC;
}
</style>
border-color css
<style>
span { border-color: #D5EACC; }
span { border-color: rgb(213,234,204); }
td.TdClassName
{
border-color: #D5EACC;
}
.TagClassName
{
border-color: #D5EACC;
}
</style>