Shades of Melanie #D8AEBC
Tints of Melanie #D8AEBC
RGB
CMYK
RGB Variations
Color information
#D8AEBC (or 0xD8AEBC) is known color: Melanie. HEX triplet: D8, AE and BC. RGB value is (216,174,188). Sum of RGB (Red+Green+Blue) = 216+174+188=578 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.37% from 578); Green value is 174 (68.36% from 255 or 30.10% from 578); Blue value is 188 (73.83% from 255 or 32.53% from 578); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AEBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8AEBC is #275143. Grayscale: #BCBCBC. Windows color (decimal): -2576708 or 12365528. OLE color: 12365528.
HSL color Cylindrical-coordinate representation of color #D8AEBC: hue angle of 340º degrees, saturation: 0.35, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D8AEBC is Cyan = 0, Magento = 0.19, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 174 | 188 | - |
| CMYK | 0 | 0.19 | 0.13 | 0.15 |
| HSL | 340º | 0.35% | 0.76% | - |
| HSV(B) | 340º | 0.19% | 0.85% | - |
| XYZ | 52.53 | 48.5 | 54.17 | - |
| YUV | 188.15 | 127.91 | 147.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 174 | 188 | 0 | 0.19 | 0.13 | 0.15 | 340 | 0.35 | 0.76 |
| Hex | D8 | AE | BC | 0 | 13 | D | F | 154 | 23 | 4C |
| Octal | 330 | 256 | 274 | 0 | 23 | 15 | 17 | 524 | 43 | 114 |
| Binary | 11011000 | 10101110 | 10111100 | 0 | 10011 | 1101 | 1111 | 101010100 | 100011 | 1001100 |
Color Harmonies of #D8AEBC
Complementary color
Monochromatic Colors of #D8AEBC
Black with #D8AEBC
Text Example
Text Example
White with #D8AEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8AEBC; }
p { color: rgb(216,174,188); }
H1.HeaderClassName
{
color: #D8AEBC;
}
.AnyTagClassName
{
color: #D8AEBC;
}
</style>
background-color css
<style>
a { background-color: #D8AEBC; }
a { background-color: rgb(216,174,188); }
div.DivClassName
{
background-color: #D8AEBC;
}
.BgClassName
{
background-color: #D8AEBC;
}
</style>
border-color css
<style>
span { border-color: #D8AEBC; }
span { border-color: rgb(216,174,188); }
td.TdClassName
{
border-color: #D8AEBC;
}
.TagClassName
{
border-color: #D8AEBC;
}
</style>