Shades of Peppermint #D3E4CA
Tints of Peppermint #D3E4CA
RGB
CMYK
RGB Variations
Color information
#D3E4CA (or 0xD3E4CA) is known color: Peppermint. HEX triplet: D3, E4 and CA. RGB value is (211,228,202). Sum of RGB (Red+Green+Blue) = 211+228+202=641 (84% of max value = 765). Red value is 211 (82.81% from 255 or 32.92% from 641); Green value is 228 (89.45% from 255 or 35.57% from 641); Blue value is 202 (79.30% from 255 or 31.51% from 641); Max value from RGB is 228 - color contains mainly: green. Hex color #D3E4CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3E4CA is #2C1B35. Grayscale: #DCDCDC. Windows color (decimal): -2890550 or 13296851. OLE color: 13296851.
HSL color Cylindrical-coordinate representation of color #D3E4CA: hue angle of 99.23º degrees, saturation: 0.32, 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 #D3E4CA is Cyan = 0.07, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 211 | 228 | 202 | - |
| CMYK | 0.07 | 0 | 0.11 | 0.11 |
| HSL | 99.23º | 0.33% | 0.84% | - |
| HSV(B) | 99.23º | 0.11% | 0.89% | - |
| XYZ | 65.27 | 73.6 | 66.64 | - |
| YUV | 219.95 | 117.87 | 121.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 228 | 202 | 0.07 | 0 | 0.11 | 0.11 | 99.23 | 0.33 | 0.84 |
| Hex | D3 | E4 | CA | 7 | 0 | B | B | 63 | 20 | 54 |
| Octal | 323 | 344 | 312 | 7 | 0 | 13 | 13 | 143 | 40 | 124 |
| Binary | 11010011 | 11100100 | 11001010 | 111 | 0 | 1011 | 1011 | 1100011 | 100000 | 1010100 |
Color Harmonies of #D3E4CA
Complementary color
Monochromatic Colors of #D3E4CA
Black with #D3E4CA
Text Example
Text Example
White with #D3E4CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3E4CA; }
p { color: rgb(211,228,202); }
H1.HeaderClassName
{
color: #D3E4CA;
}
.AnyTagClassName
{
color: #D3E4CA;
}
</style>
background-color css
<style>
a { background-color: #D3E4CA; }
a { background-color: rgb(211,228,202); }
div.DivClassName
{
background-color: #D3E4CA;
}
.BgClassName
{
background-color: #D3E4CA;
}
</style>
border-color css
<style>
span { border-color: #D3E4CA; }
span { border-color: rgb(211,228,202); }
td.TdClassName
{
border-color: #D3E4CA;
}
.TagClassName
{
border-color: #D3E4CA;
}
</style>