Shades of Peppermint #D3E2D0
Tints of Peppermint #D3E2D0
RGB
CMYK
RGB Variations
Color information
#D3E2D0 (or 0xD3E2D0) is known color: Peppermint. HEX triplet: D3, E2 and D0. RGB value is (211,226,208). Sum of RGB (Red+Green+Blue) = 211+226+208=645 (85% of max value = 765). Red value is 211 (82.81% from 255 or 32.71% from 645); Green value is 226 (88.67% from 255 or 35.04% from 645); Blue value is 208 (81.64% from 255 or 32.25% from 645); Max value from RGB is 226 - color contains mainly: green. Hex color #D3E2D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3E2D0 is #2C1D2F. Grayscale: #DBDBDB. Windows color (decimal): -2891056 or 13689555. OLE color: 13689555.
HSL color Cylindrical-coordinate representation of color #D3E2D0: hue angle of 110º degrees, saturation: 0.24, 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 #D3E2D0 is Cyan = 0.07, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.11.
Color convert
RGB | 211 | 226 | 208 | - |
CMYK | 0.07 | 0 | 0.08 | 0.11 |
HSL | 110º | 0.24% | 0.85% | - |
HSV(B) | 110º | 0.08% | 0.89% | - |
XYZ | 65.45 | 72.8 | 70.28 | - |
YUV | 219.46 | 121.53 | 121.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 211 | 226 | 208 | 0.07 | 0 | 0.08 | 0.11 | 110 | 0.24 | 0.85 |
Hex | D3 | E2 | D0 | 7 | 0 | 8 | B | 6E | 18 | 55 |
Octal | 323 | 342 | 320 | 7 | 0 | 10 | 13 | 156 | 30 | 125 |
Binary | 11010011 | 11100010 | 11010000 | 111 | 0 | 1000 | 1011 | 1101110 | 11000 | 1010101 |
Color Harmonies of #D3E2D0
Complementary color
Monochromatic Colors of #D3E2D0
Black with #D3E2D0
Text Example
Text Example
White with #D3E2D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3E2D0; }
p { color: rgb(211,226,208); }
H1.HeaderClassName
{
color: #D3E2D0;
}
.AnyTagClassName
{
color: #D3E2D0;
}
</style>
background-color css
<style>
a { background-color: #D3E2D0; }
a { background-color: rgb(211,226,208); }
div.DivClassName
{
background-color: #D3E2D0;
}
.BgClassName
{
background-color: #D3E2D0;
}
</style>
border-color css
<style>
span { border-color: #D3E2D0; }
span { border-color: rgb(211,226,208); }
td.TdClassName
{
border-color: #D3E2D0;
}
.TagClassName
{
border-color: #D3E2D0;
}
</style>