Shades of Peppermint #D4DED0
Tints of Peppermint #D4DED0
RGB
CMYK
RGB Variations
Color information
#D4DED0 (or 0xD4DED0) is known color: Peppermint. HEX triplet: D4, DE and D0. RGB value is (212,222,208). Sum of RGB (Red+Green+Blue) = 212+222+208=642 (85% of max value = 765). Red value is 212 (83.20% from 255 or 33.02% from 642); Green value is 222 (87.11% from 255 or 34.58% from 642); Blue value is 208 (81.64% from 255 or 32.40% from 642); Max value from RGB is 222 - color contains mainly: green. Hex color #D4DED0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4DED0 is #2B212F. Grayscale: #D9D9D9. Windows color (decimal): -2826544 or 13688532. OLE color: 13688532.
HSL color Cylindrical-coordinate representation of color #D4DED0: hue angle of 102.86º degrees, saturation: 0.17, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D4DED0 is Cyan = 0.05, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
RGB | 212 | 222 | 208 | - |
CMYK | 0.05 | 0 | 0.06 | 0.13 |
HSL | 102.86º | 0.18% | 0.84% | - |
HSV(B) | 102.86º | 0.06% | 0.87% | - |
XYZ | 64.66 | 70.79 | 69.93 | - |
YUV | 217.41 | 122.69 | 124.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 222 | 208 | 0.05 | 0 | 0.06 | 0.13 | 102.86 | 0.18 | 0.84 |
Hex | D4 | DE | D0 | 5 | 0 | 6 | D | 67 | 12 | 54 |
Octal | 324 | 336 | 320 | 5 | 0 | 6 | 15 | 147 | 22 | 124 |
Binary | 11010100 | 11011110 | 11010000 | 101 | 0 | 110 | 1101 | 1100111 | 10010 | 1010100 |
Color Harmonies of #D4DED0
Complementary color
Monochromatic Colors of #D4DED0
Black with #D4DED0
Text Example
Text Example
White with #D4DED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4DED0; }
p { color: rgb(212,222,208); }
H1.HeaderClassName
{
color: #D4DED0;
}
.AnyTagClassName
{
color: #D4DED0;
}
</style>
background-color css
<style>
a { background-color: #D4DED0; }
a { background-color: rgb(212,222,208); }
div.DivClassName
{
background-color: #D4DED0;
}
.BgClassName
{
background-color: #D4DED0;
}
</style>
border-color css
<style>
span { border-color: #D4DED0; }
span { border-color: rgb(212,222,208); }
td.TdClassName
{
border-color: #D4DED0;
}
.TagClassName
{
border-color: #D4DED0;
}
</style>