Shades of Peppermint #D6DAD4
Tints of Peppermint #D6DAD4
RGB
CMYK
RGB Variations
Color information
#D6DAD4 (or 0xD6DAD4) is known color: Peppermint. HEX triplet: D6, DA and D4. RGB value is (214,218,212). Sum of RGB (Red+Green+Blue) = 214+218+212=644 (85% of max value = 765). Red value is 214 (83.98% from 255 or 33.23% from 644); Green value is 218 (85.55% from 255 or 33.85% from 644); Blue value is 212 (83.20% from 255 or 32.92% from 644); Max value from RGB is 218 - color contains mainly: green. Hex color #D6DAD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6DAD4 is #29252B. Grayscale: #D8D8D8. Windows color (decimal): -2696492 or 13949654. OLE color: 13949654.
HSL color Cylindrical-coordinate representation of color #D6DAD4: hue angle of 100º degrees, saturation: 0.08, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #D6DAD4 is Cyan = 0.02, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
RGB | 214 | 218 | 212 | - |
CMYK | 0.02 | 0 | 0.03 | 0.15 |
HSL | 100º | 0.08% | 0.84% | - |
HSV(B) | 100º | 0.03% | 0.85% | - |
XYZ | 64.69 | 69.19 | 72.23 | - |
YUV | 216.12 | 125.67 | 126.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 214 | 218 | 212 | 0.02 | 0 | 0.03 | 0.15 | 100 | 0.08 | 0.84 |
Hex | D6 | DA | D4 | 2 | 0 | 3 | F | 64 | 8 | 54 |
Octal | 326 | 332 | 324 | 2 | 0 | 3 | 17 | 144 | 10 | 124 |
Binary | 11010110 | 11011010 | 11010100 | 10 | 0 | 11 | 1111 | 1100100 | 1000 | 1010100 |
Color Harmonies of #D6DAD4
Complementary color
Monochromatic Colors of #D6DAD4
Black with #D6DAD4
Text Example
Text Example
White with #D6DAD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6DAD4; }
p { color: rgb(214,218,212); }
H1.HeaderClassName
{
color: #D6DAD4;
}
.AnyTagClassName
{
color: #D6DAD4;
}
</style>
background-color css
<style>
a { background-color: #D6DAD4; }
a { background-color: rgb(214,218,212); }
div.DivClassName
{
background-color: #D6DAD4;
}
.BgClassName
{
background-color: #D6DAD4;
}
</style>
border-color css
<style>
span { border-color: #D6DAD4; }
span { border-color: rgb(214,218,212); }
td.TdClassName
{
border-color: #D6DAD4;
}
.TagClassName
{
border-color: #D6DAD4;
}
</style>