Shades of Melanie #DBAEC2
Tints of Melanie #DBAEC2
RGB
CMYK
RGB Variations
Color information
#DBAEC2 (or 0xDBAEC2) is known color: Melanie. HEX triplet: DB, AE and C2. RGB value is (219,174,194). Sum of RGB (Red+Green+Blue) = 219+174+194=587 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.31% from 587); Green value is 174 (68.36% from 255 or 29.64% from 587); Blue value is 194 (76.17% from 255 or 33.05% from 587); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAEC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBAEC2 is #24513D. Grayscale: #BDBDBD. Windows color (decimal): -2380094 or 12758747. OLE color: 12758747.
HSL color Cylindrical-coordinate representation of color #DBAEC2: hue angle of 333.33º 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 #DBAEC2 is Cyan = 0, Magento = 0.21, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 174 | 194 | - |
CMYK | 0 | 0.21 | 0.11 | 0.14 |
HSL | 333.33º | 0.38% | 0.77% | - |
HSV(B) | 333.33º | 0.21% | 0.86% | - |
XYZ | 54.09 | 49.23 | 57.69 | - |
YUV | 189.74 | 130.41 | 148.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 174 | 194 | 0 | 0.21 | 0.11 | 0.14 | 333.33 | 0.38 | 0.77 |
Hex | DB | AE | C2 | 0 | 15 | B | E | 14D | 26 | 4D |
Octal | 333 | 256 | 302 | 0 | 25 | 13 | 16 | 515 | 46 | 115 |
Binary | 11011011 | 10101110 | 11000010 | 0 | 10101 | 1011 | 1110 | 101001101 | 100110 | 1001101 |
Color Harmonies of #DBAEC2
Complementary color
Monochromatic Colors of #DBAEC2
Black with #DBAEC2
Text Example
Text Example
White with #DBAEC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAEC2; }
p { color: rgb(219,174,194); }
H1.HeaderClassName
{
color: #DBAEC2;
}
.AnyTagClassName
{
color: #DBAEC2;
}
</style>
background-color css
<style>
a { background-color: #DBAEC2; }
a { background-color: rgb(219,174,194); }
div.DivClassName
{
background-color: #DBAEC2;
}
.BgClassName
{
background-color: #DBAEC2;
}
</style>
border-color css
<style>
span { border-color: #DBAEC2; }
span { border-color: rgb(219,174,194); }
td.TdClassName
{
border-color: #DBAEC2;
}
.TagClassName
{
border-color: #DBAEC2;
}
</style>