Shades of Melanie #D4BAC2
Tints of Melanie #D4BAC2
RGB
CMYK
RGB Variations
Color information
#D4BAC2 (or 0xD4BAC2) is known color: Melanie. HEX triplet: D4, BA and C2. RGB value is (212,186,194). Sum of RGB (Red+Green+Blue) = 212+186+194=592 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.81% from 592); Green value is 186 (73.05% from 255 or 31.42% from 592); Blue value is 194 (76.17% from 255 or 32.77% from 592); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BAC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4BAC2 is #2B453D. Grayscale: #C2C2C2. Windows color (decimal): -2835774 or 12761812. OLE color: 12761812.
HSL color Cylindrical-coordinate representation of color #D4BAC2: hue angle of 341.54º degrees, saturation: 0.23, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D4BAC2 is Cyan = 0, Magento = 0.12, Yellow = 0.08 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 186 | 194 | - |
| CMYK | 0 | 0.12 | 0.08 | 0.17 |
| HSL | 341.54º | 0.23% | 0.78% | - |
| HSV(B) | 341.54º | 0.12% | 0.83% | - |
| XYZ | 54.45 | 53.01 | 58.4 | - |
| YUV | 194.69 | 127.61 | 140.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 186 | 194 | 0 | 0.12 | 0.08 | 0.17 | 341.54 | 0.23 | 0.78 |
| Hex | D4 | BA | C2 | 0 | C | 8 | 11 | 156 | 17 | 4E |
| Octal | 324 | 272 | 302 | 0 | 14 | 10 | 21 | 526 | 27 | 116 |
| Binary | 11010100 | 10111010 | 11000010 | 0 | 1100 | 1000 | 10001 | 101010110 | 10111 | 1001110 |
Color Harmonies of #D4BAC2
Complementary color
Monochromatic Colors of #D4BAC2
Black with #D4BAC2
Text Example
Text Example
White with #D4BAC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4BAC2; }
p { color: rgb(212,186,194); }
H1.HeaderClassName
{
color: #D4BAC2;
}
.AnyTagClassName
{
color: #D4BAC2;
}
</style>
background-color css
<style>
a { background-color: #D4BAC2; }
a { background-color: rgb(212,186,194); }
div.DivClassName
{
background-color: #D4BAC2;
}
.BgClassName
{
background-color: #D4BAC2;
}
</style>
border-color css
<style>
span { border-color: #D4BAC2; }
span { border-color: rgb(212,186,194); }
td.TdClassName
{
border-color: #D4BAC2;
}
.TagClassName
{
border-color: #D4BAC2;
}
</style>