Shades of Melanie #D4A8B9
Tints of Melanie #D4A8B9
RGB
CMYK
RGB Variations
Color information
#D4A8B9 (or 0xD4A8B9) is known color: Melanie. HEX triplet: D4, A8 and B9. RGB value is (212,168,185). Sum of RGB (Red+Green+Blue) = 212+168+185=565 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.52% from 565); Green value is 168 (66.02% from 255 or 29.73% from 565); Blue value is 185 (72.66% from 255 or 32.74% from 565); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A8B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4A8B9 is #2B5746. Grayscale: #B7B7B7. Windows color (decimal): -2840391 or 12167380. OLE color: 12167380.
HSL color Cylindrical-coordinate representation of color #D4A8B9: hue angle of 336.82º degrees, saturation: 0.34, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D4A8B9 is Cyan = 0, Magento = 0.21, Yellow = 0.13 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 168 | 185 | - |
| CMYK | 0 | 0.21 | 0.13 | 0.17 |
| HSL | 336.82º | 0.34% | 0.75% | - |
| HSV(B) | 336.82º | 0.21% | 0.83% | - |
| XYZ | 49.91 | 45.51 | 52.05 | - |
| YUV | 183.09 | 129.08 | 148.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 168 | 185 | 0 | 0.21 | 0.13 | 0.17 | 336.82 | 0.34 | 0.75 |
| Hex | D4 | A8 | B9 | 0 | 15 | D | 11 | 151 | 22 | 4B |
| Octal | 324 | 250 | 271 | 0 | 25 | 15 | 21 | 521 | 42 | 113 |
| Binary | 11010100 | 10101000 | 10111001 | 0 | 10101 | 1101 | 10001 | 101010001 | 100010 | 1001011 |
Color Harmonies of #D4A8B9
Complementary color
Monochromatic Colors of #D4A8B9
Black with #D4A8B9
Text Example
Text Example
White with #D4A8B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A8B9; }
p { color: rgb(212,168,185); }
H1.HeaderClassName
{
color: #D4A8B9;
}
.AnyTagClassName
{
color: #D4A8B9;
}
</style>
background-color css
<style>
a { background-color: #D4A8B9; }
a { background-color: rgb(212,168,185); }
div.DivClassName
{
background-color: #D4A8B9;
}
.BgClassName
{
background-color: #D4A8B9;
}
</style>
border-color css
<style>
span { border-color: #D4A8B9; }
span { border-color: rgb(212,168,185); }
td.TdClassName
{
border-color: #D4A8B9;
}
.TagClassName
{
border-color: #D4A8B9;
}
</style>