Shades of Melanie #DABAC4
Tints of Melanie #DABAC4
RGB
CMYK
RGB Variations
Color information
#DABAC4 (or 0xDABAC4) is known color: Melanie. HEX triplet: DA, BA and C4. RGB value is (218,186,196). Sum of RGB (Red+Green+Blue) = 218+186+196=600 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.33% from 600); Green value is 186 (73.05% from 255 or 31% from 600); Blue value is 196 (76.95% from 255 or 32.67% from 600); Max value from RGB is 218 - color contains mainly: red. Hex color #DABAC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABAC4 is #25453B. Grayscale: #C4C4C4. Windows color (decimal): -2442556 or 12892890. OLE color: 12892890.
HSL color Cylindrical-coordinate representation of color #DABAC4: hue angle of 341.25º 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 #DABAC4 is Cyan = 0, Magento = 0.15, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 186 | 196 | - |
| CMYK | 0 | 0.15 | 0.10 | 0.15 |
| HSL | 341.25º | 0.3% | 0.79% | - |
| HSV(B) | 341.25º | 0.15% | 0.85% | - |
| XYZ | 56.44 | 54.01 | 59.67 | - |
| YUV | 196.71 | 127.6 | 143.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 186 | 196 | 0 | 0.15 | 0.10 | 0.15 | 341.25 | 0.3 | 0.79 |
| Hex | DA | BA | C4 | 0 | F | A | F | 155 | 1E | 4F |
| Octal | 332 | 272 | 304 | 0 | 17 | 12 | 17 | 525 | 36 | 117 |
| Binary | 11011010 | 10111010 | 11000100 | 0 | 1111 | 1010 | 1111 | 101010101 | 11110 | 1001111 |
Color Harmonies of #DABAC4
Complementary color
Monochromatic Colors of #DABAC4
Black with #DABAC4
Text Example
Text Example
White with #DABAC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABAC4; }
p { color: rgb(218,186,196); }
H1.HeaderClassName
{
color: #DABAC4;
}
.AnyTagClassName
{
color: #DABAC4;
}
</style>
background-color css
<style>
a { background-color: #DABAC4; }
a { background-color: rgb(218,186,196); }
div.DivClassName
{
background-color: #DABAC4;
}
.BgClassName
{
background-color: #DABAC4;
}
</style>
border-color css
<style>
span { border-color: #DABAC4; }
span { border-color: rgb(218,186,196); }
td.TdClassName
{
border-color: #DABAC4;
}
.TagClassName
{
border-color: #DABAC4;
}
</style>