Shades of Melanie #DBB4BE
Tints of Melanie #DBB4BE
RGB
CMYK
RGB Variations
Color information
#DBB4BE (or 0xDBB4BE) is known color: Melanie. HEX triplet: DB, B4 and BE. RGB value is (219,180,190). Sum of RGB (Red+Green+Blue) = 219+180+190=589 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.18% from 589); Green value is 180 (70.70% from 255 or 30.56% from 589); Blue value is 190 (74.61% from 255 or 32.26% from 589); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB4BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBB4BE is #244B41. Grayscale: #C0C0C0. Windows color (decimal): -2378562 or 12498139. OLE color: 12498139.
HSL color Cylindrical-coordinate representation of color #DBB4BE: hue angle of 344.62º degrees, saturation: 0.35, 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 #DBB4BE is Cyan = 0, Magento = 0.18, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 180 | 190 | - |
| CMYK | 0 | 0.18 | 0.13 | 0.14 |
| HSL | 344.62º | 0.35% | 0.78% | - |
| HSV(B) | 344.62º | 0.18% | 0.86% | - |
| XYZ | 54.83 | 51.42 | 55.75 | - |
| YUV | 192.8 | 126.42 | 146.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 180 | 190 | 0 | 0.18 | 0.13 | 0.14 | 344.62 | 0.35 | 0.78 |
| Hex | DB | B4 | BE | 0 | 12 | D | E | 159 | 23 | 4E |
| Octal | 333 | 264 | 276 | 0 | 22 | 15 | 16 | 531 | 43 | 116 |
| Binary | 11011011 | 10110100 | 10111110 | 0 | 10010 | 1101 | 1110 | 101011001 | 100011 | 1001110 |
Color Harmonies of #DBB4BE
Complementary color
Monochromatic Colors of #DBB4BE
Black with #DBB4BE
Text Example
Text Example
White with #DBB4BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB4BE; }
p { color: rgb(219,180,190); }
H1.HeaderClassName
{
color: #DBB4BE;
}
.AnyTagClassName
{
color: #DBB4BE;
}
</style>
background-color css
<style>
a { background-color: #DBB4BE; }
a { background-color: rgb(219,180,190); }
div.DivClassName
{
background-color: #DBB4BE;
}
.BgClassName
{
background-color: #DBB4BE;
}
</style>
border-color css
<style>
span { border-color: #DBB4BE; }
span { border-color: rgb(219,180,190); }
td.TdClassName
{
border-color: #DBB4BE;
}
.TagClassName
{
border-color: #DBB4BE;
}
</style>