Shades of Peppermint #D6DAD5
Tints of Peppermint #D6DAD5
RGB
CMYK
RGB Variations
Color information
#D6DAD5 (or 0xD6DAD5) is known color: Peppermint. HEX triplet: D6, DA and D5. RGB value is (214,218,213). Sum of RGB (Red+Green+Blue) = 214+218+213=645 (85% of max value = 765). Red value is 214 (83.98% from 255 or 33.18% from 645); Green value is 218 (85.55% from 255 or 33.80% from 645); Blue value is 213 (83.59% from 255 or 33.02% from 645); Max value from RGB is 218 - color contains mainly: green. Hex color #D6DAD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6DAD5 is #29252A. Grayscale: #D8D8D8. Windows color (decimal): -2696491 or 14015190. OLE color: 14015190.
HSL color Cylindrical-coordinate representation of color #D6DAD5: hue angle of 108º degrees, saturation: 0.06, 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 #D6DAD5 is Cyan = 0.02, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
RGB | 214 | 218 | 213 | - |
CMYK | 0.02 | 0 | 0.02 | 0.15 |
HSL | 108º | 0.06% | 0.85% | - |
HSV(B) | 108º | 0.02% | 0.85% | - |
XYZ | 64.81 | 69.24 | 72.9 | - |
YUV | 216.23 | 126.17 | 126.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 214 | 218 | 213 | 0.02 | 0 | 0.02 | 0.15 | 108 | 0.06 | 0.85 |
Hex | D6 | DA | D5 | 2 | 0 | 2 | F | 6C | 6 | 55 |
Octal | 326 | 332 | 325 | 2 | 0 | 2 | 17 | 154 | 6 | 125 |
Binary | 11010110 | 11011010 | 11010101 | 10 | 0 | 10 | 1111 | 1101100 | 110 | 1010101 |
Color Harmonies of #D6DAD5
Complementary color
Monochromatic Colors of #D6DAD5
Black with #D6DAD5
Text Example
Text Example
White with #D6DAD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6DAD5; }
p { color: rgb(214,218,213); }
H1.HeaderClassName
{
color: #D6DAD5;
}
.AnyTagClassName
{
color: #D6DAD5;
}
</style>
background-color css
<style>
a { background-color: #D6DAD5; }
a { background-color: rgb(214,218,213); }
div.DivClassName
{
background-color: #D6DAD5;
}
.BgClassName
{
background-color: #D6DAD5;
}
</style>
border-color css
<style>
span { border-color: #D6DAD5; }
span { border-color: rgb(214,218,213); }
td.TdClassName
{
border-color: #D6DAD5;
}
.TagClassName
{
border-color: #D6DAD5;
}
</style>