Shades of Peppermint #D5E8D0
Tints of Peppermint #D5E8D0
RGB
CMYK
RGB Variations
Color information
#D5E8D0 (or 0xD5E8D0) is known color: Peppermint. HEX triplet: D5, E8 and D0. RGB value is (213,232,208). Sum of RGB (Red+Green+Blue) = 213+232+208=653 (86% of max value = 765). Red value is 213 (83.59% from 255 or 32.62% from 653); Green value is 232 (91.02% from 255 or 35.53% from 653); Blue value is 208 (81.64% from 255 or 31.85% from 653); Max value from RGB is 232 - color contains mainly: green. Hex color #D5E8D0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5E8D0 is #2A172F. Grayscale: #DFDFDF. Windows color (decimal): -2758448 or 13691093. OLE color: 13691093.
HSL color Cylindrical-coordinate representation of color #D5E8D0: hue angle of 107.5º degrees, saturation: 0.34, 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 #D5E8D0 is Cyan = 0.08, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
RGB | 213 | 232 | 208 | - |
CMYK | 0.08 | 0 | 0.10 | 0.09 |
HSL | 107.5º | 0.34% | 0.86% | - |
HSV(B) | 107.5º | 0.1% | 0.91% | - |
XYZ | 67.68 | 76.41 | 70.86 | - |
YUV | 223.58 | 119.21 | 120.45 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 232 | 208 | 0.08 | 0 | 0.10 | 0.09 | 107.5 | 0.34 | 0.86 |
Hex | D5 | E8 | D0 | 8 | 0 | A | 9 | 6C | 22 | 56 |
Octal | 325 | 350 | 320 | 10 | 0 | 12 | 11 | 154 | 42 | 126 |
Binary | 11010101 | 11101000 | 11010000 | 1000 | 0 | 1010 | 1001 | 1101100 | 100010 | 1010110 |
Color Harmonies of #D5E8D0
Complementary color
Monochromatic Colors of #D5E8D0
Black with #D5E8D0
Text Example
Text Example
White with #D5E8D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E8D0; }
p { color: rgb(213,232,208); }
H1.HeaderClassName
{
color: #D5E8D0;
}
.AnyTagClassName
{
color: #D5E8D0;
}
</style>
background-color css
<style>
a { background-color: #D5E8D0; }
a { background-color: rgb(213,232,208); }
div.DivClassName
{
background-color: #D5E8D0;
}
.BgClassName
{
background-color: #D5E8D0;
}
</style>
border-color css
<style>
span { border-color: #D5E8D0; }
span { border-color: rgb(213,232,208); }
td.TdClassName
{
border-color: #D5E8D0;
}
.TagClassName
{
border-color: #D5E8D0;
}
</style>