Shades of Peppermint #D0E0CE
Tints of Peppermint #D0E0CE
RGB
CMYK
RGB Variations
Color information
#D0E0CE (or 0xD0E0CE) is known color: Peppermint. HEX triplet: D0, E0 and CE. RGB value is (208,224,206). Sum of RGB (Red+Green+Blue) = 208+224+206=638 (84% of max value = 765). Red value is 208 (81.64% from 255 or 32.60% from 638); Green value is 224 (87.89% from 255 or 35.11% from 638); Blue value is 206 (80.86% from 255 or 32.29% from 638); Max value from RGB is 224 - color contains mainly: green. Hex color #D0E0CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0E0CE is #2F1F31. Grayscale: #D9D9D9. Windows color (decimal): -3088178 or 13557968. OLE color: 13557968.
HSL color Cylindrical-coordinate representation of color #D0E0CE: hue angle of 113.33º degrees, saturation: 0.22, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D0E0CE is Cyan = 0.07, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 208 | 224 | 206 | - |
| CMYK | 0.07 | 0 | 0.08 | 0.12 |
| HSL | 113.33º | 0.23% | 0.84% | - |
| HSV(B) | 113.33º | 0.08% | 0.88% | - |
| XYZ | 63.81 | 71.18 | 68.77 | - |
| YUV | 217.16 | 121.7 | 121.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 224 | 206 | 0.07 | 0 | 0.08 | 0.12 | 113.33 | 0.23 | 0.84 |
| Hex | D0 | E0 | CE | 7 | 0 | 8 | C | 71 | 16 | 54 |
| Octal | 320 | 340 | 316 | 7 | 0 | 10 | 14 | 161 | 26 | 124 |
| Binary | 11010000 | 11100000 | 11001110 | 111 | 0 | 1000 | 1100 | 1110001 | 10110 | 1010100 |
Color Harmonies of #D0E0CE
Complementary color
Monochromatic Colors of #D0E0CE
Black with #D0E0CE
Text Example
Text Example
White with #D0E0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E0CE; }
p { color: rgb(208,224,206); }
H1.HeaderClassName
{
color: #D0E0CE;
}
.AnyTagClassName
{
color: #D0E0CE;
}
</style>
background-color css
<style>
a { background-color: #D0E0CE; }
a { background-color: rgb(208,224,206); }
div.DivClassName
{
background-color: #D0E0CE;
}
.BgClassName
{
background-color: #D0E0CE;
}
</style>
border-color css
<style>
span { border-color: #D0E0CE; }
span { border-color: rgb(208,224,206); }
td.TdClassName
{
border-color: #D0E0CE;
}
.TagClassName
{
border-color: #D0E0CE;
}
</style>