Shades of Peppermint #D4E4CE
Tints of Peppermint #D4E4CE
RGB
CMYK
RGB Variations
Color information
#D4E4CE (or 0xD4E4CE) is known color: Peppermint. HEX triplet: D4, E4 and CE. RGB value is (212,228,206). Sum of RGB (Red+Green+Blue) = 212+228+206=646 (85% of max value = 765). Red value is 212 (83.20% from 255 or 32.82% from 646); Green value is 228 (89.45% from 255 or 35.29% from 646); Blue value is 206 (80.86% from 255 or 31.89% from 646); Max value from RGB is 228 - color contains mainly: green. Hex color #D4E4CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4E4CE is #2B1B31. Grayscale: #DCDCDC. Windows color (decimal): -2825010 or 13558996. OLE color: 13558996.
HSL color Cylindrical-coordinate representation of color #D4E4CE: hue angle of 103.64º degrees, saturation: 0.29, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D4E4CE is Cyan = 0.07, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
RGB | 212 | 228 | 206 | - |
CMYK | 0.07 | 0 | 0.10 | 0.11 |
HSL | 103.64º | 0.29% | 0.85% | - |
HSV(B) | 103.64º | 0.1% | 0.89% | - |
XYZ | 66.04 | 73.94 | 69.18 | - |
YUV | 220.71 | 119.7 | 121.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 228 | 206 | 0.07 | 0 | 0.10 | 0.11 | 103.64 | 0.29 | 0.85 |
Hex | D4 | E4 | CE | 7 | 0 | A | B | 68 | 1D | 55 |
Octal | 324 | 344 | 316 | 7 | 0 | 12 | 13 | 150 | 35 | 125 |
Binary | 11010100 | 11100100 | 11001110 | 111 | 0 | 1010 | 1011 | 1101000 | 11101 | 1010101 |
Color Harmonies of #D4E4CE
Complementary color
Monochromatic Colors of #D4E4CE
Black with #D4E4CE
Text Example
Text Example
White with #D4E4CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4E4CE; }
p { color: rgb(212,228,206); }
H1.HeaderClassName
{
color: #D4E4CE;
}
.AnyTagClassName
{
color: #D4E4CE;
}
</style>
background-color css
<style>
a { background-color: #D4E4CE; }
a { background-color: rgb(212,228,206); }
div.DivClassName
{
background-color: #D4E4CE;
}
.BgClassName
{
background-color: #D4E4CE;
}
</style>
border-color css
<style>
span { border-color: #D4E4CE; }
span { border-color: rgb(212,228,206); }
td.TdClassName
{
border-color: #D4E4CE;
}
.TagClassName
{
border-color: #D4E4CE;
}
</style>