Shades of Melanie #DAB6C4
Tints of Melanie #DAB6C4
RGB
CMYK
RGB Variations
Color information
#DAB6C4 (or 0xDAB6C4) is known color: Melanie. HEX triplet: DA, B6 and C4. RGB value is (218,182,196). Sum of RGB (Red+Green+Blue) = 218+182+196=596 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.58% from 596); Green value is 182 (71.48% from 255 or 30.54% from 596); Blue value is 196 (76.95% from 255 or 32.89% from 596); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB6C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAB6C4 is #25493B. Grayscale: #C2C2C2. Windows color (decimal): -2443580 or 12891866. OLE color: 12891866.
HSL color Cylindrical-coordinate representation of color #DAB6C4: hue angle of 336.67º degrees, saturation: 0.33, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DAB6C4 is Cyan = 0, Magento = 0.17, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 182 | 196 | - |
| CMYK | 0 | 0.17 | 0.10 | 0.15 |
| HSL | 336.67º | 0.33% | 0.78% | - |
| HSV(B) | 336.67º | 0.17% | 0.85% | - |
| XYZ | 55.61 | 52.35 | 59.4 | - |
| YUV | 194.36 | 128.93 | 144.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 182 | 196 | 0 | 0.17 | 0.10 | 0.15 | 336.67 | 0.33 | 0.78 |
| Hex | DA | B6 | C4 | 0 | 11 | A | F | 151 | 21 | 4E |
| Octal | 332 | 266 | 304 | 0 | 21 | 12 | 17 | 521 | 41 | 116 |
| Binary | 11011010 | 10110110 | 11000100 | 0 | 10001 | 1010 | 1111 | 101010001 | 100001 | 1001110 |
Color Harmonies of #DAB6C4
Complementary color
Monochromatic Colors of #DAB6C4
Black with #DAB6C4
Text Example
Text Example
White with #DAB6C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB6C4; }
p { color: rgb(218,182,196); }
H1.HeaderClassName
{
color: #DAB6C4;
}
.AnyTagClassName
{
color: #DAB6C4;
}
</style>
background-color css
<style>
a { background-color: #DAB6C4; }
a { background-color: rgb(218,182,196); }
div.DivClassName
{
background-color: #DAB6C4;
}
.BgClassName
{
background-color: #DAB6C4;
}
</style>
border-color css
<style>
span { border-color: #DAB6C4; }
span { border-color: rgb(218,182,196); }
td.TdClassName
{
border-color: #DAB6C4;
}
.TagClassName
{
border-color: #DAB6C4;
}
</style>