Shades of Melanie #D9BCC5
Tints of Melanie #D9BCC5
RGB
CMYK
RGB Variations
Color information
#D9BCC5 (or 0xD9BCC5) is known color: Melanie. HEX triplet: D9, BC and C5. RGB value is (217,188,197). Sum of RGB (Red+Green+Blue) = 217+188+197=602 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.05% from 602); Green value is 188 (73.83% from 255 or 31.23% from 602); Blue value is 197 (77.34% from 255 or 32.72% from 602); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BCC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9BCC5 is #26433A. Grayscale: #C5C5C5. Windows color (decimal): -2507579 or 12958937. OLE color: 12958937.
HSL color Cylindrical-coordinate representation of color #D9BCC5: hue angle of 341.38º degrees, saturation: 0.28, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D9BCC5 is Cyan = 0, Magento = 0.13, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 188 | 197 | - |
| CMYK | 0 | 0.13 | 0.09 | 0.15 |
| HSL | 341.38º | 0.28% | 0.79% | - |
| HSV(B) | 341.38º | 0.13% | 0.85% | - |
| XYZ | 56.68 | 54.75 | 60.4 | - |
| YUV | 197.7 | 127.61 | 141.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 188 | 197 | 0 | 0.13 | 0.09 | 0.15 | 341.38 | 0.28 | 0.79 |
| Hex | D9 | BC | C5 | 0 | D | 9 | F | 155 | 1C | 4F |
| Octal | 331 | 274 | 305 | 0 | 15 | 11 | 17 | 525 | 34 | 117 |
| Binary | 11011001 | 10111100 | 11000101 | 0 | 1101 | 1001 | 1111 | 101010101 | 11100 | 1001111 |
Color Harmonies of #D9BCC5
Complementary color
Monochromatic Colors of #D9BCC5
Black with #D9BCC5
Text Example
Text Example
White with #D9BCC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BCC5; }
p { color: rgb(217,188,197); }
H1.HeaderClassName
{
color: #D9BCC5;
}
.AnyTagClassName
{
color: #D9BCC5;
}
</style>
background-color css
<style>
a { background-color: #D9BCC5; }
a { background-color: rgb(217,188,197); }
div.DivClassName
{
background-color: #D9BCC5;
}
.BgClassName
{
background-color: #D9BCC5;
}
</style>
border-color css
<style>
span { border-color: #D9BCC5; }
span { border-color: rgb(217,188,197); }
td.TdClassName
{
border-color: #D9BCC5;
}
.TagClassName
{
border-color: #D9BCC5;
}
</style>