Shades of Peppermint #D3E4CB
Tints of Peppermint #D3E4CB
RGB
CMYK
RGB Variations
Color information
#D3E4CB (or 0xD3E4CB) is known color: Peppermint. HEX triplet: D3, E4 and CB. RGB value is (211,228,203). Sum of RGB (Red+Green+Blue) = 211+228+203=642 (85% of max value = 765). Red value is 211 (82.81% from 255 or 32.87% from 642); Green value is 228 (89.45% from 255 or 35.51% from 642); Blue value is 203 (79.69% from 255 or 31.62% from 642); Max value from RGB is 228 - color contains mainly: green. Hex color #D3E4CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3E4CB is #2C1B34. Grayscale: #DCDCDC. Windows color (decimal): -2890549 or 13362387. OLE color: 13362387.
HSL color Cylindrical-coordinate representation of color #D3E4CB: hue angle of 100.8º degrees, saturation: 0.32, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D3E4CB is Cyan = 0.07, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 211 | 228 | 203 | - |
| CMYK | 0.07 | 0 | 0.11 | 0.11 |
| HSL | 100.8º | 0.32% | 0.85% | - |
| HSV(B) | 100.8º | 0.11% | 0.89% | - |
| XYZ | 65.39 | 73.65 | 67.27 | - |
| YUV | 220.07 | 118.37 | 121.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 228 | 203 | 0.07 | 0 | 0.11 | 0.11 | 100.8 | 0.32 | 0.85 |
| Hex | D3 | E4 | CB | 7 | 0 | B | B | 65 | 20 | 55 |
| Octal | 323 | 344 | 313 | 7 | 0 | 13 | 13 | 145 | 40 | 125 |
| Binary | 11010011 | 11100100 | 11001011 | 111 | 0 | 1011 | 1011 | 1100101 | 100000 | 1010101 |
Color Harmonies of #D3E4CB
Complementary color
Monochromatic Colors of #D3E4CB
Black with #D3E4CB
Text Example
Text Example
White with #D3E4CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3E4CB; }
p { color: rgb(211,228,203); }
H1.HeaderClassName
{
color: #D3E4CB;
}
.AnyTagClassName
{
color: #D3E4CB;
}
</style>
background-color css
<style>
a { background-color: #D3E4CB; }
a { background-color: rgb(211,228,203); }
div.DivClassName
{
background-color: #D3E4CB;
}
.BgClassName
{
background-color: #D3E4CB;
}
</style>
border-color css
<style>
span { border-color: #D3E4CB; }
span { border-color: rgb(211,228,203); }
td.TdClassName
{
border-color: #D3E4CB;
}
.TagClassName
{
border-color: #D3E4CB;
}
</style>