Shades of Melanie #D4B2BC
Tints of Melanie #D4B2BC
RGB
CMYK
RGB Variations
Color information
#D4B2BC (or 0xD4B2BC) is known color: Melanie. HEX triplet: D4, B2 and BC. RGB value is (212,178,188). Sum of RGB (Red+Green+Blue) = 212+178+188=578 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.68% from 578); Green value is 178 (69.92% from 255 or 30.80% from 578); Blue value is 188 (73.83% from 255 or 32.53% from 578); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B2BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4B2BC is #2B4D43. Grayscale: #BDBDBD. Windows color (decimal): -2837828 or 12366548. OLE color: 12366548.
HSL color Cylindrical-coordinate representation of color #D4B2BC: hue angle of 342.35º degrees, saturation: 0.28, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D4B2BC is Cyan = 0, Magento = 0.16, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 178 | 188 | - |
| CMYK | 0 | 0.16 | 0.11 | 0.17 |
| HSL | 342.35º | 0.28% | 0.76% | - |
| HSV(B) | 342.35º | 0.16% | 0.83% | - |
| XYZ | 52.15 | 49.47 | 54.38 | - |
| YUV | 189.31 | 127.26 | 144.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 178 | 188 | 0 | 0.16 | 0.11 | 0.17 | 342.35 | 0.28 | 0.76 |
| Hex | D4 | B2 | BC | 0 | 10 | B | 11 | 156 | 1C | 4C |
| Octal | 324 | 262 | 274 | 0 | 20 | 13 | 21 | 526 | 34 | 114 |
| Binary | 11010100 | 10110010 | 10111100 | 0 | 10000 | 1011 | 10001 | 101010110 | 11100 | 1001100 |
Color Harmonies of #D4B2BC
Complementary color
Monochromatic Colors of #D4B2BC
Black with #D4B2BC
Text Example
Text Example
White with #D4B2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4B2BC; }
p { color: rgb(212,178,188); }
H1.HeaderClassName
{
color: #D4B2BC;
}
.AnyTagClassName
{
color: #D4B2BC;
}
</style>
background-color css
<style>
a { background-color: #D4B2BC; }
a { background-color: rgb(212,178,188); }
div.DivClassName
{
background-color: #D4B2BC;
}
.BgClassName
{
background-color: #D4B2BC;
}
</style>
border-color css
<style>
span { border-color: #D4B2BC; }
span { border-color: rgb(212,178,188); }
td.TdClassName
{
border-color: #D4B2BC;
}
.TagClassName
{
border-color: #D4B2BC;
}
</style>