Shades of Melanie #DBAEBE
Tints of Melanie #DBAEBE
RGB
CMYK
RGB Variations
Color information
#DBAEBE (or 0xDBAEBE) is known color: Melanie. HEX triplet: DB, AE and BE. RGB value is (219,174,190). Sum of RGB (Red+Green+Blue) = 219+174+190=583 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.56% from 583); Green value is 174 (68.36% from 255 or 29.85% from 583); Blue value is 190 (74.61% from 255 or 32.59% from 583); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAEBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBAEBE is #245141. Grayscale: #BDBDBD. Windows color (decimal): -2380098 or 12496603. OLE color: 12496603.
HSL color Cylindrical-coordinate representation of color #DBAEBE: hue angle of 338.67º 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 #DBAEBE is Cyan = 0, Magento = 0.21, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 174 | 190 | - |
| CMYK | 0 | 0.21 | 0.13 | 0.14 |
| HSL | 338.67º | 0.38% | 0.77% | - |
| HSV(B) | 338.67º | 0.21% | 0.86% | - |
| XYZ | 53.64 | 49.05 | 55.36 | - |
| YUV | 189.28 | 128.41 | 149.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 174 | 190 | 0 | 0.21 | 0.13 | 0.14 | 338.67 | 0.38 | 0.77 |
| Hex | DB | AE | BE | 0 | 15 | D | E | 153 | 26 | 4D |
| Octal | 333 | 256 | 276 | 0 | 25 | 15 | 16 | 523 | 46 | 115 |
| Binary | 11011011 | 10101110 | 10111110 | 0 | 10101 | 1101 | 1110 | 101010011 | 100110 | 1001101 |
Color Harmonies of #DBAEBE
Complementary color
Monochromatic Colors of #DBAEBE
Black with #DBAEBE
Text Example
Text Example
White with #DBAEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAEBE; }
p { color: rgb(219,174,190); }
H1.HeaderClassName
{
color: #DBAEBE;
}
.AnyTagClassName
{
color: #DBAEBE;
}
</style>
background-color css
<style>
a { background-color: #DBAEBE; }
a { background-color: rgb(219,174,190); }
div.DivClassName
{
background-color: #DBAEBE;
}
.BgClassName
{
background-color: #DBAEBE;
}
</style>
border-color css
<style>
span { border-color: #DBAEBE; }
span { border-color: rgb(219,174,190); }
td.TdClassName
{
border-color: #DBAEBE;
}
.TagClassName
{
border-color: #DBAEBE;
}
</style>