Shades of Peppermint #D5E6CD
Tints of Peppermint #D5E6CD
RGB
CMYK
RGB Variations
Color information
#D5E6CD (or 0xD5E6CD) is known color: Peppermint. HEX triplet: D5, E6 and CD. RGB value is (213,230,205). Sum of RGB (Red+Green+Blue) = 213+230+205=648 (85% of max value = 765). Red value is 213 (83.59% from 255 or 32.87% from 648); Green value is 230 (90.23% from 255 or 35.49% from 648); Blue value is 205 (80.47% from 255 or 31.64% from 648); Max value from RGB is 230 - color contains mainly: green. Hex color #D5E6CD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5E6CD is #2A1932. Grayscale: #DEDEDE. Windows color (decimal): -2758963 or 13493973. OLE color: 13493973.
HSL color Cylindrical-coordinate representation of color #D5E6CD: hue angle of 100.8º degrees, saturation: 0.33, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D5E6CD is Cyan = 0.07, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 213 | 230 | 205 | - |
| CMYK | 0.07 | 0 | 0.11 | 0.10 |
| HSL | 100.8º | 0.33% | 0.85% | - |
| HSV(B) | 100.8º | 0.11% | 0.9% | - |
| XYZ | 66.76 | 75.15 | 68.74 | - |
| YUV | 222.07 | 118.37 | 121.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 230 | 205 | 0.07 | 0 | 0.11 | 0.10 | 100.8 | 0.33 | 0.85 |
| Hex | D5 | E6 | CD | 7 | 0 | B | A | 65 | 21 | 55 |
| Octal | 325 | 346 | 315 | 7 | 0 | 13 | 12 | 145 | 41 | 125 |
| Binary | 11010101 | 11100110 | 11001101 | 111 | 0 | 1011 | 1010 | 1100101 | 100001 | 1010101 |
Color Harmonies of #D5E6CD
Complementary color
Monochromatic Colors of #D5E6CD
Black with #D5E6CD
Text Example
Text Example
White with #D5E6CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E6CD; }
p { color: rgb(213,230,205); }
H1.HeaderClassName
{
color: #D5E6CD;
}
.AnyTagClassName
{
color: #D5E6CD;
}
</style>
background-color css
<style>
a { background-color: #D5E6CD; }
a { background-color: rgb(213,230,205); }
div.DivClassName
{
background-color: #D5E6CD;
}
.BgClassName
{
background-color: #D5E6CD;
}
</style>
border-color css
<style>
span { border-color: #D5E6CD; }
span { border-color: rgb(213,230,205); }
td.TdClassName
{
border-color: #D5E6CD;
}
.TagClassName
{
border-color: #D5E6CD;
}
</style>