Shades of Melanie #D4B4C1
Tints of Melanie #D4B4C1
RGB
CMYK
RGB Variations
Color information
#D4B4C1 (or 0xD4B4C1) is known color: Melanie. HEX triplet: D4, B4 and C1. RGB value is (212,180,193). Sum of RGB (Red+Green+Blue) = 212+180+193=585 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.24% from 585); Green value is 180 (70.70% from 255 or 30.77% from 585); Blue value is 193 (75.78% from 255 or 32.99% from 585); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B4C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4B4C1 is #2B4B3E. Grayscale: #BFBFBF. Windows color (decimal): -2837311 or 12694740. OLE color: 12694740.
HSL color Cylindrical-coordinate representation of color #D4B4C1: hue angle of 335.62º 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 #D4B4C1 is Cyan = 0, Magento = 0.15, Yellow = 0.09 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 180 | 193 | - |
| CMYK | 0 | 0.15 | 0.09 | 0.17 |
| HSL | 335.63º | 0.27% | 0.77% | - |
| HSV(B) | 335.63º | 0.15% | 0.83% | - |
| XYZ | 53.1 | 50.49 | 57.4 | - |
| YUV | 191.05 | 129.1 | 142.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 180 | 193 | 0 | 0.15 | 0.09 | 0.17 | 335.63 | 0.27 | 0.77 |
| Hex | D4 | B4 | C1 | 0 | F | 9 | 11 | 150 | 1B | 4D |
| Octal | 324 | 264 | 301 | 0 | 17 | 11 | 21 | 520 | 33 | 115 |
| Binary | 11010100 | 10110100 | 11000001 | 0 | 1111 | 1001 | 10001 | 101010000 | 11011 | 1001101 |
Color Harmonies of #D4B4C1
Complementary color
Monochromatic Colors of #D4B4C1
Black with #D4B4C1
Text Example
Text Example
White with #D4B4C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4B4C1; }
p { color: rgb(212,180,193); }
H1.HeaderClassName
{
color: #D4B4C1;
}
.AnyTagClassName
{
color: #D4B4C1;
}
</style>
background-color css
<style>
a { background-color: #D4B4C1; }
a { background-color: rgb(212,180,193); }
div.DivClassName
{
background-color: #D4B4C1;
}
.BgClassName
{
background-color: #D4B4C1;
}
</style>
border-color css
<style>
span { border-color: #D4B4C1; }
span { border-color: rgb(212,180,193); }
td.TdClassName
{
border-color: #D4B4C1;
}
.TagClassName
{
border-color: #D4B4C1;
}
</style>