Shades of Peppermint #D2E8C8
Tints of Peppermint #D2E8C8
RGB
CMYK
RGB Variations
Color information
#D2E8C8 (or 0xD2E8C8) is known color: Peppermint. HEX triplet: D2, E8 and C8. RGB value is (210,232,200). Sum of RGB (Red+Green+Blue) = 210+232+200=642 (85% of max value = 765). Red value is 210 (82.42% from 255 or 32.71% from 642); Green value is 232 (91.02% from 255 or 36.14% from 642); Blue value is 200 (78.52% from 255 or 31.15% from 642); Max value from RGB is 232 - color contains mainly: green. Hex color #D2E8C8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2E8C8 is #2D1737. Grayscale: #DDDDDD. Windows color (decimal): -2955064 or 13166802. OLE color: 13166802.
HSL color Cylindrical-coordinate representation of color #D2E8C8: hue angle of 101.25º degrees, saturation: 0.41, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D2E8C8 is Cyan = 0.09, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 210 | 232 | 200 | - |
| CMYK | 0.09 | 0 | 0.14 | 0.09 |
| HSL | 101.25º | 0.41% | 0.85% | - |
| HSV(B) | 101.25º | 0.14% | 0.91% | - |
| XYZ | 65.86 | 75.59 | 65.76 | - |
| YUV | 221.77 | 115.71 | 119.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 232 | 200 | 0.09 | 0 | 0.14 | 0.09 | 101.25 | 0.41 | 0.85 |
| Hex | D2 | E8 | C8 | 9 | 0 | E | 9 | 65 | 29 | 55 |
| Octal | 322 | 350 | 310 | 11 | 0 | 16 | 11 | 145 | 51 | 125 |
| Binary | 11010010 | 11101000 | 11001000 | 1001 | 0 | 1110 | 1001 | 1100101 | 101001 | 1010101 |
Color Harmonies of #D2E8C8
Complementary color
Monochromatic Colors of #D2E8C8
Black with #D2E8C8
Text Example
Text Example
White with #D2E8C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2E8C8; }
p { color: rgb(210,232,200); }
H1.HeaderClassName
{
color: #D2E8C8;
}
.AnyTagClassName
{
color: #D2E8C8;
}
</style>
background-color css
<style>
a { background-color: #D2E8C8; }
a { background-color: rgb(210,232,200); }
div.DivClassName
{
background-color: #D2E8C8;
}
.BgClassName
{
background-color: #D2E8C8;
}
</style>
border-color css
<style>
span { border-color: #D2E8C8; }
span { border-color: rgb(210,232,200); }
td.TdClassName
{
border-color: #D2E8C8;
}
.TagClassName
{
border-color: #D2E8C8;
}
</style>