Shades of Melanie #DAAFC1
Tints of Melanie #DAAFC1
RGB
CMYK
RGB Variations
Color information
#DAAFC1 (or 0xDAAFC1) is known color: Melanie. HEX triplet: DA, AF and C1. RGB value is (218,175,193). Sum of RGB (Red+Green+Blue) = 218+175+193=586 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.20% from 586); Green value is 175 (68.75% from 255 or 29.86% from 586); Blue value is 193 (75.78% from 255 or 32.94% from 586); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAFC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAAFC1 is #25503E. Grayscale: #BDBDBD. Windows color (decimal): -2445375 or 12693466. OLE color: 12693466.
HSL color Cylindrical-coordinate representation of color #DAAFC1: hue angle of 334.88º 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 #DAAFC1 is Cyan = 0, Magento = 0.20, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 175 | 193 | - |
| CMYK | 0 | 0.20 | 0.11 | 0.15 |
| HSL | 334.88º | 0.37% | 0.77% | - |
| HSV(B) | 334.88º | 0.2% | 0.85% | - |
| XYZ | 53.87 | 49.42 | 57.15 | - |
| YUV | 189.91 | 129.75 | 148.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 175 | 193 | 0 | 0.20 | 0.11 | 0.15 | 334.88 | 0.37 | 0.77 |
| Hex | DA | AF | C1 | 0 | 14 | B | F | 14F | 25 | 4D |
| Octal | 332 | 257 | 301 | 0 | 24 | 13 | 17 | 517 | 45 | 115 |
| Binary | 11011010 | 10101111 | 11000001 | 0 | 10100 | 1011 | 1111 | 101001111 | 100101 | 1001101 |
Color Harmonies of #DAAFC1
Complementary color
Monochromatic Colors of #DAAFC1
Black with #DAAFC1
Text Example
Text Example
White with #DAAFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAAFC1; }
p { color: rgb(218,175,193); }
H1.HeaderClassName
{
color: #DAAFC1;
}
.AnyTagClassName
{
color: #DAAFC1;
}
</style>
background-color css
<style>
a { background-color: #DAAFC1; }
a { background-color: rgb(218,175,193); }
div.DivClassName
{
background-color: #DAAFC1;
}
.BgClassName
{
background-color: #DAAFC1;
}
</style>
border-color css
<style>
span { border-color: #DAAFC1; }
span { border-color: rgb(218,175,193); }
td.TdClassName
{
border-color: #DAAFC1;
}
.TagClassName
{
border-color: #DAAFC1;
}
</style>