Shades of Peppermint #D5E3D1
Tints of Peppermint #D5E3D1
RGB
CMYK
RGB Variations
Color information
#D5E3D1 (or 0xD5E3D1) is known color: Peppermint. HEX triplet: D5, E3 and D1. RGB value is (213,227,209). Sum of RGB (Red+Green+Blue) = 213+227+209=649 (85% of max value = 765). Red value is 213 (83.59% from 255 or 32.82% from 649); Green value is 227 (89.06% from 255 or 34.98% from 649); Blue value is 209 (82.03% from 255 or 32.20% from 649); Max value from RGB is 227 - color contains mainly: green. Hex color #D5E3D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5E3D1 is #2A1C2E. Grayscale: #DCDCDC. Windows color (decimal): -2759727 or 13755349. OLE color: 13755349.
HSL color Cylindrical-coordinate representation of color #D5E3D1: hue angle of 106.67º degrees, saturation: 0.24, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D5E3D1 is Cyan = 0.06, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.11.
Color convert
RGB | 213 | 227 | 209 | - |
CMYK | 0.06 | 0 | 0.08 | 0.11 |
HSL | 106.67º | 0.24% | 0.85% | - |
HSV(B) | 106.67º | 0.08% | 0.89% | - |
XYZ | 66.42 | 73.69 | 71.04 | - |
YUV | 220.76 | 121.36 | 122.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 227 | 209 | 0.06 | 0 | 0.08 | 0.11 | 106.67 | 0.24 | 0.85 |
Hex | D5 | E3 | D1 | 6 | 0 | 8 | B | 6B | 18 | 55 |
Octal | 325 | 343 | 321 | 6 | 0 | 10 | 13 | 153 | 30 | 125 |
Binary | 11010101 | 11100011 | 11010001 | 110 | 0 | 1000 | 1011 | 1101011 | 11000 | 1010101 |
Color Harmonies of #D5E3D1
Complementary color
Monochromatic Colors of #D5E3D1
Black with #D5E3D1
Text Example
Text Example
White with #D5E3D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E3D1; }
p { color: rgb(213,227,209); }
H1.HeaderClassName
{
color: #D5E3D1;
}
.AnyTagClassName
{
color: #D5E3D1;
}
</style>
background-color css
<style>
a { background-color: #D5E3D1; }
a { background-color: rgb(213,227,209); }
div.DivClassName
{
background-color: #D5E3D1;
}
.BgClassName
{
background-color: #D5E3D1;
}
</style>
border-color css
<style>
span { border-color: #D5E3D1; }
span { border-color: rgb(213,227,209); }
td.TdClassName
{
border-color: #D5E3D1;
}
.TagClassName
{
border-color: #D5E3D1;
}
</style>