Shades of Melanie #DABDC6
Tints of Melanie #DABDC6
RGB
CMYK
RGB Variations
Color information
#DABDC6 (or 0xDABDC6) is known color: Melanie. HEX triplet: DA, BD and C6. RGB value is (218,189,198). Sum of RGB (Red+Green+Blue) = 218+189+198=605 (80% of max value = 765). Red value is 218 (85.55% from 255 or 36.03% from 605); Green value is 189 (74.22% from 255 or 31.24% from 605); Blue value is 198 (77.73% from 255 or 32.73% from 605); Max value from RGB is 218 - color contains mainly: red. Hex color #DABDC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABDC6 is #254239. Grayscale: #C6C6C6. Windows color (decimal): -2441786 or 13024730. OLE color: 13024730.
HSL color Cylindrical-coordinate representation of color #DABDC6: hue angle of 341.38º degrees, saturation: 0.28, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DABDC6 is Cyan = 0, Magento = 0.13, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
RGB | 218 | 189 | 198 | - |
CMYK | 0 | 0.13 | 0.09 | 0.15 |
HSL | 341.38º | 0.28% | 0.8% | - |
HSV(B) | 341.38º | 0.13% | 0.85% | - |
XYZ | 57.3 | 55.38 | 61.09 | - |
YUV | 198.7 | 127.61 | 141.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 189 | 198 | 0 | 0.13 | 0.09 | 0.15 | 341.38 | 0.28 | 0.8 |
Hex | DA | BD | C6 | 0 | D | 9 | F | 155 | 1C | 50 |
Octal | 332 | 275 | 306 | 0 | 15 | 11 | 17 | 525 | 34 | 120 |
Binary | 11011010 | 10111101 | 11000110 | 0 | 1101 | 1001 | 1111 | 101010101 | 11100 | 1010000 |
Color Harmonies of #DABDC6
Complementary color
Monochromatic Colors of #DABDC6
Black with #DABDC6
Text Example
Text Example
White with #DABDC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABDC6; }
p { color: rgb(218,189,198); }
H1.HeaderClassName
{
color: #DABDC6;
}
.AnyTagClassName
{
color: #DABDC6;
}
</style>
background-color css
<style>
a { background-color: #DABDC6; }
a { background-color: rgb(218,189,198); }
div.DivClassName
{
background-color: #DABDC6;
}
.BgClassName
{
background-color: #DABDC6;
}
</style>
border-color css
<style>
span { border-color: #DABDC6; }
span { border-color: rgb(218,189,198); }
td.TdClassName
{
border-color: #DABDC6;
}
.TagClassName
{
border-color: #DABDC6;
}
</style>