Shades of Peppermint #D3E5CA
Tints of Peppermint #D3E5CA
RGB
CMYK
RGB Variations
Color information
#D3E5CA (or 0xD3E5CA) is known color: Peppermint. HEX triplet: D3, E5 and CA. RGB value is (211,229,202). Sum of RGB (Red+Green+Blue) = 211+229+202=642 (85% of max value = 765). Red value is 211 (82.81% from 255 or 32.87% from 642); Green value is 229 (89.84% from 255 or 35.67% from 642); Blue value is 202 (79.30% from 255 or 31.46% from 642); Max value from RGB is 229 - color contains mainly: green. Hex color #D3E5CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3E5CA is #2C1A35. Grayscale: #DCDCDC. Windows color (decimal): -2890294 or 13297107. OLE color: 13297107.
HSL color Cylindrical-coordinate representation of color #D3E5CA: hue angle of 100º degrees, saturation: 0.34, 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 #D3E5CA is Cyan = 0.08, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 211 | 229 | 202 | - |
| CMYK | 0.08 | 0 | 0.12 | 0.10 |
| HSL | 100º | 0.34% | 0.85% | - |
| HSV(B) | 100º | 0.12% | 0.9% | - |
| XYZ | 65.54 | 74.15 | 66.74 | - |
| YUV | 220.54 | 117.54 | 121.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 229 | 202 | 0.08 | 0 | 0.12 | 0.10 | 100 | 0.34 | 0.85 |
| Hex | D3 | E5 | CA | 8 | 0 | C | A | 64 | 22 | 55 |
| Octal | 323 | 345 | 312 | 10 | 0 | 14 | 12 | 144 | 42 | 125 |
| Binary | 11010011 | 11100101 | 11001010 | 1000 | 0 | 1100 | 1010 | 1100100 | 100010 | 1010101 |
Color Harmonies of #D3E5CA
Complementary color
Monochromatic Colors of #D3E5CA
Black with #D3E5CA
Text Example
Text Example
White with #D3E5CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3E5CA; }
p { color: rgb(211,229,202); }
H1.HeaderClassName
{
color: #D3E5CA;
}
.AnyTagClassName
{
color: #D3E5CA;
}
</style>
background-color css
<style>
a { background-color: #D3E5CA; }
a { background-color: rgb(211,229,202); }
div.DivClassName
{
background-color: #D3E5CA;
}
.BgClassName
{
background-color: #D3E5CA;
}
</style>
border-color css
<style>
span { border-color: #D3E5CA; }
span { border-color: rgb(211,229,202); }
td.TdClassName
{
border-color: #D3E5CA;
}
.TagClassName
{
border-color: #D3E5CA;
}
</style>