Shades of Melanie #DABAC1
Tints of Melanie #DABAC1
RGB
CMYK
RGB Variations
Color information
#DABAC1 (or 0xDABAC1) is known color: Melanie. HEX triplet: DA, BA and C1. RGB value is (218,186,193). Sum of RGB (Red+Green+Blue) = 218+186+193=597 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.52% from 597); Green value is 186 (73.05% from 255 or 31.16% from 597); Blue value is 193 (75.78% from 255 or 32.33% from 597); Max value from RGB is 218 - color contains mainly: red. Hex color #DABAC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABAC1 is #25453E. Grayscale: #C4C4C4. Windows color (decimal): -2442559 or 12696282. OLE color: 12696282.
HSL color Cylindrical-coordinate representation of color #DABAC1: hue angle of 346.88º 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 #DABAC1 is Cyan = 0, Magento = 0.15, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 186 | 193 | - |
| CMYK | 0 | 0.15 | 0.11 | 0.15 |
| HSL | 346.88º | 0.3% | 0.79% | - |
| HSV(B) | 346.88º | 0.15% | 0.85% | - |
| XYZ | 56.1 | 53.87 | 57.89 | - |
| YUV | 196.37 | 126.1 | 143.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 186 | 193 | 0 | 0.15 | 0.11 | 0.15 | 346.88 | 0.3 | 0.79 |
| Hex | DA | BA | C1 | 0 | F | B | F | 15B | 1E | 4F |
| Octal | 332 | 272 | 301 | 0 | 17 | 13 | 17 | 533 | 36 | 117 |
| Binary | 11011010 | 10111010 | 11000001 | 0 | 1111 | 1011 | 1111 | 101011011 | 11110 | 1001111 |
Color Harmonies of #DABAC1
Complementary color
Monochromatic Colors of #DABAC1
Black with #DABAC1
Text Example
Text Example
White with #DABAC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABAC1; }
p { color: rgb(218,186,193); }
H1.HeaderClassName
{
color: #DABAC1;
}
.AnyTagClassName
{
color: #DABAC1;
}
</style>
background-color css
<style>
a { background-color: #DABAC1; }
a { background-color: rgb(218,186,193); }
div.DivClassName
{
background-color: #DABAC1;
}
.BgClassName
{
background-color: #DABAC1;
}
</style>
border-color css
<style>
span { border-color: #DABAC1; }
span { border-color: rgb(218,186,193); }
td.TdClassName
{
border-color: #DABAC1;
}
.TagClassName
{
border-color: #DABAC1;
}
</style>