Shades of Peppermint #D9E7D0
Tints of Peppermint #D9E7D0
RGB
CMYK
RGB Variations
Color information
#D9E7D0 (or 0xD9E7D0) is known color: Peppermint. HEX triplet: D9, E7 and D0. RGB value is (217,231,208). Sum of RGB (Red+Green+Blue) = 217+231+208=656 (86% of max value = 765). Red value is 217 (85.16% from 255 or 33.08% from 656); Green value is 231 (90.62% from 255 or 35.21% from 656); Blue value is 208 (81.64% from 255 or 31.71% from 656); Max value from RGB is 231 - color contains mainly: green. Hex color #D9E7D0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9E7D0 is #26182F. Grayscale: #E0E0E0. Windows color (decimal): -2496560 or 13690841. OLE color: 13690841.
HSL color Cylindrical-coordinate representation of color #D9E7D0: hue angle of 96.52º degrees, saturation: 0.32, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D9E7D0 is Cyan = 0.06, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
RGB | 217 | 231 | 208 | - |
CMYK | 0.06 | 0 | 0.10 | 0.09 |
HSL | 96.52º | 0.32% | 0.86% | - |
HSV(B) | 96.52º | 0.1% | 0.91% | - |
XYZ | 68.58 | 76.46 | 70.82 | - |
YUV | 224.19 | 118.86 | 122.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 231 | 208 | 0.06 | 0 | 0.10 | 0.09 | 96.52 | 0.32 | 0.86 |
Hex | D9 | E7 | D0 | 6 | 0 | A | 9 | 61 | 20 | 56 |
Octal | 331 | 347 | 320 | 6 | 0 | 12 | 11 | 141 | 40 | 126 |
Binary | 11011001 | 11100111 | 11010000 | 110 | 0 | 1010 | 1001 | 1100001 | 100000 | 1010110 |
Color Harmonies of #D9E7D0
Complementary color
Monochromatic Colors of #D9E7D0
Black with #D9E7D0
Text Example
Text Example
White with #D9E7D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9E7D0; }
p { color: rgb(217,231,208); }
H1.HeaderClassName
{
color: #D9E7D0;
}
.AnyTagClassName
{
color: #D9E7D0;
}
</style>
background-color css
<style>
a { background-color: #D9E7D0; }
a { background-color: rgb(217,231,208); }
div.DivClassName
{
background-color: #D9E7D0;
}
.BgClassName
{
background-color: #D9E7D0;
}
</style>
border-color css
<style>
span { border-color: #D9E7D0; }
span { border-color: rgb(217,231,208); }
td.TdClassName
{
border-color: #D9E7D0;
}
.TagClassName
{
border-color: #D9E7D0;
}
</style>