Shades of Peppermint #D4E1CF
Tints of Peppermint #D4E1CF
RGB
CMYK
RGB Variations
Color information
#D4E1CF (or 0xD4E1CF) is known color: Peppermint. HEX triplet: D4, E1 and CF. RGB value is (212,225,207). Sum of RGB (Red+Green+Blue) = 212+225+207=644 (85% of max value = 765). Red value is 212 (83.20% from 255 or 32.92% from 644); Green value is 225 (88.28% from 255 or 34.94% from 644); Blue value is 207 (81.25% from 255 or 32.14% from 644); Max value from RGB is 225 - color contains mainly: green. Hex color #D4E1CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4E1CF is #2B1E30. Grayscale: #DBDBDB. Windows color (decimal): -2825777 or 13623764. OLE color: 13623764.
HSL color Cylindrical-coordinate representation of color #D4E1CF: hue angle of 103.33º degrees, saturation: 0.23, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D4E1CF is Cyan = 0.06, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 212 | 225 | 207 | - |
| CMYK | 0.06 | 0 | 0.08 | 0.12 |
| HSL | 103.33º | 0.23% | 0.85% | - |
| HSV(B) | 103.33º | 0.08% | 0.88% | - |
| XYZ | 65.34 | 72.35 | 69.55 | - |
| YUV | 219.06 | 121.19 | 122.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 225 | 207 | 0.06 | 0 | 0.08 | 0.12 | 103.33 | 0.23 | 0.85 |
| Hex | D4 | E1 | CF | 6 | 0 | 8 | C | 67 | 17 | 55 |
| Octal | 324 | 341 | 317 | 6 | 0 | 10 | 14 | 147 | 27 | 125 |
| Binary | 11010100 | 11100001 | 11001111 | 110 | 0 | 1000 | 1100 | 1100111 | 10111 | 1010101 |
Color Harmonies of #D4E1CF
Complementary color
Monochromatic Colors of #D4E1CF
Black with #D4E1CF
Text Example
Text Example
White with #D4E1CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4E1CF; }
p { color: rgb(212,225,207); }
H1.HeaderClassName
{
color: #D4E1CF;
}
.AnyTagClassName
{
color: #D4E1CF;
}
</style>
background-color css
<style>
a { background-color: #D4E1CF; }
a { background-color: rgb(212,225,207); }
div.DivClassName
{
background-color: #D4E1CF;
}
.BgClassName
{
background-color: #D4E1CF;
}
</style>
border-color css
<style>
span { border-color: #D4E1CF; }
span { border-color: rgb(212,225,207); }
td.TdClassName
{
border-color: #D4E1CF;
}
.TagClassName
{
border-color: #D4E1CF;
}
</style>