Shades of Peppermint #D7E5D0
Tints of Peppermint #D7E5D0
RGB
CMYK
RGB Variations
Color information
#D7E5D0 (or 0xD7E5D0) is known color: Peppermint. HEX triplet: D7, E5 and D0. RGB value is (215,229,208). Sum of RGB (Red+Green+Blue) = 215+229+208=652 (86% of max value = 765). Red value is 215 (84.38% from 255 or 32.98% from 652); Green value is 229 (89.84% from 255 or 35.12% from 652); Blue value is 208 (81.64% from 255 or 31.90% from 652); Max value from RGB is 229 - color contains mainly: green. Hex color #D7E5D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7E5D0 is #281A2F. Grayscale: #DEDEDE. Windows color (decimal): -2628144 or 13690327. OLE color: 13690327.
HSL color Cylindrical-coordinate representation of color #D7E5D0: hue angle of 100º degrees, saturation: 0.29, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D7E5D0 is Cyan = 0.06, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.10.
Color convert
RGB | 215 | 229 | 208 | - |
CMYK | 0.06 | 0 | 0.09 | 0.10 |
HSL | 100º | 0.29% | 0.86% | - |
HSV(B) | 100º | 0.09% | 0.9% | - |
XYZ | 67.43 | 75.04 | 70.6 | - |
YUV | 222.42 | 119.86 | 122.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 215 | 229 | 208 | 0.06 | 0 | 0.09 | 0.10 | 100 | 0.29 | 0.86 |
Hex | D7 | E5 | D0 | 6 | 0 | 9 | A | 64 | 1D | 56 |
Octal | 327 | 345 | 320 | 6 | 0 | 11 | 12 | 144 | 35 | 126 |
Binary | 11010111 | 11100101 | 11010000 | 110 | 0 | 1001 | 1010 | 1100100 | 11101 | 1010110 |
Color Harmonies of #D7E5D0
Complementary color
Monochromatic Colors of #D7E5D0
Black with #D7E5D0
Text Example
Text Example
White with #D7E5D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7E5D0; }
p { color: rgb(215,229,208); }
H1.HeaderClassName
{
color: #D7E5D0;
}
.AnyTagClassName
{
color: #D7E5D0;
}
</style>
background-color css
<style>
a { background-color: #D7E5D0; }
a { background-color: rgb(215,229,208); }
div.DivClassName
{
background-color: #D7E5D0;
}
.BgClassName
{
background-color: #D7E5D0;
}
</style>
border-color css
<style>
span { border-color: #D7E5D0; }
span { border-color: rgb(215,229,208); }
td.TdClassName
{
border-color: #D7E5D0;
}
.TagClassName
{
border-color: #D7E5D0;
}
</style>