Shades of Peppermint #D6DDD4
Tints of Peppermint #D6DDD4
RGB
CMYK
RGB Variations
Color information
#D6DDD4 (or 0xD6DDD4) is known color: Peppermint. HEX triplet: D6, DD and D4. RGB value is (214,221,212). Sum of RGB (Red+Green+Blue) = 214+221+212=647 (85% of max value = 765). Red value is 214 (83.98% from 255 or 33.08% from 647); Green value is 221 (86.72% from 255 or 34.16% from 647); Blue value is 212 (83.20% from 255 or 32.77% from 647); Max value from RGB is 221 - color contains mainly: green. Hex color #D6DDD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6DDD4 is #29222B. Grayscale: #D9D9D9. Windows color (decimal): -2695724 or 13950422. OLE color: 13950422.
HSL color Cylindrical-coordinate representation of color #D6DDD4: hue angle of 106.67º degrees, saturation: 0.12, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #D6DDD4 is Cyan = 0.03, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
RGB | 214 | 221 | 212 | - |
CMYK | 0.03 | 0 | 0.04 | 0.13 |
HSL | 106.67º | 0.12% | 0.85% | - |
HSV(B) | 106.67º | 0.04% | 0.87% | - |
XYZ | 65.47 | 70.76 | 72.5 | - |
YUV | 217.88 | 124.68 | 125.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 214 | 221 | 212 | 0.03 | 0 | 0.04 | 0.13 | 106.67 | 0.12 | 0.85 |
Hex | D6 | DD | D4 | 3 | 0 | 4 | D | 6B | C | 55 |
Octal | 326 | 335 | 324 | 3 | 0 | 4 | 15 | 153 | 14 | 125 |
Binary | 11010110 | 11011101 | 11010100 | 11 | 0 | 100 | 1101 | 1101011 | 1100 | 1010101 |
Color Harmonies of #D6DDD4
Complementary color
Monochromatic Colors of #D6DDD4
Black with #D6DDD4
Text Example
Text Example
White with #D6DDD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6DDD4; }
p { color: rgb(214,221,212); }
H1.HeaderClassName
{
color: #D6DDD4;
}
.AnyTagClassName
{
color: #D6DDD4;
}
</style>
background-color css
<style>
a { background-color: #D6DDD4; }
a { background-color: rgb(214,221,212); }
div.DivClassName
{
background-color: #D6DDD4;
}
.BgClassName
{
background-color: #D6DDD4;
}
</style>
border-color css
<style>
span { border-color: #D6DDD4; }
span { border-color: rgb(214,221,212); }
td.TdClassName
{
border-color: #D6DDD4;
}
.TagClassName
{
border-color: #D6DDD4;
}
</style>