Shades of Melanie #DBB4C3
Tints of Melanie #DBB4C3
RGB
CMYK
RGB Variations
Color information
#DBB4C3 (or 0xDBB4C3) is known color: Melanie. HEX triplet: DB, B4 and C3. RGB value is (219,180,195). Sum of RGB (Red+Green+Blue) = 219+180+195=594 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.87% from 594); Green value is 180 (70.70% from 255 or 30.30% from 594); Blue value is 195 (76.56% from 255 or 32.83% from 594); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB4C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBB4C3 is #244B3C. Grayscale: #C1C1C1. Windows color (decimal): -2378557 or 12825819. OLE color: 12825819.
HSL color Cylindrical-coordinate representation of color #DBB4C3: hue angle of 336.92º 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 #DBB4C3 is Cyan = 0, Magento = 0.18, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 180 | 195 | - |
| CMYK | 0 | 0.18 | 0.11 | 0.14 |
| HSL | 336.92º | 0.35% | 0.78% | - |
| HSV(B) | 336.92º | 0.18% | 0.86% | - |
| XYZ | 55.39 | 51.64 | 58.68 | - |
| YUV | 193.37 | 128.92 | 146.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 180 | 195 | 0 | 0.18 | 0.11 | 0.14 | 336.92 | 0.35 | 0.78 |
| Hex | DB | B4 | C3 | 0 | 12 | B | E | 151 | 23 | 4E |
| Octal | 333 | 264 | 303 | 0 | 22 | 13 | 16 | 521 | 43 | 116 |
| Binary | 11011011 | 10110100 | 11000011 | 0 | 10010 | 1011 | 1110 | 101010001 | 100011 | 1001110 |
Color Harmonies of #DBB4C3
Complementary color
Monochromatic Colors of #DBB4C3
Black with #DBB4C3
Text Example
Text Example
White with #DBB4C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB4C3; }
p { color: rgb(219,180,195); }
H1.HeaderClassName
{
color: #DBB4C3;
}
.AnyTagClassName
{
color: #DBB4C3;
}
</style>
background-color css
<style>
a { background-color: #DBB4C3; }
a { background-color: rgb(219,180,195); }
div.DivClassName
{
background-color: #DBB4C3;
}
.BgClassName
{
background-color: #DBB4C3;
}
</style>
border-color css
<style>
span { border-color: #DBB4C3; }
span { border-color: rgb(219,180,195); }
td.TdClassName
{
border-color: #DBB4C3;
}
.TagClassName
{
border-color: #DBB4C3;
}
</style>