Shades of Melanie #DAADC1
Tints of Melanie #DAADC1
RGB
CMYK
RGB Variations
Color information
#DAADC1 (or 0xDAADC1) is known color: Melanie. HEX triplet: DA, AD and C1. RGB value is (218,173,193). Sum of RGB (Red+Green+Blue) = 218+173+193=584 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.33% from 584); Green value is 173 (67.97% from 255 or 29.62% from 584); Blue value is 193 (75.78% from 255 or 33.05% from 584); Max value from RGB is 218 - color contains mainly: red. Hex color #DAADC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAADC1 is #25523E. Grayscale: #BCBCBC. Windows color (decimal): -2445887 or 12692954. OLE color: 12692954.
HSL color Cylindrical-coordinate representation of color #DAADC1: hue angle of 333.33º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DAADC1 is Cyan = 0, Magento = 0.21, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 173 | 193 | - |
| CMYK | 0 | 0.21 | 0.11 | 0.15 |
| HSL | 333.33º | 0.38% | 0.77% | - |
| HSV(B) | 333.33º | 0.21% | 0.85% | - |
| XYZ | 53.48 | 48.64 | 57.02 | - |
| YUV | 188.74 | 130.41 | 148.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 173 | 193 | 0 | 0.21 | 0.11 | 0.15 | 333.33 | 0.38 | 0.77 |
| Hex | DA | AD | C1 | 0 | 15 | B | F | 14D | 26 | 4D |
| Octal | 332 | 255 | 301 | 0 | 25 | 13 | 17 | 515 | 46 | 115 |
| Binary | 11011010 | 10101101 | 11000001 | 0 | 10101 | 1011 | 1111 | 101001101 | 100110 | 1001101 |
Color Harmonies of #DAADC1
Complementary color
Monochromatic Colors of #DAADC1
Black with #DAADC1
Text Example
Text Example
White with #DAADC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAADC1; }
p { color: rgb(218,173,193); }
H1.HeaderClassName
{
color: #DAADC1;
}
.AnyTagClassName
{
color: #DAADC1;
}
</style>
background-color css
<style>
a { background-color: #DAADC1; }
a { background-color: rgb(218,173,193); }
div.DivClassName
{
background-color: #DAADC1;
}
.BgClassName
{
background-color: #DAADC1;
}
</style>
border-color css
<style>
span { border-color: #DAADC1; }
span { border-color: rgb(218,173,193); }
td.TdClassName
{
border-color: #DAADC1;
}
.TagClassName
{
border-color: #DAADC1;
}
</style>