Shades of Melanie #D5BCC5
Tints of Melanie #D5BCC5
RGB
CMYK
RGB Variations
Color information
#D5BCC5 (or 0xD5BCC5) is known color: Melanie. HEX triplet: D5, BC and C5. RGB value is (213,188,197). Sum of RGB (Red+Green+Blue) = 213+188+197=598 (79% of max value = 765). Red value is 213 (83.59% from 255 or 35.62% from 598); Green value is 188 (73.83% from 255 or 31.44% from 598); Blue value is 197 (77.34% from 255 or 32.94% from 598); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BCC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5BCC5 is #2A433A. Grayscale: #C4C4C4. Windows color (decimal): -2769723 or 12958933. OLE color: 12958933.
HSL color Cylindrical-coordinate representation of color #D5BCC5: hue angle of 338.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 #D5BCC5 is Cyan = 0, Magento = 0.12, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 188 | 197 | - |
| CMYK | 0 | 0.12 | 0.08 | 0.16 |
| HSL | 338.4º | 0.23% | 0.79% | - |
| HSV(B) | 338.4º | 0.12% | 0.84% | - |
| XYZ | 55.5 | 54.14 | 60.35 | - |
| YUV | 196.5 | 128.28 | 139.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 188 | 197 | 0 | 0.12 | 0.08 | 0.16 | 338.4 | 0.23 | 0.79 |
| Hex | D5 | BC | C5 | 0 | C | 8 | 10 | 152 | 17 | 4F |
| Octal | 325 | 274 | 305 | 0 | 14 | 10 | 20 | 522 | 27 | 117 |
| Binary | 11010101 | 10111100 | 11000101 | 0 | 1100 | 1000 | 10000 | 101010010 | 10111 | 1001111 |
Color Harmonies of #D5BCC5
Complementary color
Monochromatic Colors of #D5BCC5
Black with #D5BCC5
Text Example
Text Example
White with #D5BCC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BCC5; }
p { color: rgb(213,188,197); }
H1.HeaderClassName
{
color: #D5BCC5;
}
.AnyTagClassName
{
color: #D5BCC5;
}
</style>
background-color css
<style>
a { background-color: #D5BCC5; }
a { background-color: rgb(213,188,197); }
div.DivClassName
{
background-color: #D5BCC5;
}
.BgClassName
{
background-color: #D5BCC5;
}
</style>
border-color css
<style>
span { border-color: #D5BCC5; }
span { border-color: rgb(213,188,197); }
td.TdClassName
{
border-color: #D5BCC5;
}
.TagClassName
{
border-color: #D5BCC5;
}
</style>