Shades of Peppermint #D3E6CA
Tints of Peppermint #D3E6CA
RGB
CMYK
RGB Variations
Color information
#D3E6CA (or 0xD3E6CA) is known color: Peppermint. HEX triplet: D3, E6 and CA. RGB value is (211,230,202). Sum of RGB (Red+Green+Blue) = 211+230+202=643 (85% of max value = 765). Red value is 211 (82.81% from 255 or 32.81% from 643); Green value is 230 (90.23% from 255 or 35.77% from 643); Blue value is 202 (79.30% from 255 or 31.42% from 643); Max value from RGB is 230 - color contains mainly: green. Hex color #D3E6CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D3E6CA is #2C1935. Grayscale: #DDDDDD. Windows color (decimal): -2890038 or 13297363. OLE color: 13297363.
HSL color Cylindrical-coordinate representation of color #D3E6CA: hue angle of 100.71º degrees, saturation: 0.36, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D3E6CA is Cyan = 0.08, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 211 | 230 | 202 | - |
| CMYK | 0.08 | 0 | 0.12 | 0.10 |
| HSL | 100.71º | 0.36% | 0.85% | - |
| HSV(B) | 100.71º | 0.12% | 0.9% | - |
| XYZ | 65.82 | 74.71 | 66.83 | - |
| YUV | 221.13 | 117.21 | 120.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 230 | 202 | 0.08 | 0 | 0.12 | 0.10 | 100.71 | 0.36 | 0.85 |
| Hex | D3 | E6 | CA | 8 | 0 | C | A | 65 | 24 | 55 |
| Octal | 323 | 346 | 312 | 10 | 0 | 14 | 12 | 145 | 44 | 125 |
| Binary | 11010011 | 11100110 | 11001010 | 1000 | 0 | 1100 | 1010 | 1100101 | 100100 | 1010101 |
Color Harmonies of #D3E6CA
Complementary color
Monochromatic Colors of #D3E6CA
Black with #D3E6CA
Text Example
Text Example
White with #D3E6CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3E6CA; }
p { color: rgb(211,230,202); }
H1.HeaderClassName
{
color: #D3E6CA;
}
.AnyTagClassName
{
color: #D3E6CA;
}
</style>
background-color css
<style>
a { background-color: #D3E6CA; }
a { background-color: rgb(211,230,202); }
div.DivClassName
{
background-color: #D3E6CA;
}
.BgClassName
{
background-color: #D3E6CA;
}
</style>
border-color css
<style>
span { border-color: #D3E6CA; }
span { border-color: rgb(211,230,202); }
td.TdClassName
{
border-color: #D3E6CA;
}
.TagClassName
{
border-color: #D3E6CA;
}
</style>