Shades of Melanie #DBB4C1
Tints of Melanie #DBB4C1
RGB
CMYK
RGB Variations
Color information
#DBB4C1 (or 0xDBB4C1) is known color: Melanie. HEX triplet: DB, B4 and C1. RGB value is (219,180,193). Sum of RGB (Red+Green+Blue) = 219+180+193=592 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.99% from 592); Green value is 180 (70.70% from 255 or 30.41% from 592); Blue value is 193 (75.78% from 255 or 32.60% from 592); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB4C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBB4C1 is #244B3E. Grayscale: #C1C1C1. Windows color (decimal): -2378559 or 12694747. OLE color: 12694747.
HSL color Cylindrical-coordinate representation of color #DBB4C1: hue angle of 340º 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 #DBB4C1 is Cyan = 0, Magento = 0.18, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 180 | 193 | - |
| CMYK | 0 | 0.18 | 0.12 | 0.14 |
| HSL | 340º | 0.35% | 0.78% | - |
| HSV(B) | 340º | 0.18% | 0.86% | - |
| XYZ | 55.16 | 51.55 | 57.5 | - |
| YUV | 193.14 | 127.92 | 146.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 180 | 193 | 0 | 0.18 | 0.12 | 0.14 | 340 | 0.35 | 0.78 |
| Hex | DB | B4 | C1 | 0 | 12 | C | E | 154 | 23 | 4E |
| Octal | 333 | 264 | 301 | 0 | 22 | 14 | 16 | 524 | 43 | 116 |
| Binary | 11011011 | 10110100 | 11000001 | 0 | 10010 | 1100 | 1110 | 101010100 | 100011 | 1001110 |
Color Harmonies of #DBB4C1
Complementary color
Monochromatic Colors of #DBB4C1
Black with #DBB4C1
Text Example
Text Example
White with #DBB4C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB4C1; }
p { color: rgb(219,180,193); }
H1.HeaderClassName
{
color: #DBB4C1;
}
.AnyTagClassName
{
color: #DBB4C1;
}
</style>
background-color css
<style>
a { background-color: #DBB4C1; }
a { background-color: rgb(219,180,193); }
div.DivClassName
{
background-color: #DBB4C1;
}
.BgClassName
{
background-color: #DBB4C1;
}
</style>
border-color css
<style>
span { border-color: #DBB4C1; }
span { border-color: rgb(219,180,193); }
td.TdClassName
{
border-color: #DBB4C1;
}
.TagClassName
{
border-color: #DBB4C1;
}
</style>