Shades of Peppermint #D2E1CE
Tints of Peppermint #D2E1CE
RGB
CMYK
RGB Variations
Color information
#D2E1CE (or 0xD2E1CE) is known color: Peppermint. HEX triplet: D2, E1 and CE. RGB value is (210,225,206). Sum of RGB (Red+Green+Blue) = 210+225+206=641 (84% of max value = 765). Red value is 210 (82.42% from 255 or 32.76% from 641); Green value is 225 (88.28% from 255 or 35.10% from 641); Blue value is 206 (80.86% from 255 or 32.14% from 641); Max value from RGB is 225 - color contains mainly: green. Hex color #D2E1CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2E1CE is #2D1E31. Grayscale: #DADADA. Windows color (decimal): -2956850 or 13558226. OLE color: 13558226.
HSL color Cylindrical-coordinate representation of color #D2E1CE: hue angle of 107.37º degrees, saturation: 0.24, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D2E1CE is Cyan = 0.07, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 210 | 225 | 206 | - |
| CMYK | 0.07 | 0 | 0.08 | 0.12 |
| HSL | 107.37º | 0.24% | 0.85% | - |
| HSV(B) | 107.37º | 0.08% | 0.88% | - |
| XYZ | 64.64 | 72.01 | 68.88 | - |
| YUV | 218.35 | 121.03 | 122.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 225 | 206 | 0.07 | 0 | 0.08 | 0.12 | 107.37 | 0.24 | 0.85 |
| Hex | D2 | E1 | CE | 7 | 0 | 8 | C | 6B | 18 | 55 |
| Octal | 322 | 341 | 316 | 7 | 0 | 10 | 14 | 153 | 30 | 125 |
| Binary | 11010010 | 11100001 | 11001110 | 111 | 0 | 1000 | 1100 | 1101011 | 11000 | 1010101 |
Color Harmonies of #D2E1CE
Complementary color
Monochromatic Colors of #D2E1CE
Black with #D2E1CE
Text Example
Text Example
White with #D2E1CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2E1CE; }
p { color: rgb(210,225,206); }
H1.HeaderClassName
{
color: #D2E1CE;
}
.AnyTagClassName
{
color: #D2E1CE;
}
</style>
background-color css
<style>
a { background-color: #D2E1CE; }
a { background-color: rgb(210,225,206); }
div.DivClassName
{
background-color: #D2E1CE;
}
.BgClassName
{
background-color: #D2E1CE;
}
</style>
border-color css
<style>
span { border-color: #D2E1CE; }
span { border-color: rgb(210,225,206); }
td.TdClassName
{
border-color: #D2E1CE;
}
.TagClassName
{
border-color: #D2E1CE;
}
</style>