Shades of Melanie #D5B2BD
Tints of Melanie #D5B2BD
RGB
CMYK
RGB Variations
Color information
#D5B2BD (or 0xD5B2BD) is known color: Melanie. HEX triplet: D5, B2 and BD. RGB value is (213,178,189). Sum of RGB (Red+Green+Blue) = 213+178+189=580 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.72% from 580); Green value is 178 (69.92% from 255 or 30.69% from 580); Blue value is 189 (74.22% from 255 or 32.59% from 580); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B2BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5B2BD is #2A4D42. Grayscale: #BDBDBD. Windows color (decimal): -2772291 or 12432085. OLE color: 12432085.
HSL color Cylindrical-coordinate representation of color #D5B2BD: hue angle of 341.14º degrees, saturation: 0.29, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D5B2BD is Cyan = 0, Magento = 0.16, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 178 | 189 | - |
| CMYK | 0 | 0.16 | 0.11 | 0.16 |
| HSL | 341.14º | 0.29% | 0.77% | - |
| HSV(B) | 341.14º | 0.16% | 0.84% | - |
| XYZ | 52.55 | 49.66 | 54.96 | - |
| YUV | 189.72 | 127.6 | 144.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 178 | 189 | 0 | 0.16 | 0.11 | 0.16 | 341.14 | 0.29 | 0.77 |
| Hex | D5 | B2 | BD | 0 | 10 | B | 10 | 155 | 1D | 4D |
| Octal | 325 | 262 | 275 | 0 | 20 | 13 | 20 | 525 | 35 | 115 |
| Binary | 11010101 | 10110010 | 10111101 | 0 | 10000 | 1011 | 10000 | 101010101 | 11101 | 1001101 |
Color Harmonies of #D5B2BD
Complementary color
Monochromatic Colors of #D5B2BD
Black with #D5B2BD
Text Example
Text Example
White with #D5B2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5B2BD; }
p { color: rgb(213,178,189); }
H1.HeaderClassName
{
color: #D5B2BD;
}
.AnyTagClassName
{
color: #D5B2BD;
}
</style>
background-color css
<style>
a { background-color: #D5B2BD; }
a { background-color: rgb(213,178,189); }
div.DivClassName
{
background-color: #D5B2BD;
}
.BgClassName
{
background-color: #D5B2BD;
}
</style>
border-color css
<style>
span { border-color: #D5B2BD; }
span { border-color: rgb(213,178,189); }
td.TdClassName
{
border-color: #D5B2BD;
}
.TagClassName
{
border-color: #D5B2BD;
}
</style>