Shades of Peppermint #D5E4D1
Tints of Peppermint #D5E4D1
RGB
CMYK
RGB Variations
Color information
#D5E4D1 (or 0xD5E4D1) is known color: Peppermint. HEX triplet: D5, E4 and D1. RGB value is (213,228,209). Sum of RGB (Red+Green+Blue) = 213+228+209=650 (86% of max value = 765). Red value is 213 (83.59% from 255 or 32.77% from 650); Green value is 228 (89.45% from 255 or 35.08% from 650); Blue value is 209 (82.03% from 255 or 32.15% from 650); Max value from RGB is 228 - color contains mainly: green. Hex color #D5E4D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5E4D1 is #2A1B2E. Grayscale: #DDDDDD. Windows color (decimal): -2759471 or 13755605. OLE color: 13755605.
HSL color Cylindrical-coordinate representation of color #D5E4D1: hue angle of 107.37º degrees, saturation: 0.26, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D5E4D1 is Cyan = 0.07, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.11.
Color convert
RGB | 213 | 228 | 209 | - |
CMYK | 0.07 | 0 | 0.08 | 0.11 |
HSL | 107.37º | 0.26% | 0.86% | - |
HSV(B) | 107.37º | 0.08% | 0.89% | - |
XYZ | 66.69 | 74.24 | 71.14 | - |
YUV | 221.35 | 121.03 | 122.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 228 | 209 | 0.07 | 0 | 0.08 | 0.11 | 107.37 | 0.26 | 0.86 |
Hex | D5 | E4 | D1 | 7 | 0 | 8 | B | 6B | 1A | 56 |
Octal | 325 | 344 | 321 | 7 | 0 | 10 | 13 | 153 | 32 | 126 |
Binary | 11010101 | 11100100 | 11010001 | 111 | 0 | 1000 | 1011 | 1101011 | 11010 | 1010110 |
Color Harmonies of #D5E4D1
Complementary color
Monochromatic Colors of #D5E4D1
Black with #D5E4D1
Text Example
Text Example
White with #D5E4D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E4D1; }
p { color: rgb(213,228,209); }
H1.HeaderClassName
{
color: #D5E4D1;
}
.AnyTagClassName
{
color: #D5E4D1;
}
</style>
background-color css
<style>
a { background-color: #D5E4D1; }
a { background-color: rgb(213,228,209); }
div.DivClassName
{
background-color: #D5E4D1;
}
.BgClassName
{
background-color: #D5E4D1;
}
</style>
border-color css
<style>
span { border-color: #D5E4D1; }
span { border-color: rgb(213,228,209); }
td.TdClassName
{
border-color: #D5E4D1;
}
.TagClassName
{
border-color: #D5E4D1;
}
</style>