Shades of Melanie #DBAEBC
Tints of Melanie #DBAEBC
RGB
CMYK
RGB Variations
Color information
#DBAEBC (or 0xDBAEBC) is known color: Melanie. HEX triplet: DB, AE and BC. RGB value is (219,174,188). Sum of RGB (Red+Green+Blue) = 219+174+188=581 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.69% from 581); Green value is 174 (68.36% from 255 or 29.95% from 581); Blue value is 188 (73.83% from 255 or 32.36% from 581); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAEBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBAEBC is #245143. Grayscale: #BDBDBD. Windows color (decimal): -2380100 or 12365531. OLE color: 12365531.
HSL color Cylindrical-coordinate representation of color #DBAEBC: hue angle of 341.33º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DBAEBC is Cyan = 0, Magento = 0.21, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 174 | 188 | - |
| CMYK | 0 | 0.21 | 0.14 | 0.14 |
| HSL | 341.33º | 0.38% | 0.77% | - |
| HSV(B) | 341.33º | 0.21% | 0.86% | - |
| XYZ | 53.43 | 48.96 | 54.21 | - |
| YUV | 189.05 | 127.41 | 149.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 174 | 188 | 0 | 0.21 | 0.14 | 0.14 | 341.33 | 0.38 | 0.77 |
| Hex | DB | AE | BC | 0 | 15 | E | E | 155 | 26 | 4D |
| Octal | 333 | 256 | 274 | 0 | 25 | 16 | 16 | 525 | 46 | 115 |
| Binary | 11011011 | 10101110 | 10111100 | 0 | 10101 | 1110 | 1110 | 101010101 | 100110 | 1001101 |
Color Harmonies of #DBAEBC
Complementary color
Monochromatic Colors of #DBAEBC
Black with #DBAEBC
Text Example
Text Example
White with #DBAEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAEBC; }
p { color: rgb(219,174,188); }
H1.HeaderClassName
{
color: #DBAEBC;
}
.AnyTagClassName
{
color: #DBAEBC;
}
</style>
background-color css
<style>
a { background-color: #DBAEBC; }
a { background-color: rgb(219,174,188); }
div.DivClassName
{
background-color: #DBAEBC;
}
.BgClassName
{
background-color: #DBAEBC;
}
</style>
border-color css
<style>
span { border-color: #DBAEBC; }
span { border-color: rgb(219,174,188); }
td.TdClassName
{
border-color: #DBAEBC;
}
.TagClassName
{
border-color: #DBAEBC;
}
</style>