Shades of Melanie #DAAEBE
Tints of Melanie #DAAEBE
RGB
CMYK
RGB Variations
Color information
#DAAEBE (or 0xDAAEBE) is known color: Melanie. HEX triplet: DA, AE and BE. RGB value is (218,174,190). Sum of RGB (Red+Green+Blue) = 218+174+190=582 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.46% from 582); Green value is 174 (68.36% from 255 or 29.90% from 582); Blue value is 190 (74.61% from 255 or 32.65% from 582); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAEBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAAEBE is #255141. Grayscale: #BCBCBC. Windows color (decimal): -2445634 or 12496602. OLE color: 12496602.
HSL color Cylindrical-coordinate representation of color #DAAEBE: hue angle of 338.18º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DAAEBE is Cyan = 0, Magento = 0.20, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 174 | 190 | - |
| CMYK | 0 | 0.20 | 0.13 | 0.15 |
| HSL | 338.18º | 0.37% | 0.77% | - |
| HSV(B) | 338.18º | 0.2% | 0.85% | - |
| XYZ | 53.34 | 48.9 | 55.34 | - |
| YUV | 188.98 | 128.58 | 148.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 174 | 190 | 0 | 0.20 | 0.13 | 0.15 | 338.18 | 0.37 | 0.77 |
| Hex | DA | AE | BE | 0 | 14 | D | F | 152 | 25 | 4D |
| Octal | 332 | 256 | 276 | 0 | 24 | 15 | 17 | 522 | 45 | 115 |
| Binary | 11011010 | 10101110 | 10111110 | 0 | 10100 | 1101 | 1111 | 101010010 | 100101 | 1001101 |
Color Harmonies of #DAAEBE
Complementary color
Monochromatic Colors of #DAAEBE
Black with #DAAEBE
Text Example
Text Example
White with #DAAEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAAEBE; }
p { color: rgb(218,174,190); }
H1.HeaderClassName
{
color: #DAAEBE;
}
.AnyTagClassName
{
color: #DAAEBE;
}
</style>
background-color css
<style>
a { background-color: #DAAEBE; }
a { background-color: rgb(218,174,190); }
div.DivClassName
{
background-color: #DAAEBE;
}
.BgClassName
{
background-color: #DAAEBE;
}
</style>
border-color css
<style>
span { border-color: #DAAEBE; }
span { border-color: rgb(218,174,190); }
td.TdClassName
{
border-color: #DAAEBE;
}
.TagClassName
{
border-color: #DAAEBE;
}
</style>