Shades of Melanie #DBAEC1
Tints of Melanie #DBAEC1
RGB
CMYK
RGB Variations
Color information
#DBAEC1 (or 0xDBAEC1) is known color: Melanie. HEX triplet: DB, AE and C1. RGB value is (219,174,193). Sum of RGB (Red+Green+Blue) = 219+174+193=586 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.37% from 586); Green value is 174 (68.36% from 255 or 29.69% from 586); Blue value is 193 (75.78% from 255 or 32.94% from 586); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAEC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBAEC1 is #24513E. Grayscale: #BDBDBD. Windows color (decimal): -2380095 or 12693211. OLE color: 12693211.
HSL color Cylindrical-coordinate representation of color #DBAEC1: hue angle of 334.67º 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 #DBAEC1 is Cyan = 0, Magento = 0.21, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 174 | 193 | - |
CMYK | 0 | 0.21 | 0.12 | 0.14 |
HSL | 334.67º | 0.38% | 0.77% | - |
HSV(B) | 334.67º | 0.21% | 0.86% | - |
XYZ | 53.98 | 49.18 | 57.1 | - |
YUV | 189.62 | 129.91 | 148.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 174 | 193 | 0 | 0.21 | 0.12 | 0.14 | 334.67 | 0.38 | 0.77 |
Hex | DB | AE | C1 | 0 | 15 | C | E | 14F | 26 | 4D |
Octal | 333 | 256 | 301 | 0 | 25 | 14 | 16 | 517 | 46 | 115 |
Binary | 11011011 | 10101110 | 11000001 | 0 | 10101 | 1100 | 1110 | 101001111 | 100110 | 1001101 |
Color Harmonies of #DBAEC1
Complementary color
Monochromatic Colors of #DBAEC1
Black with #DBAEC1
Text Example
Text Example
White with #DBAEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAEC1; }
p { color: rgb(219,174,193); }
H1.HeaderClassName
{
color: #DBAEC1;
}
.AnyTagClassName
{
color: #DBAEC1;
}
</style>
background-color css
<style>
a { background-color: #DBAEC1; }
a { background-color: rgb(219,174,193); }
div.DivClassName
{
background-color: #DBAEC1;
}
.BgClassName
{
background-color: #DBAEC1;
}
</style>
border-color css
<style>
span { border-color: #DBAEC1; }
span { border-color: rgb(219,174,193); }
td.TdClassName
{
border-color: #DBAEC1;
}
.TagClassName
{
border-color: #DBAEC1;
}
</style>