Shades of Peppermint #D5DCD3
Tints of Peppermint #D5DCD3
RGB
CMYK
RGB Variations
Color information
#D5DCD3 (or 0xD5DCD3) is known color: Peppermint. HEX triplet: D5, DC and D3. RGB value is (213,220,211). Sum of RGB (Red+Green+Blue) = 213+220+211=644 (85% of max value = 765). Red value is 213 (83.59% from 255 or 33.07% from 644); Green value is 220 (86.33% from 255 or 34.16% from 644); Blue value is 211 (82.81% from 255 or 32.76% from 644); Max value from RGB is 220 - color contains mainly: green. Hex color #D5DCD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5DCD3 is #2A232C. Grayscale: #D8D8D8. Windows color (decimal): -2761517 or 13884629. OLE color: 13884629.
HSL color Cylindrical-coordinate representation of color #D5DCD3: hue angle of 106.67º degrees, saturation: 0.11, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #D5DCD3 is Cyan = 0.03, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
RGB | 213 | 220 | 211 | - |
CMYK | 0.03 | 0 | 0.04 | 0.14 |
HSL | 106.67º | 0.11% | 0.85% | - |
HSV(B) | 106.67º | 0.04% | 0.86% | - |
XYZ | 64.79 | 70.04 | 71.73 | - |
YUV | 216.88 | 124.68 | 125.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 220 | 211 | 0.03 | 0 | 0.04 | 0.14 | 106.67 | 0.11 | 0.85 |
Hex | D5 | DC | D3 | 3 | 0 | 4 | E | 6B | B | 55 |
Octal | 325 | 334 | 323 | 3 | 0 | 4 | 16 | 153 | 13 | 125 |
Binary | 11010101 | 11011100 | 11010011 | 11 | 0 | 100 | 1110 | 1101011 | 1011 | 1010101 |
Color Harmonies of #D5DCD3
Complementary color
Monochromatic Colors of #D5DCD3
Black with #D5DCD3
Text Example
Text Example
White with #D5DCD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5DCD3; }
p { color: rgb(213,220,211); }
H1.HeaderClassName
{
color: #D5DCD3;
}
.AnyTagClassName
{
color: #D5DCD3;
}
</style>
background-color css
<style>
a { background-color: #D5DCD3; }
a { background-color: rgb(213,220,211); }
div.DivClassName
{
background-color: #D5DCD3;
}
.BgClassName
{
background-color: #D5DCD3;
}
</style>
border-color css
<style>
span { border-color: #D5DCD3; }
span { border-color: rgb(213,220,211); }
td.TdClassName
{
border-color: #D5DCD3;
}
.TagClassName
{
border-color: #D5DCD3;
}
</style>