Shades of Peppermint #D4E6CD
Tints of Peppermint #D4E6CD
RGB
CMYK
RGB Variations
Color information
#D4E6CD (or 0xD4E6CD) is known color: Peppermint. HEX triplet: D4, E6 and CD. RGB value is (212,230,205). Sum of RGB (Red+Green+Blue) = 212+230+205=647 (85% of max value = 765). Red value is 212 (83.20% from 255 or 32.77% from 647); Green value is 230 (90.23% from 255 or 35.55% from 647); Blue value is 205 (80.47% from 255 or 31.68% from 647); Max value from RGB is 230 - color contains mainly: green. Hex color #D4E6CD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D4E6CD is #2B1932. Grayscale: #DDDDDD. Windows color (decimal): -2824499 or 13493972. OLE color: 13493972.
HSL color Cylindrical-coordinate representation of color #D4E6CD: hue angle of 103.2º degrees, saturation: 0.33, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D4E6CD is Cyan = 0.08, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
RGB | 212 | 230 | 205 | - |
CMYK | 0.08 | 0 | 0.11 | 0.10 |
HSL | 103.2º | 0.33% | 0.85% | - |
HSV(B) | 103.2º | 0.11% | 0.9% | - |
XYZ | 66.47 | 75 | 68.73 | - |
YUV | 221.77 | 118.54 | 121.03 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 230 | 205 | 0.08 | 0 | 0.11 | 0.10 | 103.2 | 0.33 | 0.85 |
Hex | D4 | E6 | CD | 8 | 0 | B | A | 67 | 21 | 55 |
Octal | 324 | 346 | 315 | 10 | 0 | 13 | 12 | 147 | 41 | 125 |
Binary | 11010100 | 11100110 | 11001101 | 1000 | 0 | 1011 | 1010 | 1100111 | 100001 | 1010101 |
Color Harmonies of #D4E6CD
Complementary color
Monochromatic Colors of #D4E6CD
Black with #D4E6CD
Text Example
Text Example
White with #D4E6CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4E6CD; }
p { color: rgb(212,230,205); }
H1.HeaderClassName
{
color: #D4E6CD;
}
.AnyTagClassName
{
color: #D4E6CD;
}
</style>
background-color css
<style>
a { background-color: #D4E6CD; }
a { background-color: rgb(212,230,205); }
div.DivClassName
{
background-color: #D4E6CD;
}
.BgClassName
{
background-color: #D4E6CD;
}
</style>
border-color css
<style>
span { border-color: #D4E6CD; }
span { border-color: rgb(212,230,205); }
td.TdClassName
{
border-color: #D4E6CD;
}
.TagClassName
{
border-color: #D4E6CD;
}
</style>