Shades of Melanie #D6AEBB
Tints of Melanie #D6AEBB
RGB
CMYK
RGB Variations
Color information
#D6AEBB (or 0xD6AEBB) is known color: Melanie. HEX triplet: D6, AE and BB. RGB value is (214,174,187). Sum of RGB (Red+Green+Blue) = 214+174+187=575 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.22% from 575); Green value is 174 (68.36% from 255 or 30.26% from 575); Blue value is 187 (73.44% from 255 or 32.52% from 575); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AEBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6AEBB is #295144. Grayscale: #BBBBBB. Windows color (decimal): -2707781 or 12299990. OLE color: 12299990.
HSL color Cylindrical-coordinate representation of color #D6AEBB: hue angle of 340.5º degrees, saturation: 0.33, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D6AEBB is Cyan = 0, Magento = 0.19, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 174 | 187 | - |
| CMYK | 0 | 0.19 | 0.13 | 0.16 |
| HSL | 340.5º | 0.33% | 0.76% | - |
| HSV(B) | 340.5º | 0.19% | 0.84% | - |
| XYZ | 51.84 | 48.16 | 53.58 | - |
| YUV | 187.44 | 127.75 | 146.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 174 | 187 | 0 | 0.19 | 0.13 | 0.16 | 340.5 | 0.33 | 0.76 |
| Hex | D6 | AE | BB | 0 | 13 | D | 10 | 154 | 21 | 4C |
| Octal | 326 | 256 | 273 | 0 | 23 | 15 | 20 | 524 | 41 | 114 |
| Binary | 11010110 | 10101110 | 10111011 | 0 | 10011 | 1101 | 10000 | 101010100 | 100001 | 1001100 |
Color Harmonies of #D6AEBB
Complementary color
Monochromatic Colors of #D6AEBB
Black with #D6AEBB
Text Example
Text Example
White with #D6AEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6AEBB; }
p { color: rgb(214,174,187); }
H1.HeaderClassName
{
color: #D6AEBB;
}
.AnyTagClassName
{
color: #D6AEBB;
}
</style>
background-color css
<style>
a { background-color: #D6AEBB; }
a { background-color: rgb(214,174,187); }
div.DivClassName
{
background-color: #D6AEBB;
}
.BgClassName
{
background-color: #D6AEBB;
}
</style>
border-color css
<style>
span { border-color: #D6AEBB; }
span { border-color: rgb(214,174,187); }
td.TdClassName
{
border-color: #D6AEBB;
}
.TagClassName
{
border-color: #D6AEBB;
}
</style>