Shades of Melanie #DBAEC0
Tints of Melanie #DBAEC0
RGB
CMYK
RGB Variations
Color information
#DBAEC0 (or 0xDBAEC0) is known color: Melanie. HEX triplet: DB, AE and C0. RGB value is (219,174,192). Sum of RGB (Red+Green+Blue) = 219+174+192=585 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.44% from 585); Green value is 174 (68.36% from 255 or 29.74% from 585); Blue value is 192 (75.39% from 255 or 32.82% from 585); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAEC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBAEC0 is #24513F. Grayscale: #BDBDBD. Windows color (decimal): -2380096 or 12627675. OLE color: 12627675.
HSL color Cylindrical-coordinate representation of color #DBAEC0: hue angle of 336º degrees, saturation: 0.38, 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 #DBAEC0 is Cyan = 0, Magento = 0.21, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 174 | 192 | - |
CMYK | 0 | 0.21 | 0.12 | 0.14 |
HSL | 336º | 0.38% | 0.77% | - |
HSV(B) | 336º | 0.21% | 0.86% | - |
XYZ | 53.86 | 49.14 | 56.51 | - |
YUV | 189.51 | 129.41 | 149.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 174 | 192 | 0 | 0.21 | 0.12 | 0.14 | 336 | 0.38 | 0.77 |
Hex | DB | AE | C0 | 0 | 15 | C | E | 150 | 26 | 4D |
Octal | 333 | 256 | 300 | 0 | 25 | 14 | 16 | 520 | 46 | 115 |
Binary | 11011011 | 10101110 | 11000000 | 0 | 10101 | 1100 | 1110 | 101010000 | 100110 | 1001101 |
Color Harmonies of #DBAEC0
Complementary color
Monochromatic Colors of #DBAEC0
Black with #DBAEC0
Text Example
Text Example
White with #DBAEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAEC0; }
p { color: rgb(219,174,192); }
H1.HeaderClassName
{
color: #DBAEC0;
}
.AnyTagClassName
{
color: #DBAEC0;
}
</style>
background-color css
<style>
a { background-color: #DBAEC0; }
a { background-color: rgb(219,174,192); }
div.DivClassName
{
background-color: #DBAEC0;
}
.BgClassName
{
background-color: #DBAEC0;
}
</style>
border-color css
<style>
span { border-color: #DBAEC0; }
span { border-color: rgb(219,174,192); }
td.TdClassName
{
border-color: #DBAEC0;
}
.TagClassName
{
border-color: #DBAEC0;
}
</style>