Shades of Melanie #DBADC1
Tints of Melanie #DBADC1
RGB
CMYK
RGB Variations
Color information
#DBADC1 (or 0xDBADC1) is known color: Melanie. HEX triplet: DB, AD and C1. RGB value is (219,173,193). Sum of RGB (Red+Green+Blue) = 219+173+193=585 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.44% from 585); Green value is 173 (67.97% from 255 or 29.57% from 585); Blue value is 193 (75.78% from 255 or 32.99% from 585); Max value from RGB is 219 - color contains mainly: red. Hex color #DBADC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBADC1 is #24523E. Grayscale: #BCBCBC. Windows color (decimal): -2380351 or 12692955. OLE color: 12692955.
HSL color Cylindrical-coordinate representation of color #DBADC1: hue angle of 333.91º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DBADC1 is Cyan = 0, Magento = 0.21, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 173 | 193 | - |
| CMYK | 0 | 0.21 | 0.12 | 0.14 |
| HSL | 333.91º | 0.39% | 0.77% | - |
| HSV(B) | 333.91º | 0.21% | 0.86% | - |
| XYZ | 53.78 | 48.8 | 57.04 | - |
| YUV | 189.03 | 130.24 | 149.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 173 | 193 | 0 | 0.21 | 0.12 | 0.14 | 333.91 | 0.39 | 0.77 |
| Hex | DB | AD | C1 | 0 | 15 | C | E | 14E | 27 | 4D |
| Octal | 333 | 255 | 301 | 0 | 25 | 14 | 16 | 516 | 47 | 115 |
| Binary | 11011011 | 10101101 | 11000001 | 0 | 10101 | 1100 | 1110 | 101001110 | 100111 | 1001101 |
Color Harmonies of #DBADC1
Complementary color
Monochromatic Colors of #DBADC1
Black with #DBADC1
Text Example
Text Example
White with #DBADC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBADC1; }
p { color: rgb(219,173,193); }
H1.HeaderClassName
{
color: #DBADC1;
}
.AnyTagClassName
{
color: #DBADC1;
}
</style>
background-color css
<style>
a { background-color: #DBADC1; }
a { background-color: rgb(219,173,193); }
div.DivClassName
{
background-color: #DBADC1;
}
.BgClassName
{
background-color: #DBADC1;
}
</style>
border-color css
<style>
span { border-color: #DBADC1; }
span { border-color: rgb(219,173,193); }
td.TdClassName
{
border-color: #DBADC1;
}
.TagClassName
{
border-color: #DBADC1;
}
</style>