Shades of Peppermint #D1E5CB
Tints of Peppermint #D1E5CB
RGB
CMYK
RGB Variations
Color information
#D1E5CB (or 0xD1E5CB) is known color: Peppermint. HEX triplet: D1, E5 and CB. RGB value is (209,229,203). Sum of RGB (Red+Green+Blue) = 209+229+203=641 (84% of max value = 765). Red value is 209 (82.03% from 255 or 32.61% from 641); Green value is 229 (89.84% from 255 or 35.73% from 641); Blue value is 203 (79.69% from 255 or 31.67% from 641); Max value from RGB is 229 - color contains mainly: green. Hex color #D1E5CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1E5CB is #2E1A34. Grayscale: #DCDCDC. Windows color (decimal): -3021365 or 13362641. OLE color: 13362641.
HSL color Cylindrical-coordinate representation of color #D1E5CB: hue angle of 106.15º 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 #D1E5CB is Cyan = 0.09, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 209 | 229 | 203 | - |
| CMYK | 0.09 | 0 | 0.11 | 0.10 |
| HSL | 106.15º | 0.33% | 0.85% | - |
| HSV(B) | 106.15º | 0.11% | 0.9% | - |
| XYZ | 65.09 | 73.91 | 67.33 | - |
| YUV | 220.06 | 118.37 | 120.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 229 | 203 | 0.09 | 0 | 0.11 | 0.10 | 106.15 | 0.33 | 0.85 |
| Hex | D1 | E5 | CB | 9 | 0 | B | A | 6A | 21 | 55 |
| Octal | 321 | 345 | 313 | 11 | 0 | 13 | 12 | 152 | 41 | 125 |
| Binary | 11010001 | 11100101 | 11001011 | 1001 | 0 | 1011 | 1010 | 1101010 | 100001 | 1010101 |
Color Harmonies of #D1E5CB
Complementary color
Monochromatic Colors of #D1E5CB
Black with #D1E5CB
Text Example
Text Example
White with #D1E5CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1E5CB; }
p { color: rgb(209,229,203); }
H1.HeaderClassName
{
color: #D1E5CB;
}
.AnyTagClassName
{
color: #D1E5CB;
}
</style>
background-color css
<style>
a { background-color: #D1E5CB; }
a { background-color: rgb(209,229,203); }
div.DivClassName
{
background-color: #D1E5CB;
}
.BgClassName
{
background-color: #D1E5CB;
}
</style>
border-color css
<style>
span { border-color: #D1E5CB; }
span { border-color: rgb(209,229,203); }
td.TdClassName
{
border-color: #D1E5CB;
}
.TagClassName
{
border-color: #D1E5CB;
}
</style>