Shades of Peppermint #D5E7D0
Tints of Peppermint #D5E7D0
RGB
CMYK
RGB Variations
Color information
#D5E7D0 (or 0xD5E7D0) is known color: Peppermint. HEX triplet: D5, E7 and D0. RGB value is (213,231,208). Sum of RGB (Red+Green+Blue) = 213+231+208=652 (86% of max value = 765). Red value is 213 (83.59% from 255 or 32.67% from 652); Green value is 231 (90.62% from 255 or 35.43% from 652); Blue value is 208 (81.64% from 255 or 31.90% from 652); Max value from RGB is 231 - color contains mainly: green. Hex color #D5E7D0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5E7D0 is #2A182F. Grayscale: #DFDFDF. Windows color (decimal): -2758704 or 13690837. OLE color: 13690837.
HSL color Cylindrical-coordinate representation of color #D5E7D0: hue angle of 106.96º 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 #D5E7D0 is Cyan = 0.08, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
RGB | 213 | 231 | 208 | - |
CMYK | 0.08 | 0 | 0.10 | 0.09 |
HSL | 106.96º | 0.32% | 0.86% | - |
HSV(B) | 106.96º | 0.1% | 0.91% | - |
XYZ | 67.4 | 75.85 | 70.76 | - |
YUV | 223 | 119.54 | 120.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 231 | 208 | 0.08 | 0 | 0.10 | 0.09 | 106.96 | 0.32 | 0.86 |
Hex | D5 | E7 | D0 | 8 | 0 | A | 9 | 6B | 20 | 56 |
Octal | 325 | 347 | 320 | 10 | 0 | 12 | 11 | 153 | 40 | 126 |
Binary | 11010101 | 11100111 | 11010000 | 1000 | 0 | 1010 | 1001 | 1101011 | 100000 | 1010110 |
Color Harmonies of #D5E7D0
Complementary color
Monochromatic Colors of #D5E7D0
Black with #D5E7D0
Text Example
Text Example
White with #D5E7D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E7D0; }
p { color: rgb(213,231,208); }
H1.HeaderClassName
{
color: #D5E7D0;
}
.AnyTagClassName
{
color: #D5E7D0;
}
</style>
background-color css
<style>
a { background-color: #D5E7D0; }
a { background-color: rgb(213,231,208); }
div.DivClassName
{
background-color: #D5E7D0;
}
.BgClassName
{
background-color: #D5E7D0;
}
</style>
border-color css
<style>
span { border-color: #D5E7D0; }
span { border-color: rgb(213,231,208); }
td.TdClassName
{
border-color: #D5E7D0;
}
.TagClassName
{
border-color: #D5E7D0;
}
</style>