Shades of Peppermint #D0E3CD
Tints of Peppermint #D0E3CD
RGB
CMYK
RGB Variations
Color information
#D0E3CD (or 0xD0E3CD) is known color: Peppermint. HEX triplet: D0, E3 and CD. RGB value is (208,227,205). Sum of RGB (Red+Green+Blue) = 208+227+205=640 (84% of max value = 765). Red value is 208 (81.64% from 255 or 32.5% from 640); Green value is 227 (89.06% from 255 or 35.47% from 640); Blue value is 205 (80.47% from 255 or 32.03% from 640); Max value from RGB is 227 - color contains mainly: green. Hex color #D0E3CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0E3CD is #2F1C32. Grayscale: #DADADA. Windows color (decimal): -3087411 or 13493200. OLE color: 13493200.
HSL color Cylindrical-coordinate representation of color #D0E3CD: hue angle of 111.82º degrees, saturation: 0.28, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D0E3CD is Cyan = 0.08, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 208 | 227 | 205 | - |
| CMYK | 0.08 | 0 | 0.10 | 0.11 |
| HSL | 111.82º | 0.28% | 0.85% | - |
| HSV(B) | 111.82º | 0.1% | 0.89% | - |
| XYZ | 64.5 | 72.76 | 68.4 | - |
| YUV | 218.81 | 120.21 | 120.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 227 | 205 | 0.08 | 0 | 0.10 | 0.11 | 111.82 | 0.28 | 0.85 |
| Hex | D0 | E3 | CD | 8 | 0 | A | B | 70 | 1C | 55 |
| Octal | 320 | 343 | 315 | 10 | 0 | 12 | 13 | 160 | 34 | 125 |
| Binary | 11010000 | 11100011 | 11001101 | 1000 | 0 | 1010 | 1011 | 1110000 | 11100 | 1010101 |
Color Harmonies of #D0E3CD
Complementary color
Monochromatic Colors of #D0E3CD
Black with #D0E3CD
Text Example
Text Example
White with #D0E3CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E3CD; }
p { color: rgb(208,227,205); }
H1.HeaderClassName
{
color: #D0E3CD;
}
.AnyTagClassName
{
color: #D0E3CD;
}
</style>
background-color css
<style>
a { background-color: #D0E3CD; }
a { background-color: rgb(208,227,205); }
div.DivClassName
{
background-color: #D0E3CD;
}
.BgClassName
{
background-color: #D0E3CD;
}
</style>
border-color css
<style>
span { border-color: #D0E3CD; }
span { border-color: rgb(208,227,205); }
td.TdClassName
{
border-color: #D0E3CD;
}
.TagClassName
{
border-color: #D0E3CD;
}
</style>