Shades of Melanie #DCB4BD
Tints of Melanie #DCB4BD
RGB
CMYK
RGB Variations
Color information
#DCB4BD (or 0xDCB4BD) is known color: Melanie. HEX triplet: DC, B4 and BD. RGB value is (220,180,189). Sum of RGB (Red+Green+Blue) = 220+180+189=589 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.35% from 589); Green value is 180 (70.70% from 255 or 30.56% from 589); Blue value is 189 (74.22% from 255 or 32.09% from 589); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB4BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB4BD is #234B42. Grayscale: #C0C0C0. Windows color (decimal): -2313027 or 12432604. OLE color: 12432604.
HSL color Cylindrical-coordinate representation of color #DCB4BD: hue angle of 346.5º degrees, saturation: 0.36, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DCB4BD is Cyan = 0, Magento = 0.18, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 180 | 189 | - |
| CMYK | 0 | 0.18 | 0.14 | 0.14 |
| HSL | 346.5º | 0.36% | 0.78% | - |
| HSV(B) | 346.5º | 0.18% | 0.86% | - |
| XYZ | 55.02 | 51.53 | 55.19 | - |
| YUV | 192.99 | 125.75 | 147.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 180 | 189 | 0 | 0.18 | 0.14 | 0.14 | 346.5 | 0.36 | 0.78 |
| Hex | DC | B4 | BD | 0 | 12 | E | E | 15A | 24 | 4E |
| Octal | 334 | 264 | 275 | 0 | 22 | 16 | 16 | 532 | 44 | 116 |
| Binary | 11011100 | 10110100 | 10111101 | 0 | 10010 | 1110 | 1110 | 101011010 | 100100 | 1001110 |
Color Harmonies of #DCB4BD
Complementary color
Monochromatic Colors of #DCB4BD
Black with #DCB4BD
Text Example
Text Example
White with #DCB4BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB4BD; }
p { color: rgb(220,180,189); }
H1.HeaderClassName
{
color: #DCB4BD;
}
.AnyTagClassName
{
color: #DCB4BD;
}
</style>
background-color css
<style>
a { background-color: #DCB4BD; }
a { background-color: rgb(220,180,189); }
div.DivClassName
{
background-color: #DCB4BD;
}
.BgClassName
{
background-color: #DCB4BD;
}
</style>
border-color css
<style>
span { border-color: #DCB4BD; }
span { border-color: rgb(220,180,189); }
td.TdClassName
{
border-color: #DCB4BD;
}
.TagClassName
{
border-color: #DCB4BD;
}
</style>