Shades of Melanie #DAAFBC
Tints of Melanie #DAAFBC
RGB
CMYK
RGB Variations
Color information
#DAAFBC (or 0xDAAFBC) is known color: Melanie. HEX triplet: DA, AF and BC. RGB value is (218,175,188). Sum of RGB (Red+Green+Blue) = 218+175+188=581 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.52% from 581); Green value is 175 (68.75% from 255 or 30.12% from 581); Blue value is 188 (73.83% from 255 or 32.36% from 581); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAFBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAAFBC is #255043. Grayscale: #BDBDBD. Windows color (decimal): -2445380 or 12365786. OLE color: 12365786.
HSL color Cylindrical-coordinate representation of color #DAAFBC: hue angle of 341.86º 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 #DAAFBC is Cyan = 0, Magento = 0.20, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 175 | 188 | - |
| CMYK | 0 | 0.20 | 0.14 | 0.15 |
| HSL | 341.86º | 0.37% | 0.77% | - |
| HSV(B) | 341.86º | 0.2% | 0.85% | - |
| XYZ | 53.32 | 49.2 | 54.26 | - |
| YUV | 189.34 | 127.25 | 148.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 175 | 188 | 0 | 0.20 | 0.14 | 0.15 | 341.86 | 0.37 | 0.77 |
| Hex | DA | AF | BC | 0 | 14 | E | F | 156 | 25 | 4D |
| Octal | 332 | 257 | 274 | 0 | 24 | 16 | 17 | 526 | 45 | 115 |
| Binary | 11011010 | 10101111 | 10111100 | 0 | 10100 | 1110 | 1111 | 101010110 | 100101 | 1001101 |
Color Harmonies of #DAAFBC
Complementary color
Monochromatic Colors of #DAAFBC
Black with #DAAFBC
Text Example
Text Example
White with #DAAFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAAFBC; }
p { color: rgb(218,175,188); }
H1.HeaderClassName
{
color: #DAAFBC;
}
.AnyTagClassName
{
color: #DAAFBC;
}
</style>
background-color css
<style>
a { background-color: #DAAFBC; }
a { background-color: rgb(218,175,188); }
div.DivClassName
{
background-color: #DAAFBC;
}
.BgClassName
{
background-color: #DAAFBC;
}
</style>
border-color css
<style>
span { border-color: #DAAFBC; }
span { border-color: rgb(218,175,188); }
td.TdClassName
{
border-color: #DAAFBC;
}
.TagClassName
{
border-color: #DAAFBC;
}
</style>