Shades of Melanie #D5BAC4
Tints of Melanie #D5BAC4
RGB
CMYK
RGB Variations
Color information
#D5BAC4 (or 0xD5BAC4) is known color: Melanie. HEX triplet: D5, BA and C4. RGB value is (213,186,196). Sum of RGB (Red+Green+Blue) = 213+186+196=595 (78% of max value = 765). Red value is 213 (83.59% from 255 or 35.80% from 595); Green value is 186 (73.05% from 255 or 31.26% from 595); Blue value is 196 (76.95% from 255 or 32.94% from 595); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BAC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5BAC4 is #2A453B. Grayscale: #C3C3C3. Windows color (decimal): -2770236 or 12892885. OLE color: 12892885.
HSL color Cylindrical-coordinate representation of color #D5BAC4: hue angle of 337.78º degrees, saturation: 0.24, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D5BAC4 is Cyan = 0, Magento = 0.13, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 186 | 196 | - |
| CMYK | 0 | 0.13 | 0.08 | 0.16 |
| HSL | 337.78º | 0.24% | 0.78% | - |
| HSV(B) | 337.78º | 0.13% | 0.84% | - |
| XYZ | 54.96 | 53.25 | 59.61 | - |
| YUV | 195.21 | 128.45 | 140.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 186 | 196 | 0 | 0.13 | 0.08 | 0.16 | 337.78 | 0.24 | 0.78 |
| Hex | D5 | BA | C4 | 0 | D | 8 | 10 | 152 | 18 | 4E |
| Octal | 325 | 272 | 304 | 0 | 15 | 10 | 20 | 522 | 30 | 116 |
| Binary | 11010101 | 10111010 | 11000100 | 0 | 1101 | 1000 | 10000 | 101010010 | 11000 | 1001110 |
Color Harmonies of #D5BAC4
Complementary color
Monochromatic Colors of #D5BAC4
Black with #D5BAC4
Text Example
Text Example
White with #D5BAC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BAC4; }
p { color: rgb(213,186,196); }
H1.HeaderClassName
{
color: #D5BAC4;
}
.AnyTagClassName
{
color: #D5BAC4;
}
</style>
background-color css
<style>
a { background-color: #D5BAC4; }
a { background-color: rgb(213,186,196); }
div.DivClassName
{
background-color: #D5BAC4;
}
.BgClassName
{
background-color: #D5BAC4;
}
</style>
border-color css
<style>
span { border-color: #D5BAC4; }
span { border-color: rgb(213,186,196); }
td.TdClassName
{
border-color: #D5BAC4;
}
.TagClassName
{
border-color: #D5BAC4;
}
</style>