Shades of Melanie #DBA8BC
Tints of Melanie #DBA8BC
RGB
CMYK
RGB Variations
Color information
#DBA8BC (or 0xDBA8BC) is known color: Melanie. HEX triplet: DB, A8 and BC. RGB value is (219,168,188). Sum of RGB (Red+Green+Blue) = 219+168+188=575 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.09% from 575); Green value is 168 (66.02% from 255 or 29.22% from 575); Blue value is 188 (73.83% from 255 or 32.70% from 575); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA8BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA8BC is #245743. Grayscale: #B9B9B9. Windows color (decimal): -2381636 or 12363995. OLE color: 12363995.
HSL color Cylindrical-coordinate representation of color #DBA8BC: hue angle of 336.47º degrees, saturation: 0.41, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DBA8BC is Cyan = 0, Magento = 0.23, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 168 | 188 | - |
| CMYK | 0 | 0.23 | 0.14 | 0.14 |
| HSL | 336.47º | 0.41% | 0.76% | - |
| HSV(B) | 336.47º | 0.23% | 0.86% | - |
| XYZ | 52.29 | 46.7 | 53.83 | - |
| YUV | 185.53 | 129.4 | 151.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 168 | 188 | 0 | 0.23 | 0.14 | 0.14 | 336.47 | 0.41 | 0.76 |
| Hex | DB | A8 | BC | 0 | 17 | E | E | 150 | 29 | 4C |
| Octal | 333 | 250 | 274 | 0 | 27 | 16 | 16 | 520 | 51 | 114 |
| Binary | 11011011 | 10101000 | 10111100 | 0 | 10111 | 1110 | 1110 | 101010000 | 101001 | 1001100 |
Color Harmonies of #DBA8BC
Complementary color
Monochromatic Colors of #DBA8BC
Black with #DBA8BC
Text Example
Text Example
White with #DBA8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA8BC; }
p { color: rgb(219,168,188); }
H1.HeaderClassName
{
color: #DBA8BC;
}
.AnyTagClassName
{
color: #DBA8BC;
}
</style>
background-color css
<style>
a { background-color: #DBA8BC; }
a { background-color: rgb(219,168,188); }
div.DivClassName
{
background-color: #DBA8BC;
}
.BgClassName
{
background-color: #DBA8BC;
}
</style>
border-color css
<style>
span { border-color: #DBA8BC; }
span { border-color: rgb(219,168,188); }
td.TdClassName
{
border-color: #DBA8BC;
}
.TagClassName
{
border-color: #DBA8BC;
}
</style>