Shades of Melanie #DAAFC0
Tints of Melanie #DAAFC0
RGB
CMYK
RGB Variations
Color information
#DAAFC0 (or 0xDAAFC0) is known color: Melanie. HEX triplet: DA, AF and C0. RGB value is (218,175,192). Sum of RGB (Red+Green+Blue) = 218+175+192=585 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.26% from 585); Green value is 175 (68.75% from 255 or 29.91% from 585); Blue value is 192 (75.39% from 255 or 32.82% from 585); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAFC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAAFC0 is #25503F. Grayscale: #BDBDBD. Windows color (decimal): -2445376 or 12627930. OLE color: 12627930.
HSL color Cylindrical-coordinate representation of color #DAAFC0: hue angle of 336.28º 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 #DAAFC0 is Cyan = 0, Magento = 0.20, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 175 | 192 | - |
| CMYK | 0 | 0.20 | 0.12 | 0.15 |
| HSL | 336.28º | 0.37% | 0.77% | - |
| HSV(B) | 336.28º | 0.2% | 0.85% | - |
| XYZ | 53.76 | 49.37 | 56.57 | - |
| YUV | 189.8 | 129.25 | 148.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 175 | 192 | 0 | 0.20 | 0.12 | 0.15 | 336.28 | 0.37 | 0.77 |
| Hex | DA | AF | C0 | 0 | 14 | C | F | 150 | 25 | 4D |
| Octal | 332 | 257 | 300 | 0 | 24 | 14 | 17 | 520 | 45 | 115 |
| Binary | 11011010 | 10101111 | 11000000 | 0 | 10100 | 1100 | 1111 | 101010000 | 100101 | 1001101 |
Color Harmonies of #DAAFC0
Complementary color
Monochromatic Colors of #DAAFC0
Black with #DAAFC0
Text Example
Text Example
White with #DAAFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAAFC0; }
p { color: rgb(218,175,192); }
H1.HeaderClassName
{
color: #DAAFC0;
}
.AnyTagClassName
{
color: #DAAFC0;
}
</style>
background-color css
<style>
a { background-color: #DAAFC0; }
a { background-color: rgb(218,175,192); }
div.DivClassName
{
background-color: #DAAFC0;
}
.BgClassName
{
background-color: #DAAFC0;
}
</style>
border-color css
<style>
span { border-color: #DAAFC0; }
span { border-color: rgb(218,175,192); }
td.TdClassName
{
border-color: #DAAFC0;
}
.TagClassName
{
border-color: #DAAFC0;
}
</style>