Shades of Melanie #D9BAC3
Tints of Melanie #D9BAC3
RGB
CMYK
RGB Variations
Color information
#D9BAC3 (or 0xD9BAC3) is known color: Melanie. HEX triplet: D9, BA and C3. RGB value is (217,186,195). Sum of RGB (Red+Green+Blue) = 217+186+195=598 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.29% from 598); Green value is 186 (73.05% from 255 or 31.10% from 598); Blue value is 195 (76.56% from 255 or 32.61% from 598); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BAC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9BAC3 is #26453C. Grayscale: #C4C4C4. Windows color (decimal): -2508093 or 12827353. OLE color: 12827353.
HSL color Cylindrical-coordinate representation of color #D9BAC3: hue angle of 342.58º 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 #D9BAC3 is Cyan = 0, Magento = 0.14, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 186 | 195 | - |
| CMYK | 0 | 0.14 | 0.10 | 0.15 |
| HSL | 342.58º | 0.29% | 0.79% | - |
| HSV(B) | 342.58º | 0.14% | 0.85% | - |
| XYZ | 56.02 | 53.81 | 59.06 | - |
| YUV | 196.3 | 127.27 | 142.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 186 | 195 | 0 | 0.14 | 0.10 | 0.15 | 342.58 | 0.29 | 0.79 |
| Hex | D9 | BA | C3 | 0 | E | A | F | 157 | 1D | 4F |
| Octal | 331 | 272 | 303 | 0 | 16 | 12 | 17 | 527 | 35 | 117 |
| Binary | 11011001 | 10111010 | 11000011 | 0 | 1110 | 1010 | 1111 | 101010111 | 11101 | 1001111 |
Color Harmonies of #D9BAC3
Complementary color
Monochromatic Colors of #D9BAC3
Black with #D9BAC3
Text Example
Text Example
White with #D9BAC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BAC3; }
p { color: rgb(217,186,195); }
H1.HeaderClassName
{
color: #D9BAC3;
}
.AnyTagClassName
{
color: #D9BAC3;
}
</style>
background-color css
<style>
a { background-color: #D9BAC3; }
a { background-color: rgb(217,186,195); }
div.DivClassName
{
background-color: #D9BAC3;
}
.BgClassName
{
background-color: #D9BAC3;
}
</style>
border-color css
<style>
span { border-color: #D9BAC3; }
span { border-color: rgb(217,186,195); }
td.TdClassName
{
border-color: #D9BAC3;
}
.TagClassName
{
border-color: #D9BAC3;
}
</style>