Shades of Peppermint #D3E3D0
Tints of Peppermint #D3E3D0
RGB
CMYK
RGB Variations
Color information
#D3E3D0 (or 0xD3E3D0) is known color: Peppermint. HEX triplet: D3, E3 and D0. RGB value is (211,227,208). Sum of RGB (Red+Green+Blue) = 211+227+208=646 (85% of max value = 765). Red value is 211 (82.81% from 255 or 32.66% from 646); Green value is 227 (89.06% from 255 or 35.14% from 646); Blue value is 208 (81.64% from 255 or 32.20% from 646); Max value from RGB is 227 - color contains mainly: green. Hex color #D3E3D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3E3D0 is #2C1C2F. Grayscale: #DCDCDC. Windows color (decimal): -2890800 or 13689811. OLE color: 13689811.
HSL color Cylindrical-coordinate representation of color #D3E3D0: hue angle of 110.53º degrees, saturation: 0.25, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D3E3D0 is Cyan = 0.07, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 211 | 227 | 208 | - |
| CMYK | 0.07 | 0 | 0.08 | 0.11 |
| HSL | 110.53º | 0.25% | 0.85% | - |
| HSV(B) | 110.53º | 0.08% | 0.89% | - |
| XYZ | 65.72 | 73.34 | 70.37 | - |
| YUV | 220.05 | 121.2 | 121.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 227 | 208 | 0.07 | 0 | 0.08 | 0.11 | 110.53 | 0.25 | 0.85 |
| Hex | D3 | E3 | D0 | 7 | 0 | 8 | B | 6F | 19 | 55 |
| Octal | 323 | 343 | 320 | 7 | 0 | 10 | 13 | 157 | 31 | 125 |
| Binary | 11010011 | 11100011 | 11010000 | 111 | 0 | 1000 | 1011 | 1101111 | 11001 | 1010101 |
Color Harmonies of #D3E3D0
Complementary color
Monochromatic Colors of #D3E3D0
Black with #D3E3D0
Text Example
Text Example
White with #D3E3D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3E3D0; }
p { color: rgb(211,227,208); }
H1.HeaderClassName
{
color: #D3E3D0;
}
.AnyTagClassName
{
color: #D3E3D0;
}
</style>
background-color css
<style>
a { background-color: #D3E3D0; }
a { background-color: rgb(211,227,208); }
div.DivClassName
{
background-color: #D3E3D0;
}
.BgClassName
{
background-color: #D3E3D0;
}
</style>
border-color css
<style>
span { border-color: #D3E3D0; }
span { border-color: rgb(211,227,208); }
td.TdClassName
{
border-color: #D3E3D0;
}
.TagClassName
{
border-color: #D3E3D0;
}
</style>