Shades of Melanie #D8ACBC
Tints of Melanie #D8ACBC
RGB
CMYK
RGB Variations
Color information
#D8ACBC (or 0xD8ACBC) is known color: Melanie. HEX triplet: D8, AC and BC. RGB value is (216,172,188). Sum of RGB (Red+Green+Blue) = 216+172+188=576 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.5% from 576); Green value is 172 (67.58% from 255 or 29.86% from 576); Blue value is 188 (73.83% from 255 or 32.64% from 576); Max value from RGB is 216 - color contains mainly: red. Hex color #D8ACBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8ACBC is #275343. Grayscale: #BABABA. Windows color (decimal): -2577220 or 12365016. OLE color: 12365016.
HSL color Cylindrical-coordinate representation of color #D8ACBC: hue angle of 338.18º degrees, saturation: 0.36, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D8ACBC is Cyan = 0, Magento = 0.20, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 172 | 188 | - |
| CMYK | 0 | 0.20 | 0.13 | 0.15 |
| HSL | 338.18º | 0.36% | 0.76% | - |
| HSV(B) | 338.18º | 0.2% | 0.85% | - |
| XYZ | 52.15 | 47.73 | 54.04 | - |
| YUV | 186.98 | 128.58 | 148.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 172 | 188 | 0 | 0.20 | 0.13 | 0.15 | 338.18 | 0.36 | 0.76 |
| Hex | D8 | AC | BC | 0 | 14 | D | F | 152 | 24 | 4C |
| Octal | 330 | 254 | 274 | 0 | 24 | 15 | 17 | 522 | 44 | 114 |
| Binary | 11011000 | 10101100 | 10111100 | 0 | 10100 | 1101 | 1111 | 101010010 | 100100 | 1001100 |
Color Harmonies of #D8ACBC
Complementary color
Monochromatic Colors of #D8ACBC
Black with #D8ACBC
Text Example
Text Example
White with #D8ACBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8ACBC; }
p { color: rgb(216,172,188); }
H1.HeaderClassName
{
color: #D8ACBC;
}
.AnyTagClassName
{
color: #D8ACBC;
}
</style>
background-color css
<style>
a { background-color: #D8ACBC; }
a { background-color: rgb(216,172,188); }
div.DivClassName
{
background-color: #D8ACBC;
}
.BgClassName
{
background-color: #D8ACBC;
}
</style>
border-color css
<style>
span { border-color: #D8ACBC; }
span { border-color: rgb(216,172,188); }
td.TdClassName
{
border-color: #D8ACBC;
}
.TagClassName
{
border-color: #D8ACBC;
}
</style>