Shades of Melanie #DBB2BB
Tints of Melanie #DBB2BB
RGB
CMYK
RGB Variations
Color information
#DBB2BB (or 0xDBB2BB) is known color: Melanie. HEX triplet: DB, B2 and BB. RGB value is (219,178,187). Sum of RGB (Red+Green+Blue) = 219+178+187=584 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.5% from 584); Green value is 178 (69.92% from 255 or 30.48% from 584); Blue value is 187 (73.44% from 255 or 32.02% from 584); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB2BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBB2BB is #244D44. Grayscale: #BFBFBF. Windows color (decimal): -2379077 or 12301019. OLE color: 12301019.
HSL color Cylindrical-coordinate representation of color #DBB2BB: hue angle of 346.83º degrees, saturation: 0.36, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DBB2BB is Cyan = 0, Magento = 0.19, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 178 | 187 | - |
| CMYK | 0 | 0.19 | 0.15 | 0.14 |
| HSL | 346.83º | 0.36% | 0.78% | - |
| HSV(B) | 346.83º | 0.19% | 0.86% | - |
| XYZ | 54.1 | 50.49 | 53.91 | - |
| YUV | 191.29 | 125.58 | 147.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 178 | 187 | 0 | 0.19 | 0.15 | 0.14 | 346.83 | 0.36 | 0.78 |
| Hex | DB | B2 | BB | 0 | 13 | F | E | 15B | 24 | 4E |
| Octal | 333 | 262 | 273 | 0 | 23 | 17 | 16 | 533 | 44 | 116 |
| Binary | 11011011 | 10110010 | 10111011 | 0 | 10011 | 1111 | 1110 | 101011011 | 100100 | 1001110 |
Color Harmonies of #DBB2BB
Complementary color
Monochromatic Colors of #DBB2BB
Black with #DBB2BB
Text Example
Text Example
White with #DBB2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB2BB; }
p { color: rgb(219,178,187); }
H1.HeaderClassName
{
color: #DBB2BB;
}
.AnyTagClassName
{
color: #DBB2BB;
}
</style>
background-color css
<style>
a { background-color: #DBB2BB; }
a { background-color: rgb(219,178,187); }
div.DivClassName
{
background-color: #DBB2BB;
}
.BgClassName
{
background-color: #DBB2BB;
}
</style>
border-color css
<style>
span { border-color: #DBB2BB; }
span { border-color: rgb(219,178,187); }
td.TdClassName
{
border-color: #DBB2BB;
}
.TagClassName
{
border-color: #DBB2BB;
}
</style>