Shades of Melanie #DAAFC3
Tints of Melanie #DAAFC3
RGB
CMYK
RGB Variations
Color information
#DAAFC3 (or 0xDAAFC3) is known color: Melanie. HEX triplet: DA, AF and C3. RGB value is (218,175,195). Sum of RGB (Red+Green+Blue) = 218+175+195=588 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.07% from 588); Green value is 175 (68.75% from 255 or 29.76% from 588); Blue value is 195 (76.56% from 255 or 33.16% from 588); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAFC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAAFC3 is #25503C. Grayscale: #BEBEBE. Windows color (decimal): -2445373 or 12824538. OLE color: 12824538.
HSL color Cylindrical-coordinate representation of color #DAAFC3: hue angle of 332.09º 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 #DAAFC3 is Cyan = 0, Magento = 0.20, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 175 | 195 | - |
| CMYK | 0 | 0.20 | 0.11 | 0.15 |
| HSL | 332.09º | 0.37% | 0.77% | - |
| HSV(B) | 332.09º | 0.2% | 0.85% | - |
| XYZ | 54.09 | 49.51 | 58.33 | - |
| YUV | 190.14 | 130.75 | 147.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 175 | 195 | 0 | 0.20 | 0.11 | 0.15 | 332.09 | 0.37 | 0.77 |
| Hex | DA | AF | C3 | 0 | 14 | B | F | 14C | 25 | 4D |
| Octal | 332 | 257 | 303 | 0 | 24 | 13 | 17 | 514 | 45 | 115 |
| Binary | 11011010 | 10101111 | 11000011 | 0 | 10100 | 1011 | 1111 | 101001100 | 100101 | 1001101 |
Color Harmonies of #DAAFC3
Complementary color
Monochromatic Colors of #DAAFC3
Black with #DAAFC3
Text Example
Text Example
White with #DAAFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAAFC3; }
p { color: rgb(218,175,195); }
H1.HeaderClassName
{
color: #DAAFC3;
}
.AnyTagClassName
{
color: #DAAFC3;
}
</style>
background-color css
<style>
a { background-color: #DAAFC3; }
a { background-color: rgb(218,175,195); }
div.DivClassName
{
background-color: #DAAFC3;
}
.BgClassName
{
background-color: #DAAFC3;
}
</style>
border-color css
<style>
span { border-color: #DAAFC3; }
span { border-color: rgb(218,175,195); }
td.TdClassName
{
border-color: #DAAFC3;
}
.TagClassName
{
border-color: #DAAFC3;
}
</style>