Shades of Peppermint #D3E1CB
Tints of Peppermint #D3E1CB
RGB
CMYK
RGB Variations
Color information
#D3E1CB (or 0xD3E1CB) is known color: Peppermint. HEX triplet: D3, E1 and CB. RGB value is (211,225,203). Sum of RGB (Red+Green+Blue) = 211+225+203=639 (84% of max value = 765). Red value is 211 (82.81% from 255 or 33.02% from 639); Green value is 225 (88.28% from 255 or 35.21% from 639); Blue value is 203 (79.69% from 255 or 31.77% from 639); Max value from RGB is 225 - color contains mainly: green. Hex color #D3E1CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3E1CB is #2C1E34. Grayscale: #DADADA. Windows color (decimal): -2891317 or 13361619. OLE color: 13361619.
HSL color Cylindrical-coordinate representation of color #D3E1CB: hue angle of 98.18º degrees, saturation: 0.27, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D3E1CB is Cyan = 0.06, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 211 | 225 | 203 | - |
| CMYK | 0.06 | 0 | 0.10 | 0.12 |
| HSL | 98.18º | 0.27% | 0.84% | - |
| HSV(B) | 98.18º | 0.1% | 0.88% | - |
| XYZ | 64.57 | 72.01 | 67 | - |
| YUV | 218.31 | 119.36 | 122.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 225 | 203 | 0.06 | 0 | 0.10 | 0.12 | 98.18 | 0.27 | 0.84 |
| Hex | D3 | E1 | CB | 6 | 0 | A | C | 62 | 1B | 54 |
| Octal | 323 | 341 | 313 | 6 | 0 | 12 | 14 | 142 | 33 | 124 |
| Binary | 11010011 | 11100001 | 11001011 | 110 | 0 | 1010 | 1100 | 1100010 | 11011 | 1010100 |
Color Harmonies of #D3E1CB
Complementary color
Monochromatic Colors of #D3E1CB
Black with #D3E1CB
Text Example
Text Example
White with #D3E1CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3E1CB; }
p { color: rgb(211,225,203); }
H1.HeaderClassName
{
color: #D3E1CB;
}
.AnyTagClassName
{
color: #D3E1CB;
}
</style>
background-color css
<style>
a { background-color: #D3E1CB; }
a { background-color: rgb(211,225,203); }
div.DivClassName
{
background-color: #D3E1CB;
}
.BgClassName
{
background-color: #D3E1CB;
}
</style>
border-color css
<style>
span { border-color: #D3E1CB; }
span { border-color: rgb(211,225,203); }
td.TdClassName
{
border-color: #D3E1CB;
}
.TagClassName
{
border-color: #D3E1CB;
}
</style>