Shades of Peppermint #D5DCD1
Tints of Peppermint #D5DCD1
RGB
CMYK
RGB Variations
Color information
#D5DCD1 (or 0xD5DCD1) is known color: Peppermint. HEX triplet: D5, DC and D1. RGB value is (213,220,209). Sum of RGB (Red+Green+Blue) = 213+220+209=642 (85% of max value = 765). Red value is 213 (83.59% from 255 or 33.18% from 642); Green value is 220 (86.33% from 255 or 34.27% from 642); Blue value is 209 (82.03% from 255 or 32.55% from 642); Max value from RGB is 220 - color contains mainly: green. Hex color #D5DCD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5DCD1 is #2A232E. Grayscale: #D8D8D8. Windows color (decimal): -2761519 or 13753557. OLE color: 13753557.
HSL color Cylindrical-coordinate representation of color #D5DCD1: hue angle of 98.18º degrees, saturation: 0.14, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D5DCD1 is Cyan = 0.03, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
RGB | 213 | 220 | 209 | - |
CMYK | 0.03 | 0 | 0.05 | 0.14 |
HSL | 98.18º | 0.14% | 0.84% | - |
HSV(B) | 98.18º | 0.05% | 0.86% | - |
XYZ | 64.54 | 69.94 | 70.42 | - |
YUV | 216.65 | 123.68 | 125.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 220 | 209 | 0.03 | 0 | 0.05 | 0.14 | 98.18 | 0.14 | 0.84 |
Hex | D5 | DC | D1 | 3 | 0 | 5 | E | 62 | E | 54 |
Octal | 325 | 334 | 321 | 3 | 0 | 5 | 16 | 142 | 16 | 124 |
Binary | 11010101 | 11011100 | 11010001 | 11 | 0 | 101 | 1110 | 1100010 | 1110 | 1010100 |
Color Harmonies of #D5DCD1
Complementary color
Monochromatic Colors of #D5DCD1
Black with #D5DCD1
Text Example
Text Example
White with #D5DCD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5DCD1; }
p { color: rgb(213,220,209); }
H1.HeaderClassName
{
color: #D5DCD1;
}
.AnyTagClassName
{
color: #D5DCD1;
}
</style>
background-color css
<style>
a { background-color: #D5DCD1; }
a { background-color: rgb(213,220,209); }
div.DivClassName
{
background-color: #D5DCD1;
}
.BgClassName
{
background-color: #D5DCD1;
}
</style>
border-color css
<style>
span { border-color: #D5DCD1; }
span { border-color: rgb(213,220,209); }
td.TdClassName
{
border-color: #D5DCD1;
}
.TagClassName
{
border-color: #D5DCD1;
}
</style>