Shades of Peppermint #D1DECB
Tints of Peppermint #D1DECB
RGB
CMYK
RGB Variations
Color information
#D1DECB (or 0xD1DECB) is known color: Peppermint. HEX triplet: D1, DE and CB. RGB value is (209,222,203). Sum of RGB (Red+Green+Blue) = 209+222+203=634 (83% of max value = 765). Red value is 209 (82.03% from 255 or 32.97% from 634); Green value is 222 (87.11% from 255 or 35.02% from 634); Blue value is 203 (79.69% from 255 or 32.02% from 634); Max value from RGB is 222 - color contains mainly: green. Hex color #D1DECB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1DECB is #2E2134. Grayscale: #D8D8D8. Windows color (decimal): -3023157 or 13360849. OLE color: 13360849.
HSL color Cylindrical-coordinate representation of color #D1DECB: hue angle of 101.05º degrees, saturation: 0.22, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D1DECB is Cyan = 0.06, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 209 | 222 | 203 | - |
| CMYK | 0.06 | 0 | 0.09 | 0.13 |
| HSL | 101.05º | 0.22% | 0.83% | - |
| HSV(B) | 101.05º | 0.09% | 0.87% | - |
| XYZ | 63.2 | 70.11 | 66.7 | - |
| YUV | 215.95 | 120.69 | 123.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 222 | 203 | 0.06 | 0 | 0.09 | 0.13 | 101.05 | 0.22 | 0.83 |
| Hex | D1 | DE | CB | 6 | 0 | 9 | D | 65 | 16 | 53 |
| Octal | 321 | 336 | 313 | 6 | 0 | 11 | 15 | 145 | 26 | 123 |
| Binary | 11010001 | 11011110 | 11001011 | 110 | 0 | 1001 | 1101 | 1100101 | 10110 | 1010011 |
Color Harmonies of #D1DECB
Complementary color
Monochromatic Colors of #D1DECB
Black with #D1DECB
Text Example
Text Example
White with #D1DECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1DECB; }
p { color: rgb(209,222,203); }
H1.HeaderClassName
{
color: #D1DECB;
}
.AnyTagClassName
{
color: #D1DECB;
}
</style>
background-color css
<style>
a { background-color: #D1DECB; }
a { background-color: rgb(209,222,203); }
div.DivClassName
{
background-color: #D1DECB;
}
.BgClassName
{
background-color: #D1DECB;
}
</style>
border-color css
<style>
span { border-color: #D1DECB; }
span { border-color: rgb(209,222,203); }
td.TdClassName
{
border-color: #D1DECB;
}
.TagClassName
{
border-color: #D1DECB;
}
</style>