Shades of Peppermint #D7DBD5
Tints of Peppermint #D7DBD5
RGB
CMYK
RGB Variations
Color information
#D7DBD5 (or 0xD7DBD5) is known color: Peppermint. HEX triplet: D7, DB and D5. RGB value is (215,219,213). Sum of RGB (Red+Green+Blue) = 215+219+213=647 (85% of max value = 765). Red value is 215 (84.38% from 255 or 33.23% from 647); Green value is 219 (85.94% from 255 or 33.85% from 647); Blue value is 213 (83.59% from 255 or 32.92% from 647); Max value from RGB is 219 - color contains mainly: green. Hex color #D7DBD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7DBD5 is #28242A. Grayscale: #D9D9D9. Windows color (decimal): -2630699 or 14015447. OLE color: 14015447.
HSL color Cylindrical-coordinate representation of color #D7DBD5: hue angle of 100º degrees, saturation: 0.08, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #D7DBD5 is Cyan = 0.02, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
RGB | 215 | 219 | 213 | - |
CMYK | 0.02 | 0 | 0.03 | 0.14 |
HSL | 100º | 0.08% | 0.85% | - |
HSV(B) | 100º | 0.03% | 0.86% | - |
XYZ | 65.37 | 69.91 | 73 | - |
YUV | 217.12 | 125.67 | 126.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 215 | 219 | 213 | 0.02 | 0 | 0.03 | 0.14 | 100 | 0.08 | 0.85 |
Hex | D7 | DB | D5 | 2 | 0 | 3 | E | 64 | 8 | 55 |
Octal | 327 | 333 | 325 | 2 | 0 | 3 | 16 | 144 | 10 | 125 |
Binary | 11010111 | 11011011 | 11010101 | 10 | 0 | 11 | 1110 | 1100100 | 1000 | 1010101 |
Color Harmonies of #D7DBD5
Complementary color
Monochromatic Colors of #D7DBD5
Black with #D7DBD5
Text Example
Text Example
White with #D7DBD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7DBD5; }
p { color: rgb(215,219,213); }
H1.HeaderClassName
{
color: #D7DBD5;
}
.AnyTagClassName
{
color: #D7DBD5;
}
</style>
background-color css
<style>
a { background-color: #D7DBD5; }
a { background-color: rgb(215,219,213); }
div.DivClassName
{
background-color: #D7DBD5;
}
.BgClassName
{
background-color: #D7DBD5;
}
</style>
border-color css
<style>
span { border-color: #D7DBD5; }
span { border-color: rgb(215,219,213); }
td.TdClassName
{
border-color: #D7DBD5;
}
.TagClassName
{
border-color: #D7DBD5;
}
</style>