Shades of Melanie #DAADC2
Tints of Melanie #DAADC2
RGB
CMYK
RGB Variations
Color information
#DAADC2 (or 0xDAADC2) is known color: Melanie. HEX triplet: DA, AD and C2. RGB value is (218,173,194). Sum of RGB (Red+Green+Blue) = 218+173+194=585 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.26% from 585); Green value is 173 (67.97% from 255 or 29.57% from 585); Blue value is 194 (76.17% from 255 or 33.16% from 585); Max value from RGB is 218 - color contains mainly: red. Hex color #DAADC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAADC2 is #25523D. Grayscale: #BCBCBC. Windows color (decimal): -2445886 or 12758490. OLE color: 12758490.
HSL color Cylindrical-coordinate representation of color #DAADC2: hue angle of 332º 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 #DAADC2 is Cyan = 0, Magento = 0.21, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 173 | 194 | - |
| CMYK | 0 | 0.21 | 0.11 | 0.15 |
| HSL | 332º | 0.38% | 0.77% | - |
| HSV(B) | 332º | 0.21% | 0.85% | - |
| XYZ | 53.59 | 48.69 | 57.61 | - |
| YUV | 188.85 | 130.91 | 148.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 173 | 194 | 0 | 0.21 | 0.11 | 0.15 | 332 | 0.38 | 0.77 |
| Hex | DA | AD | C2 | 0 | 15 | B | F | 14C | 26 | 4D |
| Octal | 332 | 255 | 302 | 0 | 25 | 13 | 17 | 514 | 46 | 115 |
| Binary | 11011010 | 10101101 | 11000010 | 0 | 10101 | 1011 | 1111 | 101001100 | 100110 | 1001101 |
Color Harmonies of #DAADC2
Complementary color
Monochromatic Colors of #DAADC2
Black with #DAADC2
Text Example
Text Example
White with #DAADC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAADC2; }
p { color: rgb(218,173,194); }
H1.HeaderClassName
{
color: #DAADC2;
}
.AnyTagClassName
{
color: #DAADC2;
}
</style>
background-color css
<style>
a { background-color: #DAADC2; }
a { background-color: rgb(218,173,194); }
div.DivClassName
{
background-color: #DAADC2;
}
.BgClassName
{
background-color: #DAADC2;
}
</style>
border-color css
<style>
span { border-color: #DAADC2; }
span { border-color: rgb(218,173,194); }
td.TdClassName
{
border-color: #DAADC2;
}
.TagClassName
{
border-color: #DAADC2;
}
</style>