Shades of Peppermint #D7DAD6
Tints of Peppermint #D7DAD6
RGB
CMYK
RGB Variations
Color information
#D7DAD6 (or 0xD7DAD6) is known color: Peppermint. HEX triplet: D7, DA and D6. RGB value is (215,218,214). Sum of RGB (Red+Green+Blue) = 215+218+214=647 (85% of max value = 765). Red value is 215 (84.38% from 255 or 33.23% from 647); Green value is 218 (85.55% from 255 or 33.69% from 647); Blue value is 214 (83.98% from 255 or 33.08% from 647); Max value from RGB is 218 - color contains mainly: green. Hex color #D7DAD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7DAD6 is #282529. Grayscale: #D8D8D8. Windows color (decimal): -2630954 or 14080727. OLE color: 14080727.
HSL color Cylindrical-coordinate representation of color #D7DAD6: hue angle of 105º degrees, saturation: 0.05, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #D7DAD6 is Cyan = 0.01, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
RGB | 215 | 218 | 214 | - |
CMYK | 0.01 | 0 | 0.02 | 0.15 |
HSL | 105º | 0.05% | 0.85% | - |
HSV(B) | 105º | 0.02% | 0.85% | - |
XYZ | 65.23 | 69.44 | 73.58 | - |
YUV | 216.65 | 126.51 | 126.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 215 | 218 | 214 | 0.01 | 0 | 0.02 | 0.15 | 105 | 0.05 | 0.85 |
Hex | D7 | DA | D6 | 1 | 0 | 2 | F | 69 | 5 | 55 |
Octal | 327 | 332 | 326 | 1 | 0 | 2 | 17 | 151 | 5 | 125 |
Binary | 11010111 | 11011010 | 11010110 | 1 | 0 | 10 | 1111 | 1101001 | 101 | 1010101 |
Color Harmonies of #D7DAD6
Complementary color
Monochromatic Colors of #D7DAD6
Black with #D7DAD6
Text Example
Text Example
White with #D7DAD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7DAD6; }
p { color: rgb(215,218,214); }
H1.HeaderClassName
{
color: #D7DAD6;
}
.AnyTagClassName
{
color: #D7DAD6;
}
</style>
background-color css
<style>
a { background-color: #D7DAD6; }
a { background-color: rgb(215,218,214); }
div.DivClassName
{
background-color: #D7DAD6;
}
.BgClassName
{
background-color: #D7DAD6;
}
</style>
border-color css
<style>
span { border-color: #D7DAD6; }
span { border-color: rgb(215,218,214); }
td.TdClassName
{
border-color: #D7DAD6;
}
.TagClassName
{
border-color: #D7DAD6;
}
</style>