Shades of Melanie #DABAC3
Tints of Melanie #DABAC3
RGB
CMYK
RGB Variations
Color information
#DABAC3 (or 0xDABAC3) is known color: Melanie. HEX triplet: DA, BA and C3. RGB value is (218,186,195). Sum of RGB (Red+Green+Blue) = 218+186+195=599 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.39% from 599); Green value is 186 (73.05% from 255 or 31.05% from 599); Blue value is 195 (76.56% from 255 or 32.55% from 599); Max value from RGB is 218 - color contains mainly: red. Hex color #DABAC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABAC3 is #25453C. Grayscale: #C4C4C4. Windows color (decimal): -2442557 or 12827354. OLE color: 12827354.
HSL color Cylindrical-coordinate representation of color #DABAC3: hue angle of 343.12º 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 #DABAC3 is Cyan = 0, Magento = 0.15, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 186 | 195 | - |
| CMYK | 0 | 0.15 | 0.11 | 0.15 |
| HSL | 343.13º | 0.3% | 0.79% | - |
| HSV(B) | 343.13º | 0.15% | 0.85% | - |
| XYZ | 56.32 | 53.96 | 59.08 | - |
| YUV | 196.59 | 127.1 | 143.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 186 | 195 | 0 | 0.15 | 0.11 | 0.15 | 343.13 | 0.3 | 0.79 |
| Hex | DA | BA | C3 | 0 | F | B | F | 157 | 1E | 4F |
| Octal | 332 | 272 | 303 | 0 | 17 | 13 | 17 | 527 | 36 | 117 |
| Binary | 11011010 | 10111010 | 11000011 | 0 | 1111 | 1011 | 1111 | 101010111 | 11110 | 1001111 |
Color Harmonies of #DABAC3
Complementary color
Monochromatic Colors of #DABAC3
Black with #DABAC3
Text Example
Text Example
White with #DABAC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABAC3; }
p { color: rgb(218,186,195); }
H1.HeaderClassName
{
color: #DABAC3;
}
.AnyTagClassName
{
color: #DABAC3;
}
</style>
background-color css
<style>
a { background-color: #DABAC3; }
a { background-color: rgb(218,186,195); }
div.DivClassName
{
background-color: #DABAC3;
}
.BgClassName
{
background-color: #DABAC3;
}
</style>
border-color css
<style>
span { border-color: #DABAC3; }
span { border-color: rgb(218,186,195); }
td.TdClassName
{
border-color: #DABAC3;
}
.TagClassName
{
border-color: #DABAC3;
}
</style>