Shades of Melanie #D3BBC0
Tints of Melanie #D3BBC0
RGB
CMYK
RGB Variations
Color information
#D3BBC0 (or 0xD3BBC0) is known color: Melanie. HEX triplet: D3, BB and C0. RGB value is (211,187,192). Sum of RGB (Red+Green+Blue) = 211+187+192=590 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.76% from 590); Green value is 187 (73.44% from 255 or 31.69% from 590); Blue value is 192 (75.39% from 255 or 32.54% from 590); Max value from RGB is 211 - color contains mainly: red. Hex color #D3BBC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3BBC0 is #2C443F. Grayscale: #C2C2C2. Windows color (decimal): -2901056 or 12630995. OLE color: 12630995.
HSL color Cylindrical-coordinate representation of color #D3BBC0: hue angle of 347.5º degrees, saturation: 0.21, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D3BBC0 is Cyan = 0, Magento = 0.11, Yellow = 0.09 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 187 | 192 | - |
| CMYK | 0 | 0.11 | 0.09 | 0.17 |
| HSL | 347.5º | 0.21% | 0.78% | - |
| HSV(B) | 347.5º | 0.11% | 0.83% | - |
| XYZ | 54.15 | 53.2 | 57.28 | - |
| YUV | 194.75 | 126.45 | 139.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 187 | 192 | 0 | 0.11 | 0.09 | 0.17 | 347.5 | 0.21 | 0.78 |
| Hex | D3 | BB | C0 | 0 | B | 9 | 11 | 15C | 15 | 4E |
| Octal | 323 | 273 | 300 | 0 | 13 | 11 | 21 | 534 | 25 | 116 |
| Binary | 11010011 | 10111011 | 11000000 | 0 | 1011 | 1001 | 10001 | 101011100 | 10101 | 1001110 |
Color Harmonies of #D3BBC0
Complementary color
Monochromatic Colors of #D3BBC0
Black with #D3BBC0
Text Example
Text Example
White with #D3BBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3BBC0; }
p { color: rgb(211,187,192); }
H1.HeaderClassName
{
color: #D3BBC0;
}
.AnyTagClassName
{
color: #D3BBC0;
}
</style>
background-color css
<style>
a { background-color: #D3BBC0; }
a { background-color: rgb(211,187,192); }
div.DivClassName
{
background-color: #D3BBC0;
}
.BgClassName
{
background-color: #D3BBC0;
}
</style>
border-color css
<style>
span { border-color: #D3BBC0; }
span { border-color: rgb(211,187,192); }
td.TdClassName
{
border-color: #D3BBC0;
}
.TagClassName
{
border-color: #D3BBC0;
}
</style>