Shades of Melanie #DABAC2
Tints of Melanie #DABAC2
RGB
CMYK
RGB Variations
Color information
#DABAC2 (or 0xDABAC2) is known color: Melanie. HEX triplet: DA, BA and C2. RGB value is (218,186,194). Sum of RGB (Red+Green+Blue) = 218+186+194=598 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.45% from 598); Green value is 186 (73.05% from 255 or 31.10% from 598); Blue value is 194 (76.17% from 255 or 32.44% from 598); Max value from RGB is 218 - color contains mainly: red. Hex color #DABAC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABAC2 is #25453D. Grayscale: #C4C4C4. Windows color (decimal): -2442558 or 12761818. OLE color: 12761818.
HSL color Cylindrical-coordinate representation of color #DABAC2: hue angle of 345º degrees, saturation: 0.3, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DABAC2 is Cyan = 0, Magento = 0.15, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 186 | 194 | - |
| CMYK | 0 | 0.15 | 0.11 | 0.15 |
| HSL | 345º | 0.3% | 0.79% | - |
| HSV(B) | 345º | 0.15% | 0.85% | - |
| XYZ | 56.21 | 53.92 | 58.48 | - |
| YUV | 196.48 | 126.6 | 143.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 186 | 194 | 0 | 0.15 | 0.11 | 0.15 | 345 | 0.3 | 0.79 |
| Hex | DA | BA | C2 | 0 | F | B | F | 159 | 1E | 4F |
| Octal | 332 | 272 | 302 | 0 | 17 | 13 | 17 | 531 | 36 | 117 |
| Binary | 11011010 | 10111010 | 11000010 | 0 | 1111 | 1011 | 1111 | 101011001 | 11110 | 1001111 |
Color Harmonies of #DABAC2
Complementary color
Monochromatic Colors of #DABAC2
Black with #DABAC2
Text Example
Text Example
White with #DABAC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABAC2; }
p { color: rgb(218,186,194); }
H1.HeaderClassName
{
color: #DABAC2;
}
.AnyTagClassName
{
color: #DABAC2;
}
</style>
background-color css
<style>
a { background-color: #DABAC2; }
a { background-color: rgb(218,186,194); }
div.DivClassName
{
background-color: #DABAC2;
}
.BgClassName
{
background-color: #DABAC2;
}
</style>
border-color css
<style>
span { border-color: #DABAC2; }
span { border-color: rgb(218,186,194); }
td.TdClassName
{
border-color: #DABAC2;
}
.TagClassName
{
border-color: #DABAC2;
}
</style>