Shades of Melanie #DBABBC
Tints of Melanie #DBABBC
RGB
CMYK
RGB Variations
Color information
#DBABBC (or 0xDBABBC) is known color: Melanie. HEX triplet: DB, AB and BC. RGB value is (219,171,188). Sum of RGB (Red+Green+Blue) = 219+171+188=578 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.89% from 578); Green value is 171 (67.19% from 255 or 29.58% from 578); Blue value is 188 (73.83% from 255 or 32.53% from 578); Max value from RGB is 219 - color contains mainly: red. Hex color #DBABBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBABBC is #245443. Grayscale: #BBBBBB. Windows color (decimal): -2380868 or 12364763. OLE color: 12364763.
HSL color Cylindrical-coordinate representation of color #DBABBC: hue angle of 338.75º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DBABBC is Cyan = 0, Magento = 0.22, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 171 | 188 | - |
| CMYK | 0 | 0.22 | 0.14 | 0.14 |
| HSL | 338.75º | 0.4% | 0.76% | - |
| HSV(B) | 338.75º | 0.22% | 0.86% | - |
| XYZ | 52.85 | 47.82 | 54.02 | - |
| YUV | 187.29 | 128.4 | 150.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 171 | 188 | 0 | 0.22 | 0.14 | 0.14 | 338.75 | 0.4 | 0.76 |
| Hex | DB | AB | BC | 0 | 16 | E | E | 153 | 28 | 4C |
| Octal | 333 | 253 | 274 | 0 | 26 | 16 | 16 | 523 | 50 | 114 |
| Binary | 11011011 | 10101011 | 10111100 | 0 | 10110 | 1110 | 1110 | 101010011 | 101000 | 1001100 |
Color Harmonies of #DBABBC
Complementary color
Monochromatic Colors of #DBABBC
Black with #DBABBC
Text Example
Text Example
White with #DBABBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBABBC; }
p { color: rgb(219,171,188); }
H1.HeaderClassName
{
color: #DBABBC;
}
.AnyTagClassName
{
color: #DBABBC;
}
</style>
background-color css
<style>
a { background-color: #DBABBC; }
a { background-color: rgb(219,171,188); }
div.DivClassName
{
background-color: #DBABBC;
}
.BgClassName
{
background-color: #DBABBC;
}
</style>
border-color css
<style>
span { border-color: #DBABBC; }
span { border-color: rgb(219,171,188); }
td.TdClassName
{
border-color: #DBABBC;
}
.TagClassName
{
border-color: #DBABBC;
}
</style>