Shades of Peppermint #D3DBD2
Tints of Peppermint #D3DBD2
RGB
CMYK
RGB Variations
Color information
#D3DBD2 (or 0xD3DBD2) is known color: Peppermint. HEX triplet: D3, DB and D2. RGB value is (211,219,210). Sum of RGB (Red+Green+Blue) = 211+219+210=640 (84% of max value = 765). Red value is 211 (82.81% from 255 or 32.97% from 640); Green value is 219 (85.94% from 255 or 34.22% from 640); Blue value is 210 (82.42% from 255 or 32.81% from 640); Max value from RGB is 219 - color contains mainly: green. Hex color #D3DBD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3DBD2 is #2C242D. Grayscale: #D7D7D7. Windows color (decimal): -2892846 or 13818835. OLE color: 13818835.
HSL color Cylindrical-coordinate representation of color #D3DBD2: hue angle of 113.33º degrees, saturation: 0.11, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #D3DBD2 is Cyan = 0.04, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 211 | 219 | 210 | - |
| CMYK | 0.04 | 0 | 0.04 | 0.14 |
| HSL | 113.33º | 0.11% | 0.84% | - |
| HSV(B) | 113.33º | 0.04% | 0.86% | - |
| XYZ | 63.83 | 69.17 | 70.96 | - |
| YUV | 215.58 | 124.85 | 124.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 219 | 210 | 0.04 | 0 | 0.04 | 0.14 | 113.33 | 0.11 | 0.84 |
| Hex | D3 | DB | D2 | 4 | 0 | 4 | E | 71 | B | 54 |
| Octal | 323 | 333 | 322 | 4 | 0 | 4 | 16 | 161 | 13 | 124 |
| Binary | 11010011 | 11011011 | 11010010 | 100 | 0 | 100 | 1110 | 1110001 | 1011 | 1010100 |
Color Harmonies of #D3DBD2
Complementary color
Monochromatic Colors of #D3DBD2
Black with #D3DBD2
Text Example
Text Example
White with #D3DBD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3DBD2; }
p { color: rgb(211,219,210); }
H1.HeaderClassName
{
color: #D3DBD2;
}
.AnyTagClassName
{
color: #D3DBD2;
}
</style>
background-color css
<style>
a { background-color: #D3DBD2; }
a { background-color: rgb(211,219,210); }
div.DivClassName
{
background-color: #D3DBD2;
}
.BgClassName
{
background-color: #D3DBD2;
}
</style>
border-color css
<style>
span { border-color: #D3DBD2; }
span { border-color: rgb(211,219,210); }
td.TdClassName
{
border-color: #D3DBD2;
}
.TagClassName
{
border-color: #D3DBD2;
}
</style>