Shades of Peppermint #D2E3C8
Tints of Peppermint #D2E3C8
RGB
CMYK
RGB Variations
Color information
#D2E3C8 (or 0xD2E3C8) is known color: Peppermint. HEX triplet: D2, E3 and C8. RGB value is (210,227,200). Sum of RGB (Red+Green+Blue) = 210+227+200=637 (84% of max value = 765). Red value is 210 (82.42% from 255 or 32.97% from 637); Green value is 227 (89.06% from 255 or 35.64% from 637); Blue value is 200 (78.52% from 255 or 31.40% from 637); Max value from RGB is 227 - color contains mainly: green. Hex color #D2E3C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2E3C8 is #2D1C37. Grayscale: #DADADA. Windows color (decimal): -2956344 or 13165522. OLE color: 13165522.
HSL color Cylindrical-coordinate representation of color #D2E3C8: hue angle of 97.78º degrees, saturation: 0.33, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D2E3C8 is Cyan = 0.07, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 210 | 227 | 200 | - |
| CMYK | 0.07 | 0 | 0.12 | 0.11 |
| HSL | 97.78º | 0.33% | 0.84% | - |
| HSV(B) | 97.78º | 0.12% | 0.89% | - |
| XYZ | 64.47 | 72.81 | 65.3 | - |
| YUV | 218.84 | 117.37 | 121.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 227 | 200 | 0.07 | 0 | 0.12 | 0.11 | 97.78 | 0.33 | 0.84 |
| Hex | D2 | E3 | C8 | 7 | 0 | C | B | 62 | 21 | 54 |
| Octal | 322 | 343 | 310 | 7 | 0 | 14 | 13 | 142 | 41 | 124 |
| Binary | 11010010 | 11100011 | 11001000 | 111 | 0 | 1100 | 1011 | 1100010 | 100001 | 1010100 |
Color Harmonies of #D2E3C8
Complementary color
Monochromatic Colors of #D2E3C8
Black with #D2E3C8
Text Example
Text Example
White with #D2E3C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2E3C8; }
p { color: rgb(210,227,200); }
H1.HeaderClassName
{
color: #D2E3C8;
}
.AnyTagClassName
{
color: #D2E3C8;
}
</style>
background-color css
<style>
a { background-color: #D2E3C8; }
a { background-color: rgb(210,227,200); }
div.DivClassName
{
background-color: #D2E3C8;
}
.BgClassName
{
background-color: #D2E3C8;
}
</style>
border-color css
<style>
span { border-color: #D2E3C8; }
span { border-color: rgb(210,227,200); }
td.TdClassName
{
border-color: #D2E3C8;
}
.TagClassName
{
border-color: #D2E3C8;
}
</style>