Shades of Melanie #D3BABF
Tints of Melanie #D3BABF
RGB
CMYK
RGB Variations
Color information
#D3BABF (or 0xD3BABF) is known color: Melanie. HEX triplet: D3, BA and BF. RGB value is (211,186,191). Sum of RGB (Red+Green+Blue) = 211+186+191=588 (77% of max value = 765). Red value is 211 (82.81% from 255 or 35.88% from 588); Green value is 186 (73.05% from 255 or 31.63% from 588); Blue value is 191 (75% from 255 or 32.48% from 588); Max value from RGB is 211 - color contains mainly: red. Hex color #D3BABF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3BABF is #2C4540. Grayscale: #C2C2C2. Windows color (decimal): -2901313 or 12565203. OLE color: 12565203.
HSL color Cylindrical-coordinate representation of color #D3BABF: hue angle of 348º degrees, saturation: 0.22, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D3BABF is Cyan = 0, Magento = 0.12, Yellow = 0.09 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 186 | 191 | - |
| CMYK | 0 | 0.12 | 0.09 | 0.17 |
| HSL | 348º | 0.22% | 0.78% | - |
| HSV(B) | 348º | 0.12% | 0.83% | - |
| XYZ | 53.83 | 52.73 | 56.63 | - |
| YUV | 194.05 | 126.28 | 140.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 186 | 191 | 0 | 0.12 | 0.09 | 0.17 | 348 | 0.22 | 0.78 |
| Hex | D3 | BA | BF | 0 | C | 9 | 11 | 15C | 16 | 4E |
| Octal | 323 | 272 | 277 | 0 | 14 | 11 | 21 | 534 | 26 | 116 |
| Binary | 11010011 | 10111010 | 10111111 | 0 | 1100 | 1001 | 10001 | 101011100 | 10110 | 1001110 |
Color Harmonies of #D3BABF
Complementary color
Monochromatic Colors of #D3BABF
Black with #D3BABF
Text Example
Text Example
White with #D3BABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3BABF; }
p { color: rgb(211,186,191); }
H1.HeaderClassName
{
color: #D3BABF;
}
.AnyTagClassName
{
color: #D3BABF;
}
</style>
background-color css
<style>
a { background-color: #D3BABF; }
a { background-color: rgb(211,186,191); }
div.DivClassName
{
background-color: #D3BABF;
}
.BgClassName
{
background-color: #D3BABF;
}
</style>
border-color css
<style>
span { border-color: #D3BABF; }
span { border-color: rgb(211,186,191); }
td.TdClassName
{
border-color: #D3BABF;
}
.TagClassName
{
border-color: #D3BABF;
}
</style>