Shades of Melanie #D8AEBB
Tints of Melanie #D8AEBB
RGB
CMYK
RGB Variations
Color information
#D8AEBB (or 0xD8AEBB) is known color: Melanie. HEX triplet: D8, AE and BB. RGB value is (216,174,187). Sum of RGB (Red+Green+Blue) = 216+174+187=577 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.44% from 577); Green value is 174 (68.36% from 255 or 30.16% from 577); Blue value is 187 (73.44% from 255 or 32.41% from 577); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AEBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8AEBB is #275144. Grayscale: #BCBCBC. Windows color (decimal): -2576709 or 12299992. OLE color: 12299992.
HSL color Cylindrical-coordinate representation of color #D8AEBB: hue angle of 341.43º 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 #D8AEBB is Cyan = 0, Magento = 0.19, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 174 | 187 | - |
| CMYK | 0 | 0.19 | 0.13 | 0.15 |
| HSL | 341.43º | 0.35% | 0.76% | - |
| HSV(B) | 341.43º | 0.19% | 0.85% | - |
| XYZ | 52.42 | 48.46 | 53.6 | - |
| YUV | 188.04 | 127.41 | 147.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 174 | 187 | 0 | 0.19 | 0.13 | 0.15 | 341.43 | 0.35 | 0.76 |
| Hex | D8 | AE | BB | 0 | 13 | D | F | 155 | 23 | 4C |
| Octal | 330 | 256 | 273 | 0 | 23 | 15 | 17 | 525 | 43 | 114 |
| Binary | 11011000 | 10101110 | 10111011 | 0 | 10011 | 1101 | 1111 | 101010101 | 100011 | 1001100 |
Color Harmonies of #D8AEBB
Complementary color
Monochromatic Colors of #D8AEBB
Black with #D8AEBB
Text Example
Text Example
White with #D8AEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8AEBB; }
p { color: rgb(216,174,187); }
H1.HeaderClassName
{
color: #D8AEBB;
}
.AnyTagClassName
{
color: #D8AEBB;
}
</style>
background-color css
<style>
a { background-color: #D8AEBB; }
a { background-color: rgb(216,174,187); }
div.DivClassName
{
background-color: #D8AEBB;
}
.BgClassName
{
background-color: #D8AEBB;
}
</style>
border-color css
<style>
span { border-color: #D8AEBB; }
span { border-color: rgb(216,174,187); }
td.TdClassName
{
border-color: #D8AEBB;
}
.TagClassName
{
border-color: #D8AEBB;
}
</style>