Shades of Melanie #D7BAC2
Tints of Melanie #D7BAC2
RGB
CMYK
RGB Variations
Color information
#D7BAC2 (or 0xD7BAC2) is known color: Melanie. HEX triplet: D7, BA and C2. RGB value is (215,186,194). Sum of RGB (Red+Green+Blue) = 215+186+194=595 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.13% from 595); Green value is 186 (73.05% from 255 or 31.26% from 595); Blue value is 194 (76.17% from 255 or 32.61% from 595); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BAC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7BAC2 is #28453D. Grayscale: #C3C3C3. Windows color (decimal): -2639166 or 12761815. OLE color: 12761815.
HSL color Cylindrical-coordinate representation of color #D7BAC2: hue angle of 343.45º degrees, saturation: 0.27, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D7BAC2 is Cyan = 0, Magento = 0.13, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 186 | 194 | - |
| CMYK | 0 | 0.13 | 0.10 | 0.16 |
| HSL | 343.45º | 0.27% | 0.79% | - |
| HSV(B) | 343.45º | 0.13% | 0.84% | - |
| XYZ | 55.32 | 53.46 | 58.44 | - |
| YUV | 195.58 | 127.11 | 141.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 186 | 194 | 0 | 0.13 | 0.10 | 0.16 | 343.45 | 0.27 | 0.79 |
| Hex | D7 | BA | C2 | 0 | D | A | 10 | 157 | 1B | 4F |
| Octal | 327 | 272 | 302 | 0 | 15 | 12 | 20 | 527 | 33 | 117 |
| Binary | 11010111 | 10111010 | 11000010 | 0 | 1101 | 1010 | 10000 | 101010111 | 11011 | 1001111 |
Color Harmonies of #D7BAC2
Complementary color
Monochromatic Colors of #D7BAC2
Black with #D7BAC2
Text Example
Text Example
White with #D7BAC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7BAC2; }
p { color: rgb(215,186,194); }
H1.HeaderClassName
{
color: #D7BAC2;
}
.AnyTagClassName
{
color: #D7BAC2;
}
</style>
background-color css
<style>
a { background-color: #D7BAC2; }
a { background-color: rgb(215,186,194); }
div.DivClassName
{
background-color: #D7BAC2;
}
.BgClassName
{
background-color: #D7BAC2;
}
</style>
border-color css
<style>
span { border-color: #D7BAC2; }
span { border-color: rgb(215,186,194); }
td.TdClassName
{
border-color: #D7BAC2;
}
.TagClassName
{
border-color: #D7BAC2;
}
</style>