Shades of Peppermint #D5E9CE
Tints of Peppermint #D5E9CE
RGB
CMYK
RGB Variations
Color information
#D5E9CE (or 0xD5E9CE) is known color: Peppermint. HEX triplet: D5, E9 and CE. RGB value is (213,233,206). Sum of RGB (Red+Green+Blue) = 213+233+206=652 (86% of max value = 765). Red value is 213 (83.59% from 255 or 32.67% from 652); Green value is 233 (91.41% from 255 or 35.74% from 652); Blue value is 206 (80.86% from 255 or 31.60% from 652); Max value from RGB is 233 - color contains mainly: green. Hex color #D5E9CE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5E9CE is #2A1631. Grayscale: #E0E0E0. Windows color (decimal): -2758194 or 13560277. OLE color: 13560277.
HSL color Cylindrical-coordinate representation of color #D5E9CE: hue angle of 104.44º degrees, saturation: 0.38, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D5E9CE is Cyan = 0.09, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 213 | 233 | 206 | - |
| CMYK | 0.09 | 0 | 0.12 | 0.09 |
| HSL | 104.44º | 0.38% | 0.86% | - |
| HSV(B) | 104.44º | 0.12% | 0.91% | - |
| XYZ | 67.72 | 76.88 | 69.66 | - |
| YUV | 223.94 | 117.87 | 120.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 233 | 206 | 0.09 | 0 | 0.12 | 0.09 | 104.44 | 0.38 | 0.86 |
| Hex | D5 | E9 | CE | 9 | 0 | C | 9 | 68 | 26 | 56 |
| Octal | 325 | 351 | 316 | 11 | 0 | 14 | 11 | 150 | 46 | 126 |
| Binary | 11010101 | 11101001 | 11001110 | 1001 | 0 | 1100 | 1001 | 1101000 | 100110 | 1010110 |
Color Harmonies of #D5E9CE
Complementary color
Monochromatic Colors of #D5E9CE
Black with #D5E9CE
Text Example
Text Example
White with #D5E9CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E9CE; }
p { color: rgb(213,233,206); }
H1.HeaderClassName
{
color: #D5E9CE;
}
.AnyTagClassName
{
color: #D5E9CE;
}
</style>
background-color css
<style>
a { background-color: #D5E9CE; }
a { background-color: rgb(213,233,206); }
div.DivClassName
{
background-color: #D5E9CE;
}
.BgClassName
{
background-color: #D5E9CE;
}
</style>
border-color css
<style>
span { border-color: #D5E9CE; }
span { border-color: rgb(213,233,206); }
td.TdClassName
{
border-color: #D5E9CE;
}
.TagClassName
{
border-color: #D5E9CE;
}
</style>