Shades of Peppermint #D4DCD2
Tints of Peppermint #D4DCD2
RGB
CMYK
RGB Variations
Color information
#D4DCD2 (or 0xD4DCD2) is known color: Peppermint. HEX triplet: D4, DC and D2. RGB value is (212,220,210). Sum of RGB (Red+Green+Blue) = 212+220+210=642 (85% of max value = 765). Red value is 212 (83.20% from 255 or 33.02% from 642); Green value is 220 (86.33% from 255 or 34.27% from 642); Blue value is 210 (82.42% from 255 or 32.71% from 642); Max value from RGB is 220 - color contains mainly: green. Hex color #D4DCD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4DCD2 is #2B232D. Grayscale: #D8D8D8. Windows color (decimal): -2827054 or 13819092. OLE color: 13819092.
HSL color Cylindrical-coordinate representation of color #D4DCD2: hue angle of 108º degrees, saturation: 0.12, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D4DCD2 is Cyan = 0.04, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
RGB | 212 | 220 | 210 | - |
CMYK | 0.04 | 0 | 0.05 | 0.14 |
HSL | 108º | 0.13% | 0.84% | - |
HSV(B) | 108º | 0.05% | 0.86% | - |
XYZ | 64.38 | 69.84 | 71.06 | - |
YUV | 216.47 | 124.35 | 124.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 220 | 210 | 0.04 | 0 | 0.05 | 0.14 | 108 | 0.13 | 0.84 |
Hex | D4 | DC | D2 | 4 | 0 | 5 | E | 6C | C | 54 |
Octal | 324 | 334 | 322 | 4 | 0 | 5 | 16 | 154 | 14 | 124 |
Binary | 11010100 | 11011100 | 11010010 | 100 | 0 | 101 | 1110 | 1101100 | 1100 | 1010100 |
Color Harmonies of #D4DCD2
Complementary color
Monochromatic Colors of #D4DCD2
Black with #D4DCD2
Text Example
Text Example
White with #D4DCD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4DCD2; }
p { color: rgb(212,220,210); }
H1.HeaderClassName
{
color: #D4DCD2;
}
.AnyTagClassName
{
color: #D4DCD2;
}
</style>
background-color css
<style>
a { background-color: #D4DCD2; }
a { background-color: rgb(212,220,210); }
div.DivClassName
{
background-color: #D4DCD2;
}
.BgClassName
{
background-color: #D4DCD2;
}
</style>
border-color css
<style>
span { border-color: #D4DCD2; }
span { border-color: rgb(212,220,210); }
td.TdClassName
{
border-color: #D4DCD2;
}
.TagClassName
{
border-color: #D4DCD2;
}
</style>