Shades of Peppermint #D2E2C9
Tints of Peppermint #D2E2C9
RGB
CMYK
RGB Variations
Color information
#D2E2C9 (or 0xD2E2C9) is known color: Peppermint. HEX triplet: D2, E2 and C9. RGB value is (210,226,201). Sum of RGB (Red+Green+Blue) = 210+226+201=637 (84% of max value = 765). Red value is 210 (82.42% from 255 or 32.97% from 637); Green value is 226 (88.67% from 255 or 35.48% from 637); Blue value is 201 (78.91% from 255 or 31.55% from 637); Max value from RGB is 226 - color contains mainly: green. Hex color #D2E2C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2E2C9 is #2D1D36. Grayscale: #DADADA. Windows color (decimal): -2956599 or 13230802. OLE color: 13230802.
HSL color Cylindrical-coordinate representation of color #D2E2C9: hue angle of 98.4º degrees, saturation: 0.3, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D2E2C9 is Cyan = 0.07, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 210 | 226 | 201 | - |
| CMYK | 0.07 | 0 | 0.11 | 0.11 |
| HSL | 98.4º | 0.3% | 0.84% | - |
| HSV(B) | 98.4º | 0.11% | 0.89% | - |
| XYZ | 64.32 | 72.31 | 65.83 | - |
| YUV | 218.37 | 118.2 | 122.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 226 | 201 | 0.07 | 0 | 0.11 | 0.11 | 98.4 | 0.3 | 0.84 |
| Hex | D2 | E2 | C9 | 7 | 0 | B | B | 62 | 1E | 54 |
| Octal | 322 | 342 | 311 | 7 | 0 | 13 | 13 | 142 | 36 | 124 |
| Binary | 11010010 | 11100010 | 11001001 | 111 | 0 | 1011 | 1011 | 1100010 | 11110 | 1010100 |
Color Harmonies of #D2E2C9
Complementary color
Monochromatic Colors of #D2E2C9
Black with #D2E2C9
Text Example
Text Example
White with #D2E2C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2E2C9; }
p { color: rgb(210,226,201); }
H1.HeaderClassName
{
color: #D2E2C9;
}
.AnyTagClassName
{
color: #D2E2C9;
}
</style>
background-color css
<style>
a { background-color: #D2E2C9; }
a { background-color: rgb(210,226,201); }
div.DivClassName
{
background-color: #D2E2C9;
}
.BgClassName
{
background-color: #D2E2C9;
}
</style>
border-color css
<style>
span { border-color: #D2E2C9; }
span { border-color: rgb(210,226,201); }
td.TdClassName
{
border-color: #D2E2C9;
}
.TagClassName
{
border-color: #D2E2C9;
}
</style>