Shades of Peppermint #D1E6CB
Tints of Peppermint #D1E6CB
RGB
CMYK
RGB Variations
Color information
#D1E6CB (or 0xD1E6CB) is known color: Peppermint. HEX triplet: D1, E6 and CB. RGB value is (209,230,203). Sum of RGB (Red+Green+Blue) = 209+230+203=642 (85% of max value = 765). Red value is 209 (82.03% from 255 or 32.55% from 642); Green value is 230 (90.23% from 255 or 35.83% from 642); Blue value is 203 (79.69% from 255 or 31.62% from 642); Max value from RGB is 230 - color contains mainly: green. Hex color #D1E6CB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D1E6CB is #2E1934. Grayscale: #DCDCDC. Windows color (decimal): -3021109 or 13362897. OLE color: 13362897.
HSL color Cylindrical-coordinate representation of color #D1E6CB: hue angle of 106.67º degrees, saturation: 0.35, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D1E6CB is Cyan = 0.09, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 209 | 230 | 203 | - |
| CMYK | 0.09 | 0 | 0.12 | 0.10 |
| HSL | 106.67º | 0.35% | 0.85% | - |
| HSV(B) | 106.67º | 0.12% | 0.9% | - |
| XYZ | 65.37 | 74.46 | 67.43 | - |
| YUV | 220.64 | 118.04 | 119.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 230 | 203 | 0.09 | 0 | 0.12 | 0.10 | 106.67 | 0.35 | 0.85 |
| Hex | D1 | E6 | CB | 9 | 0 | C | A | 6B | 23 | 55 |
| Octal | 321 | 346 | 313 | 11 | 0 | 14 | 12 | 153 | 43 | 125 |
| Binary | 11010001 | 11100110 | 11001011 | 1001 | 0 | 1100 | 1010 | 1101011 | 100011 | 1010101 |
Color Harmonies of #D1E6CB
Complementary color
Monochromatic Colors of #D1E6CB
Black with #D1E6CB
Text Example
Text Example
White with #D1E6CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1E6CB; }
p { color: rgb(209,230,203); }
H1.HeaderClassName
{
color: #D1E6CB;
}
.AnyTagClassName
{
color: #D1E6CB;
}
</style>
background-color css
<style>
a { background-color: #D1E6CB; }
a { background-color: rgb(209,230,203); }
div.DivClassName
{
background-color: #D1E6CB;
}
.BgClassName
{
background-color: #D1E6CB;
}
</style>
border-color css
<style>
span { border-color: #D1E6CB; }
span { border-color: rgb(209,230,203); }
td.TdClassName
{
border-color: #D1E6CB;
}
.TagClassName
{
border-color: #D1E6CB;
}
</style>