Shades of Peppermint #D1E1CC
Tints of Peppermint #D1E1CC
RGB
CMYK
RGB Variations
Color information
#D1E1CC (or 0xD1E1CC) is known color: Peppermint. HEX triplet: D1, E1 and CC. RGB value is (209,225,204). Sum of RGB (Red+Green+Blue) = 209+225+204=638 (84% of max value = 765). Red value is 209 (82.03% from 255 or 32.76% from 638); Green value is 225 (88.28% from 255 or 35.27% from 638); Blue value is 204 (80.08% from 255 or 31.97% from 638); Max value from RGB is 225 - color contains mainly: green. Hex color #D1E1CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1E1CC is #2E1E33. Grayscale: #D9D9D9. Windows color (decimal): -3022388 or 13427153. OLE color: 13427153.
HSL color Cylindrical-coordinate representation of color #D1E1CC: hue angle of 105.71º degrees, saturation: 0.26, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D1E1CC is Cyan = 0.07, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 209 | 225 | 204 | - |
| CMYK | 0.07 | 0 | 0.09 | 0.12 |
| HSL | 105.71º | 0.26% | 0.84% | - |
| HSV(B) | 105.71º | 0.09% | 0.88% | - |
| XYZ | 64.12 | 71.77 | 67.6 | - |
| YUV | 217.82 | 120.2 | 121.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 225 | 204 | 0.07 | 0 | 0.09 | 0.12 | 105.71 | 0.26 | 0.84 |
| Hex | D1 | E1 | CC | 7 | 0 | 9 | C | 6A | 1A | 54 |
| Octal | 321 | 341 | 314 | 7 | 0 | 11 | 14 | 152 | 32 | 124 |
| Binary | 11010001 | 11100001 | 11001100 | 111 | 0 | 1001 | 1100 | 1101010 | 11010 | 1010100 |
Color Harmonies of #D1E1CC
Complementary color
Monochromatic Colors of #D1E1CC
Black with #D1E1CC
Text Example
Text Example
White with #D1E1CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1E1CC; }
p { color: rgb(209,225,204); }
H1.HeaderClassName
{
color: #D1E1CC;
}
.AnyTagClassName
{
color: #D1E1CC;
}
</style>
background-color css
<style>
a { background-color: #D1E1CC; }
a { background-color: rgb(209,225,204); }
div.DivClassName
{
background-color: #D1E1CC;
}
.BgClassName
{
background-color: #D1E1CC;
}
</style>
border-color css
<style>
span { border-color: #D1E1CC; }
span { border-color: rgb(209,225,204); }
td.TdClassName
{
border-color: #D1E1CC;
}
.TagClassName
{
border-color: #D1E1CC;
}
</style>