Shades of Melanie #D5AEBA
Tints of Melanie #D5AEBA
RGB
CMYK
RGB Variations
Color information
#D5AEBA (or 0xD5AEBA) is known color: Melanie. HEX triplet: D5, AE and BA. RGB value is (213,174,186). Sum of RGB (Red+Green+Blue) = 213+174+186=573 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.17% from 573); Green value is 174 (68.36% from 255 or 30.37% from 573); Blue value is 186 (73.05% from 255 or 32.46% from 573); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AEBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5AEBA is #2A5145. Grayscale: #BBBBBB. Windows color (decimal): -2773318 or 12234453. OLE color: 12234453.
HSL color Cylindrical-coordinate representation of color #D5AEBA: hue angle of 341.54º degrees, saturation: 0.32, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D5AEBA is Cyan = 0, Magento = 0.18, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 174 | 186 | - |
| CMYK | 0 | 0.18 | 0.13 | 0.16 |
| HSL | 341.54º | 0.32% | 0.76% | - |
| HSV(B) | 341.54º | 0.18% | 0.84% | - |
| XYZ | 51.44 | 47.96 | 53 | - |
| YUV | 187.03 | 127.42 | 146.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 174 | 186 | 0 | 0.18 | 0.13 | 0.16 | 341.54 | 0.32 | 0.76 |
| Hex | D5 | AE | BA | 0 | 12 | D | 10 | 156 | 20 | 4C |
| Octal | 325 | 256 | 272 | 0 | 22 | 15 | 20 | 526 | 40 | 114 |
| Binary | 11010101 | 10101110 | 10111010 | 0 | 10010 | 1101 | 10000 | 101010110 | 100000 | 1001100 |
Color Harmonies of #D5AEBA
Complementary color
Monochromatic Colors of #D5AEBA
Black with #D5AEBA
Text Example
Text Example
White with #D5AEBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5AEBA; }
p { color: rgb(213,174,186); }
H1.HeaderClassName
{
color: #D5AEBA;
}
.AnyTagClassName
{
color: #D5AEBA;
}
</style>
background-color css
<style>
a { background-color: #D5AEBA; }
a { background-color: rgb(213,174,186); }
div.DivClassName
{
background-color: #D5AEBA;
}
.BgClassName
{
background-color: #D5AEBA;
}
</style>
border-color css
<style>
span { border-color: #D5AEBA; }
span { border-color: rgb(213,174,186); }
td.TdClassName
{
border-color: #D5AEBA;
}
.TagClassName
{
border-color: #D5AEBA;
}
</style>