Shades of Melanie #D9BAC4
Tints of Melanie #D9BAC4
RGB
CMYK
RGB Variations
Color information
#D9BAC4 (or 0xD9BAC4) is known color: Melanie. HEX triplet: D9, BA and C4. RGB value is (217,186,196). Sum of RGB (Red+Green+Blue) = 217+186+196=599 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.23% from 599); Green value is 186 (73.05% from 255 or 31.05% from 599); Blue value is 196 (76.95% from 255 or 32.72% from 599); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BAC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9BAC4 is #26453B. Grayscale: #C4C4C4. Windows color (decimal): -2508092 or 12892889. OLE color: 12892889.
HSL color Cylindrical-coordinate representation of color #D9BAC4: hue angle of 340.65º degrees, saturation: 0.29, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D9BAC4 is Cyan = 0, Magento = 0.14, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 186 | 196 | - |
| CMYK | 0 | 0.14 | 0.10 | 0.15 |
| HSL | 340.65º | 0.29% | 0.79% | - |
| HSV(B) | 340.65º | 0.14% | 0.85% | - |
| XYZ | 56.14 | 53.86 | 59.66 | - |
| YUV | 196.41 | 127.77 | 142.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 186 | 196 | 0 | 0.14 | 0.10 | 0.15 | 340.65 | 0.29 | 0.79 |
| Hex | D9 | BA | C4 | 0 | E | A | F | 155 | 1D | 4F |
| Octal | 331 | 272 | 304 | 0 | 16 | 12 | 17 | 525 | 35 | 117 |
| Binary | 11011001 | 10111010 | 11000100 | 0 | 1110 | 1010 | 1111 | 101010101 | 11101 | 1001111 |
Color Harmonies of #D9BAC4
Complementary color
Monochromatic Colors of #D9BAC4
Black with #D9BAC4
Text Example
Text Example
White with #D9BAC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BAC4; }
p { color: rgb(217,186,196); }
H1.HeaderClassName
{
color: #D9BAC4;
}
.AnyTagClassName
{
color: #D9BAC4;
}
</style>
background-color css
<style>
a { background-color: #D9BAC4; }
a { background-color: rgb(217,186,196); }
div.DivClassName
{
background-color: #D9BAC4;
}
.BgClassName
{
background-color: #D9BAC4;
}
</style>
border-color css
<style>
span { border-color: #D9BAC4; }
span { border-color: rgb(217,186,196); }
td.TdClassName
{
border-color: #D9BAC4;
}
.TagClassName
{
border-color: #D9BAC4;
}
</style>