Shades of Melanie #DAACBE
Tints of Melanie #DAACBE
RGB
CMYK
RGB Variations
Color information
#DAACBE (or 0xDAACBE) is known color: Melanie. HEX triplet: DA, AC and BE. RGB value is (218,172,190). Sum of RGB (Red+Green+Blue) = 218+172+190=580 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.59% from 580); Green value is 172 (67.58% from 255 or 29.66% from 580); Blue value is 190 (74.61% from 255 or 32.76% from 580); Max value from RGB is 218 - color contains mainly: red. Hex color #DAACBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAACBE is #255341. Grayscale: #BBBBBB. Windows color (decimal): -2446146 or 12496090. OLE color: 12496090.
HSL color Cylindrical-coordinate representation of color #DAACBE: hue angle of 336.52º degrees, saturation: 0.38, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DAACBE is Cyan = 0, Magento = 0.21, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
RGB | 218 | 172 | 190 | - |
CMYK | 0 | 0.21 | 0.13 | 0.15 |
HSL | 336.52º | 0.38% | 0.76% | - |
HSV(B) | 336.52º | 0.21% | 0.85% | - |
XYZ | 52.96 | 48.13 | 55.21 | - |
YUV | 187.81 | 129.24 | 149.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 172 | 190 | 0 | 0.21 | 0.13 | 0.15 | 336.52 | 0.38 | 0.76 |
Hex | DA | AC | BE | 0 | 15 | D | F | 151 | 26 | 4C |
Octal | 332 | 254 | 276 | 0 | 25 | 15 | 17 | 521 | 46 | 114 |
Binary | 11011010 | 10101100 | 10111110 | 0 | 10101 | 1101 | 1111 | 101010001 | 100110 | 1001100 |
Color Harmonies of #DAACBE
Complementary color
Monochromatic Colors of #DAACBE
Black with #DAACBE
Text Example
Text Example
White with #DAACBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAACBE; }
p { color: rgb(218,172,190); }
H1.HeaderClassName
{
color: #DAACBE;
}
.AnyTagClassName
{
color: #DAACBE;
}
</style>
background-color css
<style>
a { background-color: #DAACBE; }
a { background-color: rgb(218,172,190); }
div.DivClassName
{
background-color: #DAACBE;
}
.BgClassName
{
background-color: #DAACBE;
}
</style>
border-color css
<style>
span { border-color: #DAACBE; }
span { border-color: rgb(218,172,190); }
td.TdClassName
{
border-color: #DAACBE;
}
.TagClassName
{
border-color: #DAACBE;
}
</style>