Shades of Melanie #D4ADBC
Tints of Melanie #D4ADBC
RGB
CMYK
RGB Variations
Color information
#D4ADBC (or 0xD4ADBC) is known color: Melanie. HEX triplet: D4, AD and BC. RGB value is (212,173,188). Sum of RGB (Red+Green+Blue) = 212+173+188=573 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.00% from 573); Green value is 173 (67.97% from 255 or 30.19% from 573); Blue value is 188 (73.83% from 255 or 32.81% from 573); Max value from RGB is 212 - color contains mainly: red. Hex color #D4ADBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4ADBC is #2B5243. Grayscale: #BABABA. Windows color (decimal): -2839108 or 12365268. OLE color: 12365268.
HSL color Cylindrical-coordinate representation of color #D4ADBC: hue angle of 336.92º degrees, saturation: 0.31, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D4ADBC is Cyan = 0, Magento = 0.18, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 173 | 188 | - |
| CMYK | 0 | 0.18 | 0.11 | 0.17 |
| HSL | 336.92º | 0.31% | 0.75% | - |
| HSV(B) | 336.92º | 0.18% | 0.83% | - |
| XYZ | 51.17 | 47.52 | 54.05 | - |
| YUV | 186.37 | 128.92 | 146.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 173 | 188 | 0 | 0.18 | 0.11 | 0.17 | 336.92 | 0.31 | 0.75 |
| Hex | D4 | AD | BC | 0 | 12 | B | 11 | 151 | 1F | 4B |
| Octal | 324 | 255 | 274 | 0 | 22 | 13 | 21 | 521 | 37 | 113 |
| Binary | 11010100 | 10101101 | 10111100 | 0 | 10010 | 1011 | 10001 | 101010001 | 11111 | 1001011 |
Color Harmonies of #D4ADBC
Complementary color
Monochromatic Colors of #D4ADBC
Black with #D4ADBC
Text Example
Text Example
White with #D4ADBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4ADBC; }
p { color: rgb(212,173,188); }
H1.HeaderClassName
{
color: #D4ADBC;
}
.AnyTagClassName
{
color: #D4ADBC;
}
</style>
background-color css
<style>
a { background-color: #D4ADBC; }
a { background-color: rgb(212,173,188); }
div.DivClassName
{
background-color: #D4ADBC;
}
.BgClassName
{
background-color: #D4ADBC;
}
</style>
border-color css
<style>
span { border-color: #D4ADBC; }
span { border-color: rgb(212,173,188); }
td.TdClassName
{
border-color: #D4ADBC;
}
.TagClassName
{
border-color: #D4ADBC;
}
</style>