Shades of Melanie #D4B4BB
Tints of Melanie #D4B4BB
RGB
CMYK
RGB Variations
Color information
#D4B4BB (or 0xD4B4BB) is known color: Melanie. HEX triplet: D4, B4 and BB. RGB value is (212,180,187). Sum of RGB (Red+Green+Blue) = 212+180+187=579 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.61% from 579); Green value is 180 (70.70% from 255 or 31.09% from 579); Blue value is 187 (73.44% from 255 or 32.30% from 579); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B4BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4B4BB is #2B4B44. Grayscale: #BEBEBE. Windows color (decimal): -2837317 or 12301524. OLE color: 12301524.
HSL color Cylindrical-coordinate representation of color #D4B4BB: hue angle of 346.88º degrees, saturation: 0.27, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D4B4BB is Cyan = 0, Magento = 0.15, Yellow = 0.12 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 180 | 187 | - |
| CMYK | 0 | 0.15 | 0.12 | 0.17 |
| HSL | 346.88º | 0.27% | 0.77% | - |
| HSV(B) | 346.88º | 0.15% | 0.83% | - |
| XYZ | 52.44 | 50.23 | 53.94 | - |
| YUV | 190.37 | 126.1 | 143.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 180 | 187 | 0 | 0.15 | 0.12 | 0.17 | 346.88 | 0.27 | 0.77 |
| Hex | D4 | B4 | BB | 0 | F | C | 11 | 15B | 1B | 4D |
| Octal | 324 | 264 | 273 | 0 | 17 | 14 | 21 | 533 | 33 | 115 |
| Binary | 11010100 | 10110100 | 10111011 | 0 | 1111 | 1100 | 10001 | 101011011 | 11011 | 1001101 |
Color Harmonies of #D4B4BB
Complementary color
Monochromatic Colors of #D4B4BB
Black with #D4B4BB
Text Example
Text Example
White with #D4B4BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4B4BB; }
p { color: rgb(212,180,187); }
H1.HeaderClassName
{
color: #D4B4BB;
}
.AnyTagClassName
{
color: #D4B4BB;
}
</style>
background-color css
<style>
a { background-color: #D4B4BB; }
a { background-color: rgb(212,180,187); }
div.DivClassName
{
background-color: #D4B4BB;
}
.BgClassName
{
background-color: #D4B4BB;
}
</style>
border-color css
<style>
span { border-color: #D4B4BB; }
span { border-color: rgb(212,180,187); }
td.TdClassName
{
border-color: #D4B4BB;
}
.TagClassName
{
border-color: #D4B4BB;
}
</style>