Shades of Peppermint #D2E1CF
Tints of Peppermint #D2E1CF
RGB
CMYK
RGB Variations
Color information
#D2E1CF (or 0xD2E1CF) is known color: Peppermint. HEX triplet: D2, E1 and CF. RGB value is (210,225,207). Sum of RGB (Red+Green+Blue) = 210+225+207=642 (85% of max value = 765). Red value is 210 (82.42% from 255 or 32.71% from 642); Green value is 225 (88.28% from 255 or 35.05% from 642); Blue value is 207 (81.25% from 255 or 32.24% from 642); Max value from RGB is 225 - color contains mainly: green. Hex color #D2E1CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2E1CF is #2D1E30. Grayscale: #DADADA. Windows color (decimal): -2956849 or 13623762. OLE color: 13623762.
HSL color Cylindrical-coordinate representation of color #D2E1CF: hue angle of 110º 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 #D2E1CF is Cyan = 0.07, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 210 | 225 | 207 | - |
| CMYK | 0.07 | 0 | 0.08 | 0.12 |
| HSL | 110º | 0.23% | 0.85% | - |
| HSV(B) | 110º | 0.08% | 0.88% | - |
| XYZ | 64.77 | 72.06 | 69.53 | - |
| YUV | 218.46 | 121.53 | 121.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 225 | 207 | 0.07 | 0 | 0.08 | 0.12 | 110 | 0.23 | 0.85 |
| Hex | D2 | E1 | CF | 7 | 0 | 8 | C | 6E | 17 | 55 |
| Octal | 322 | 341 | 317 | 7 | 0 | 10 | 14 | 156 | 27 | 125 |
| Binary | 11010010 | 11100001 | 11001111 | 111 | 0 | 1000 | 1100 | 1101110 | 10111 | 1010101 |
Color Harmonies of #D2E1CF
Complementary color
Monochromatic Colors of #D2E1CF
Black with #D2E1CF
Text Example
Text Example
White with #D2E1CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2E1CF; }
p { color: rgb(210,225,207); }
H1.HeaderClassName
{
color: #D2E1CF;
}
.AnyTagClassName
{
color: #D2E1CF;
}
</style>
background-color css
<style>
a { background-color: #D2E1CF; }
a { background-color: rgb(210,225,207); }
div.DivClassName
{
background-color: #D2E1CF;
}
.BgClassName
{
background-color: #D2E1CF;
}
</style>
border-color css
<style>
span { border-color: #D2E1CF; }
span { border-color: rgb(210,225,207); }
td.TdClassName
{
border-color: #D2E1CF;
}
.TagClassName
{
border-color: #D2E1CF;
}
</style>