Shades of Melanie #D5B4C1
Tints of Melanie #D5B4C1
RGB
CMYK
RGB Variations
Color information
#D5B4C1 (or 0xD5B4C1) is known color: Melanie. HEX triplet: D5, B4 and C1. RGB value is (213,180,193). Sum of RGB (Red+Green+Blue) = 213+180+193=586 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.35% from 586); Green value is 180 (70.70% from 255 or 30.72% from 586); Blue value is 193 (75.78% from 255 or 32.94% from 586); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B4C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5B4C1 is #2A4B3E. Grayscale: #BFBFBF. Windows color (decimal): -2771775 or 12694741. OLE color: 12694741.
HSL color Cylindrical-coordinate representation of color #D5B4C1: hue angle of 336.36º degrees, saturation: 0.28, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D5B4C1 is Cyan = 0, Magento = 0.15, Yellow = 0.09 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 180 | 193 | - |
| CMYK | 0 | 0.15 | 0.09 | 0.16 |
| HSL | 336.36º | 0.28% | 0.77% | - |
| HSV(B) | 336.36º | 0.15% | 0.84% | - |
| XYZ | 53.39 | 50.64 | 57.41 | - |
| YUV | 191.35 | 128.93 | 143.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 180 | 193 | 0 | 0.15 | 0.09 | 0.16 | 336.36 | 0.28 | 0.77 |
| Hex | D5 | B4 | C1 | 0 | F | 9 | 10 | 150 | 1C | 4D |
| Octal | 325 | 264 | 301 | 0 | 17 | 11 | 20 | 520 | 34 | 115 |
| Binary | 11010101 | 10110100 | 11000001 | 0 | 1111 | 1001 | 10000 | 101010000 | 11100 | 1001101 |
Color Harmonies of #D5B4C1
Complementary color
Monochromatic Colors of #D5B4C1
Black with #D5B4C1
Text Example
Text Example
White with #D5B4C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5B4C1; }
p { color: rgb(213,180,193); }
H1.HeaderClassName
{
color: #D5B4C1;
}
.AnyTagClassName
{
color: #D5B4C1;
}
</style>
background-color css
<style>
a { background-color: #D5B4C1; }
a { background-color: rgb(213,180,193); }
div.DivClassName
{
background-color: #D5B4C1;
}
.BgClassName
{
background-color: #D5B4C1;
}
</style>
border-color css
<style>
span { border-color: #D5B4C1; }
span { border-color: rgb(213,180,193); }
td.TdClassName
{
border-color: #D5B4C1;
}
.TagClassName
{
border-color: #D5B4C1;
}
</style>