Shades of Melanie #D4AEBA
Tints of Melanie #D4AEBA
RGB
CMYK
RGB Variations
Color information
#D4AEBA (or 0xD4AEBA) is known color: Melanie. HEX triplet: D4, AE and BA. RGB value is (212,174,186). Sum of RGB (Red+Green+Blue) = 212+174+186=572 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.06% from 572); Green value is 174 (68.36% from 255 or 30.42% from 572); Blue value is 186 (73.05% from 255 or 32.52% from 572); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AEBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4AEBA is #2B5145. Grayscale: #BABABA. Windows color (decimal): -2838854 or 12234452. OLE color: 12234452.
HSL color Cylindrical-coordinate representation of color #D4AEBA: hue angle of 341.05º degrees, saturation: 0.31, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D4AEBA is Cyan = 0, Magento = 0.18, Yellow = 0.12 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 174 | 186 | - |
| CMYK | 0 | 0.18 | 0.12 | 0.17 |
| HSL | 341.05º | 0.31% | 0.76% | - |
| HSV(B) | 341.05º | 0.18% | 0.83% | - |
| XYZ | 51.15 | 47.81 | 52.99 | - |
| YUV | 186.73 | 127.59 | 146.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 174 | 186 | 0 | 0.18 | 0.12 | 0.17 | 341.05 | 0.31 | 0.76 |
| Hex | D4 | AE | BA | 0 | 12 | C | 11 | 155 | 1F | 4C |
| Octal | 324 | 256 | 272 | 0 | 22 | 14 | 21 | 525 | 37 | 114 |
| Binary | 11010100 | 10101110 | 10111010 | 0 | 10010 | 1100 | 10001 | 101010101 | 11111 | 1001100 |
Color Harmonies of #D4AEBA
Complementary color
Monochromatic Colors of #D4AEBA
Black with #D4AEBA
Text Example
Text Example
White with #D4AEBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4AEBA; }
p { color: rgb(212,174,186); }
H1.HeaderClassName
{
color: #D4AEBA;
}
.AnyTagClassName
{
color: #D4AEBA;
}
</style>
background-color css
<style>
a { background-color: #D4AEBA; }
a { background-color: rgb(212,174,186); }
div.DivClassName
{
background-color: #D4AEBA;
}
.BgClassName
{
background-color: #D4AEBA;
}
</style>
border-color css
<style>
span { border-color: #D4AEBA; }
span { border-color: rgb(212,174,186); }
td.TdClassName
{
border-color: #D4AEBA;
}
.TagClassName
{
border-color: #D4AEBA;
}
</style>