Shades of Peppermint #D6E5CE
Tints of Peppermint #D6E5CE
RGB
CMYK
RGB Variations
Color information
#D6E5CE (or 0xD6E5CE) is known color: Peppermint. HEX triplet: D6, E5 and CE. RGB value is (214,229,206). Sum of RGB (Red+Green+Blue) = 214+229+206=649 (85% of max value = 765). Red value is 214 (83.98% from 255 or 32.97% from 649); Green value is 229 (89.84% from 255 or 35.29% from 649); Blue value is 206 (80.86% from 255 or 31.74% from 649); Max value from RGB is 229 - color contains mainly: green. Hex color #D6E5CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6E5CE is #291A31. Grayscale: #DDDDDD. Windows color (decimal): -2693682 or 13559254. OLE color: 13559254.
HSL color Cylindrical-coordinate representation of color #D6E5CE: hue angle of 99.13º degrees, saturation: 0.31, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D6E5CE is Cyan = 0.07, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 214 | 229 | 206 | - |
| CMYK | 0.07 | 0 | 0.10 | 0.10 |
| HSL | 99.13º | 0.31% | 0.85% | - |
| HSV(B) | 99.13º | 0.1% | 0.9% | - |
| XYZ | 66.89 | 74.79 | 69.3 | - |
| YUV | 221.89 | 119.03 | 122.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 229 | 206 | 0.07 | 0 | 0.10 | 0.10 | 99.13 | 0.31 | 0.85 |
| Hex | D6 | E5 | CE | 7 | 0 | A | A | 63 | 1F | 55 |
| Octal | 326 | 345 | 316 | 7 | 0 | 12 | 12 | 143 | 37 | 125 |
| Binary | 11010110 | 11100101 | 11001110 | 111 | 0 | 1010 | 1010 | 1100011 | 11111 | 1010101 |
Color Harmonies of #D6E5CE
Complementary color
Monochromatic Colors of #D6E5CE
Black with #D6E5CE
Text Example
Text Example
White with #D6E5CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6E5CE; }
p { color: rgb(214,229,206); }
H1.HeaderClassName
{
color: #D6E5CE;
}
.AnyTagClassName
{
color: #D6E5CE;
}
</style>
background-color css
<style>
a { background-color: #D6E5CE; }
a { background-color: rgb(214,229,206); }
div.DivClassName
{
background-color: #D6E5CE;
}
.BgClassName
{
background-color: #D6E5CE;
}
</style>
border-color css
<style>
span { border-color: #D6E5CE; }
span { border-color: rgb(214,229,206); }
td.TdClassName
{
border-color: #D6E5CE;
}
.TagClassName
{
border-color: #D6E5CE;
}
</style>