Shades of Melanie #DBB3C2
Tints of Melanie #DBB3C2
RGB
CMYK
RGB Variations
Color information
#DBB3C2 (or 0xDBB3C2) is known color: Melanie. HEX triplet: DB, B3 and C2. RGB value is (219,179,194). Sum of RGB (Red+Green+Blue) = 219+179+194=592 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.99% from 592); Green value is 179 (70.31% from 255 or 30.24% from 592); Blue value is 194 (76.17% from 255 or 32.77% from 592); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB3C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBB3C2 is #244C3D. Grayscale: #C0C0C0. Windows color (decimal): -2378814 or 12760027. OLE color: 12760027.
HSL color Cylindrical-coordinate representation of color #DBB3C2: hue angle of 337.5º degrees, saturation: 0.36, 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 #DBB3C2 is Cyan = 0, Magento = 0.18, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 179 | 194 | - |
| CMYK | 0 | 0.18 | 0.11 | 0.14 |
| HSL | 337.5º | 0.36% | 0.78% | - |
| HSV(B) | 337.5º | 0.18% | 0.86% | - |
| XYZ | 55.07 | 51.2 | 58.02 | - |
| YUV | 192.67 | 128.75 | 146.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 179 | 194 | 0 | 0.18 | 0.11 | 0.14 | 337.5 | 0.36 | 0.78 |
| Hex | DB | B3 | C2 | 0 | 12 | B | E | 152 | 24 | 4E |
| Octal | 333 | 263 | 302 | 0 | 22 | 13 | 16 | 522 | 44 | 116 |
| Binary | 11011011 | 10110011 | 11000010 | 0 | 10010 | 1011 | 1110 | 101010010 | 100100 | 1001110 |
Color Harmonies of #DBB3C2
Complementary color
Monochromatic Colors of #DBB3C2
Black with #DBB3C2
Text Example
Text Example
White with #DBB3C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB3C2; }
p { color: rgb(219,179,194); }
H1.HeaderClassName
{
color: #DBB3C2;
}
.AnyTagClassName
{
color: #DBB3C2;
}
</style>
background-color css
<style>
a { background-color: #DBB3C2; }
a { background-color: rgb(219,179,194); }
div.DivClassName
{
background-color: #DBB3C2;
}
.BgClassName
{
background-color: #DBB3C2;
}
</style>
border-color css
<style>
span { border-color: #DBB3C2; }
span { border-color: rgb(219,179,194); }
td.TdClassName
{
border-color: #DBB3C2;
}
.TagClassName
{
border-color: #DBB3C2;
}
</style>