Shades of Melanie #D5BCC0
Tints of Melanie #D5BCC0
RGB
CMYK
RGB Variations
Color information
#D5BCC0 (or 0xD5BCC0) is known color: Melanie. HEX triplet: D5, BC and C0. RGB value is (213,188,192). Sum of RGB (Red+Green+Blue) = 213+188+192=593 (78% of max value = 765). Red value is 213 (83.59% from 255 or 35.92% from 593); Green value is 188 (73.83% from 255 or 31.70% from 593); Blue value is 192 (75.39% from 255 or 32.38% from 593); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BCC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5BCC0 is #2A433F. Grayscale: #C3C3C3. Windows color (decimal): -2769728 or 12631253. OLE color: 12631253.
HSL color Cylindrical-coordinate representation of color #D5BCC0: hue angle of 350.4º degrees, saturation: 0.23, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D5BCC0 is Cyan = 0, Magento = 0.12, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 188 | 192 | - |
| CMYK | 0 | 0.12 | 0.10 | 0.16 |
| HSL | 350.4º | 0.23% | 0.79% | - |
| HSV(B) | 350.4º | 0.12% | 0.84% | - |
| XYZ | 54.94 | 53.92 | 57.38 | - |
| YUV | 195.93 | 125.78 | 140.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 188 | 192 | 0 | 0.12 | 0.10 | 0.16 | 350.4 | 0.23 | 0.79 |
| Hex | D5 | BC | C0 | 0 | C | A | 10 | 15E | 17 | 4F |
| Octal | 325 | 274 | 300 | 0 | 14 | 12 | 20 | 536 | 27 | 117 |
| Binary | 11010101 | 10111100 | 11000000 | 0 | 1100 | 1010 | 10000 | 101011110 | 10111 | 1001111 |
Color Harmonies of #D5BCC0
Complementary color
Monochromatic Colors of #D5BCC0
Black with #D5BCC0
Text Example
Text Example
White with #D5BCC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BCC0; }
p { color: rgb(213,188,192); }
H1.HeaderClassName
{
color: #D5BCC0;
}
.AnyTagClassName
{
color: #D5BCC0;
}
</style>
background-color css
<style>
a { background-color: #D5BCC0; }
a { background-color: rgb(213,188,192); }
div.DivClassName
{
background-color: #D5BCC0;
}
.BgClassName
{
background-color: #D5BCC0;
}
</style>
border-color css
<style>
span { border-color: #D5BCC0; }
span { border-color: rgb(213,188,192); }
td.TdClassName
{
border-color: #D5BCC0;
}
.TagClassName
{
border-color: #D5BCC0;
}
</style>