Shades of Melanie #D3ACBA
Tints of Melanie #D3ACBA
RGB
CMYK
RGB Variations
Color information
#D3ACBA (or 0xD3ACBA) is known color: Melanie. HEX triplet: D3, AC and BA. RGB value is (211,172,186). Sum of RGB (Red+Green+Blue) = 211+172+186=569 (75% of max value = 765). Red value is 211 (82.81% from 255 or 37.08% from 569); Green value is 172 (67.58% from 255 or 30.23% from 569); Blue value is 186 (73.05% from 255 or 32.69% from 569); Max value from RGB is 211 - color contains mainly: red. Hex color #D3ACBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D3ACBA is #2C5345. Grayscale: #B9B9B9. Windows color (decimal): -2904902 or 12233939. OLE color: 12233939.
HSL color Cylindrical-coordinate representation of color #D3ACBA: hue angle of 338.46º degrees, saturation: 0.31, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D3ACBA is Cyan = 0, Magento = 0.18, Yellow = 0.12 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 172 | 186 | - |
| CMYK | 0 | 0.18 | 0.12 | 0.17 |
| HSL | 338.46º | 0.31% | 0.75% | - |
| HSV(B) | 338.46º | 0.18% | 0.83% | - |
| XYZ | 50.48 | 46.9 | 52.85 | - |
| YUV | 185.26 | 128.42 | 146.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 172 | 186 | 0 | 0.18 | 0.12 | 0.17 | 338.46 | 0.31 | 0.75 |
| Hex | D3 | AC | BA | 0 | 12 | C | 11 | 152 | 1F | 4B |
| Octal | 323 | 254 | 272 | 0 | 22 | 14 | 21 | 522 | 37 | 113 |
| Binary | 11010011 | 10101100 | 10111010 | 0 | 10010 | 1100 | 10001 | 101010010 | 11111 | 1001011 |
Color Harmonies of #D3ACBA
Complementary color
Monochromatic Colors of #D3ACBA
Black with #D3ACBA
Text Example
Text Example
White with #D3ACBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3ACBA; }
p { color: rgb(211,172,186); }
H1.HeaderClassName
{
color: #D3ACBA;
}
.AnyTagClassName
{
color: #D3ACBA;
}
</style>
background-color css
<style>
a { background-color: #D3ACBA; }
a { background-color: rgb(211,172,186); }
div.DivClassName
{
background-color: #D3ACBA;
}
.BgClassName
{
background-color: #D3ACBA;
}
</style>
border-color css
<style>
span { border-color: #D3ACBA; }
span { border-color: rgb(211,172,186); }
td.TdClassName
{
border-color: #D3ACBA;
}
.TagClassName
{
border-color: #D3ACBA;
}
</style>