Shades of Peppermint #D3E6C8
Tints of Peppermint #D3E6C8
RGB
CMYK
RGB Variations
Color information
#D3E6C8 (or 0xD3E6C8) is known color: Peppermint. HEX triplet: D3, E6 and C8. RGB value is (211,230,200). Sum of RGB (Red+Green+Blue) = 211+230+200=641 (84% of max value = 765). Red value is 211 (82.81% from 255 or 32.92% from 641); Green value is 230 (90.23% from 255 or 35.88% from 641); Blue value is 200 (78.52% from 255 or 31.20% from 641); Max value from RGB is 230 - color contains mainly: green. Hex color #D3E6C8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D3E6C8 is #2C1937. Grayscale: #DDDDDD. Windows color (decimal): -2890040 or 13166291. OLE color: 13166291.
HSL color Cylindrical-coordinate representation of color #D3E6C8: hue angle of 98º degrees, saturation: 0.38, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D3E6C8 is Cyan = 0.08, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 211 | 230 | 200 | - |
| CMYK | 0.08 | 0 | 0.13 | 0.10 |
| HSL | 98º | 0.38% | 0.84% | - |
| HSV(B) | 98º | 0.13% | 0.9% | - |
| XYZ | 65.59 | 74.61 | 65.59 | - |
| YUV | 220.9 | 116.21 | 120.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 230 | 200 | 0.08 | 0 | 0.13 | 0.10 | 98 | 0.38 | 0.84 |
| Hex | D3 | E6 | C8 | 8 | 0 | D | A | 62 | 26 | 54 |
| Octal | 323 | 346 | 310 | 10 | 0 | 15 | 12 | 142 | 46 | 124 |
| Binary | 11010011 | 11100110 | 11001000 | 1000 | 0 | 1101 | 1010 | 1100010 | 100110 | 1010100 |
Color Harmonies of #D3E6C8
Complementary color
Monochromatic Colors of #D3E6C8
Black with #D3E6C8
Text Example
Text Example
White with #D3E6C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3E6C8; }
p { color: rgb(211,230,200); }
H1.HeaderClassName
{
color: #D3E6C8;
}
.AnyTagClassName
{
color: #D3E6C8;
}
</style>
background-color css
<style>
a { background-color: #D3E6C8; }
a { background-color: rgb(211,230,200); }
div.DivClassName
{
background-color: #D3E6C8;
}
.BgClassName
{
background-color: #D3E6C8;
}
</style>
border-color css
<style>
span { border-color: #D3E6C8; }
span { border-color: rgb(211,230,200); }
td.TdClassName
{
border-color: #D3E6C8;
}
.TagClassName
{
border-color: #D3E6C8;
}
</style>