Shades of Melanie #D6ACBF
Tints of Melanie #D6ACBF
RGB
CMYK
RGB Variations
Color information
#D6ACBF (or 0xD6ACBF) is known color: Melanie. HEX triplet: D6, AC and BF. RGB value is (214,172,191). Sum of RGB (Red+Green+Blue) = 214+172+191=577 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.09% from 577); Green value is 172 (67.58% from 255 or 29.81% from 577); Blue value is 191 (75% from 255 or 33.10% from 577); Max value from RGB is 214 - color contains mainly: red. Hex color #D6ACBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6ACBF is #295340. Grayscale: #BABABA. Windows color (decimal): -2708289 or 12561622. OLE color: 12561622.
HSL color Cylindrical-coordinate representation of color #D6ACBF: hue angle of 332.86º degrees, saturation: 0.34, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D6ACBF is Cyan = 0, Magento = 0.20, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 172 | 191 | - |
| CMYK | 0 | 0.20 | 0.11 | 0.16 |
| HSL | 332.86º | 0.34% | 0.76% | - |
| HSV(B) | 332.86º | 0.2% | 0.84% | - |
| XYZ | 51.89 | 47.56 | 55.74 | - |
| YUV | 186.72 | 130.41 | 147.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 172 | 191 | 0 | 0.20 | 0.11 | 0.16 | 332.86 | 0.34 | 0.76 |
| Hex | D6 | AC | BF | 0 | 14 | B | 10 | 14D | 22 | 4C |
| Octal | 326 | 254 | 277 | 0 | 24 | 13 | 20 | 515 | 42 | 114 |
| Binary | 11010110 | 10101100 | 10111111 | 0 | 10100 | 1011 | 10000 | 101001101 | 100010 | 1001100 |
Color Harmonies of #D6ACBF
Complementary color
Monochromatic Colors of #D6ACBF
Black with #D6ACBF
Text Example
Text Example
White with #D6ACBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6ACBF; }
p { color: rgb(214,172,191); }
H1.HeaderClassName
{
color: #D6ACBF;
}
.AnyTagClassName
{
color: #D6ACBF;
}
</style>
background-color css
<style>
a { background-color: #D6ACBF; }
a { background-color: rgb(214,172,191); }
div.DivClassName
{
background-color: #D6ACBF;
}
.BgClassName
{
background-color: #D6ACBF;
}
</style>
border-color css
<style>
span { border-color: #D6ACBF; }
span { border-color: rgb(214,172,191); }
td.TdClassName
{
border-color: #D6ACBF;
}
.TagClassName
{
border-color: #D6ACBF;
}
</style>