Shades of Peppermint #D3DBCF
Tints of Peppermint #D3DBCF
RGB
CMYK
RGB Variations
Color information
#D3DBCF (or 0xD3DBCF) is known color: Peppermint. HEX triplet: D3, DB and CF. RGB value is (211,219,207). Sum of RGB (Red+Green+Blue) = 211+219+207=637 (84% of max value = 765). Red value is 211 (82.81% from 255 or 33.12% from 637); Green value is 219 (85.94% from 255 or 34.38% from 637); Blue value is 207 (81.25% from 255 or 32.50% from 637); Max value from RGB is 219 - color contains mainly: green. Hex color #D3DBCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3DBCF is #2C2430. Grayscale: #D7D7D7. Windows color (decimal): -2892849 or 13622227. OLE color: 13622227.
HSL color Cylindrical-coordinate representation of color #D3DBCF: hue angle of 100º degrees, saturation: 0.14, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D3DBCF is Cyan = 0.04, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 211 | 219 | 207 | - |
| CMYK | 0.04 | 0 | 0.05 | 0.14 |
| HSL | 100º | 0.14% | 0.84% | - |
| HSV(B) | 100º | 0.05% | 0.86% | - |
| XYZ | 63.46 | 69.02 | 69.01 | - |
| YUV | 215.24 | 123.35 | 124.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 219 | 207 | 0.04 | 0 | 0.05 | 0.14 | 100 | 0.14 | 0.84 |
| Hex | D3 | DB | CF | 4 | 0 | 5 | E | 64 | E | 54 |
| Octal | 323 | 333 | 317 | 4 | 0 | 5 | 16 | 144 | 16 | 124 |
| Binary | 11010011 | 11011011 | 11001111 | 100 | 0 | 101 | 1110 | 1100100 | 1110 | 1010100 |
Color Harmonies of #D3DBCF
Complementary color
Monochromatic Colors of #D3DBCF
Black with #D3DBCF
Text Example
Text Example
White with #D3DBCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3DBCF; }
p { color: rgb(211,219,207); }
H1.HeaderClassName
{
color: #D3DBCF;
}
.AnyTagClassName
{
color: #D3DBCF;
}
</style>
background-color css
<style>
a { background-color: #D3DBCF; }
a { background-color: rgb(211,219,207); }
div.DivClassName
{
background-color: #D3DBCF;
}
.BgClassName
{
background-color: #D3DBCF;
}
</style>
border-color css
<style>
span { border-color: #D3DBCF; }
span { border-color: rgb(211,219,207); }
td.TdClassName
{
border-color: #D3DBCF;
}
.TagClassName
{
border-color: #D3DBCF;
}
</style>