Shades of Melanie #D3BAC2
Tints of Melanie #D3BAC2
RGB
CMYK
RGB Variations
Color information
#D3BAC2 (or 0xD3BAC2) is known color: Melanie. HEX triplet: D3, BA and C2. RGB value is (211,186,194). Sum of RGB (Red+Green+Blue) = 211+186+194=591 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.70% from 591); Green value is 186 (73.05% from 255 or 31.47% from 591); Blue value is 194 (76.17% from 255 or 32.83% from 591); Max value from RGB is 211 - color contains mainly: red. Hex color #D3BAC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3BAC2 is #2C453D. Grayscale: #C2C2C2. Windows color (decimal): -2901310 or 12761811. OLE color: 12761811.
HSL color Cylindrical-coordinate representation of color #D3BAC2: hue angle of 340.8º 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 #D3BAC2 is Cyan = 0, Magento = 0.12, Yellow = 0.08 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 186 | 194 | - |
| CMYK | 0 | 0.12 | 0.08 | 0.17 |
| HSL | 340.8º | 0.22% | 0.78% | - |
| HSV(B) | 340.8º | 0.12% | 0.83% | - |
| XYZ | 54.16 | 52.86 | 58.39 | - |
| YUV | 194.39 | 127.78 | 139.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 186 | 194 | 0 | 0.12 | 0.08 | 0.17 | 340.8 | 0.22 | 0.78 |
| Hex | D3 | BA | C2 | 0 | C | 8 | 11 | 155 | 16 | 4E |
| Octal | 323 | 272 | 302 | 0 | 14 | 10 | 21 | 525 | 26 | 116 |
| Binary | 11010011 | 10111010 | 11000010 | 0 | 1100 | 1000 | 10001 | 101010101 | 10110 | 1001110 |
Color Harmonies of #D3BAC2
Complementary color
Monochromatic Colors of #D3BAC2
Black with #D3BAC2
Text Example
Text Example
White with #D3BAC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3BAC2; }
p { color: rgb(211,186,194); }
H1.HeaderClassName
{
color: #D3BAC2;
}
.AnyTagClassName
{
color: #D3BAC2;
}
</style>
background-color css
<style>
a { background-color: #D3BAC2; }
a { background-color: rgb(211,186,194); }
div.DivClassName
{
background-color: #D3BAC2;
}
.BgClassName
{
background-color: #D3BAC2;
}
</style>
border-color css
<style>
span { border-color: #D3BAC2; }
span { border-color: rgb(211,186,194); }
td.TdClassName
{
border-color: #D3BAC2;
}
.TagClassName
{
border-color: #D3BAC2;
}
</style>