Shades of Peppermint #D4D9D2
Tints of Peppermint #D4D9D2
RGB
CMYK
RGB Variations
Color information
#D4D9D2 (or 0xD4D9D2) is known color: Peppermint. HEX triplet: D4, D9 and D2. RGB value is (212,217,210). Sum of RGB (Red+Green+Blue) = 212+217+210=639 (84% of max value = 765). Red value is 212 (83.20% from 255 or 33.18% from 639); Green value is 217 (85.16% from 255 or 33.96% from 639); Blue value is 210 (82.42% from 255 or 32.86% from 639); Max value from RGB is 217 - color contains mainly: green. Hex color #D4D9D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4D9D2 is #2B262D. Grayscale: #D6D6D6. Windows color (decimal): -2827822 or 13818324. OLE color: 13818324.
HSL color Cylindrical-coordinate representation of color #D4D9D2: hue angle of 102.86º 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 #D4D9D2 is Cyan = 0.02, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
RGB | 212 | 217 | 210 | - |
CMYK | 0.02 | 0 | 0.03 | 0.15 |
HSL | 102.86º | 0.08% | 0.84% | - |
HSV(B) | 102.86º | 0.03% | 0.85% | - |
XYZ | 63.6 | 68.28 | 70.8 | - |
YUV | 214.71 | 125.34 | 126.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 217 | 210 | 0.02 | 0 | 0.03 | 0.15 | 102.86 | 0.08 | 0.84 |
Hex | D4 | D9 | D2 | 2 | 0 | 3 | F | 67 | 8 | 54 |
Octal | 324 | 331 | 322 | 2 | 0 | 3 | 17 | 147 | 10 | 124 |
Binary | 11010100 | 11011001 | 11010010 | 10 | 0 | 11 | 1111 | 1100111 | 1000 | 1010100 |
Color Harmonies of #D4D9D2
Complementary color
Monochromatic Colors of #D4D9D2
Black with #D4D9D2
Text Example
Text Example
White with #D4D9D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D9D2; }
p { color: rgb(212,217,210); }
H1.HeaderClassName
{
color: #D4D9D2;
}
.AnyTagClassName
{
color: #D4D9D2;
}
</style>
background-color css
<style>
a { background-color: #D4D9D2; }
a { background-color: rgb(212,217,210); }
div.DivClassName
{
background-color: #D4D9D2;
}
.BgClassName
{
background-color: #D4D9D2;
}
</style>
border-color css
<style>
span { border-color: #D4D9D2; }
span { border-color: rgb(212,217,210); }
td.TdClassName
{
border-color: #D4D9D2;
}
.TagClassName
{
border-color: #D4D9D2;
}
</style>