Shades of Melanie #DAAFC2
Tints of Melanie #DAAFC2
RGB
CMYK
RGB Variations
Color information
#DAAFC2 (or 0xDAAFC2) is known color: Melanie. HEX triplet: DA, AF and C2. RGB value is (218,175,194). Sum of RGB (Red+Green+Blue) = 218+175+194=587 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.14% from 587); Green value is 175 (68.75% from 255 or 29.81% from 587); Blue value is 194 (76.17% from 255 or 33.05% from 587); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAFC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAAFC2 is #25503D. Grayscale: #BDBDBD. Windows color (decimal): -2445374 or 12759002. OLE color: 12759002.
HSL color Cylindrical-coordinate representation of color #DAAFC2: hue angle of 333.49º 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 #DAAFC2 is Cyan = 0, Magento = 0.20, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 175 | 194 | - |
| CMYK | 0 | 0.20 | 0.11 | 0.15 |
| HSL | 333.49º | 0.37% | 0.77% | - |
| HSV(B) | 333.49º | 0.2% | 0.85% | - |
| XYZ | 53.98 | 49.46 | 57.74 | - |
| YUV | 190.02 | 130.25 | 147.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 175 | 194 | 0 | 0.20 | 0.11 | 0.15 | 333.49 | 0.37 | 0.77 |
| Hex | DA | AF | C2 | 0 | 14 | B | F | 14D | 25 | 4D |
| Octal | 332 | 257 | 302 | 0 | 24 | 13 | 17 | 515 | 45 | 115 |
| Binary | 11011010 | 10101111 | 11000010 | 0 | 10100 | 1011 | 1111 | 101001101 | 100101 | 1001101 |
Color Harmonies of #DAAFC2
Complementary color
Monochromatic Colors of #DAAFC2
Black with #DAAFC2
Text Example
Text Example
White with #DAAFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAAFC2; }
p { color: rgb(218,175,194); }
H1.HeaderClassName
{
color: #DAAFC2;
}
.AnyTagClassName
{
color: #DAAFC2;
}
</style>
background-color css
<style>
a { background-color: #DAAFC2; }
a { background-color: rgb(218,175,194); }
div.DivClassName
{
background-color: #DAAFC2;
}
.BgClassName
{
background-color: #DAAFC2;
}
</style>
border-color css
<style>
span { border-color: #DAAFC2; }
span { border-color: rgb(218,175,194); }
td.TdClassName
{
border-color: #DAAFC2;
}
.TagClassName
{
border-color: #DAAFC2;
}
</style>