Shades of Melanie #DABDC3
Tints of Melanie #DABDC3
RGB
CMYK
RGB Variations
Color information
#DABDC3 (or 0xDABDC3) is known color: Melanie. HEX triplet: DA, BD and C3. RGB value is (218,189,195). Sum of RGB (Red+Green+Blue) = 218+189+195=602 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.21% from 602); Green value is 189 (74.22% from 255 or 31.40% from 602); Blue value is 195 (76.56% from 255 or 32.39% from 602); Max value from RGB is 218 - color contains mainly: red. Hex color #DABDC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABDC3 is #25423C. Grayscale: #C6C6C6. Windows color (decimal): -2441789 or 12828122. OLE color: 12828122.
HSL color Cylindrical-coordinate representation of color #DABDC3: hue angle of 347.59º 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 #DABDC3 is Cyan = 0, Magento = 0.13, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 189 | 195 | - |
| CMYK | 0 | 0.13 | 0.11 | 0.15 |
| HSL | 347.59º | 0.28% | 0.8% | - |
| HSV(B) | 347.59º | 0.13% | 0.85% | - |
| XYZ | 56.96 | 55.24 | 59.29 | - |
| YUV | 198.36 | 126.11 | 142.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 189 | 195 | 0 | 0.13 | 0.11 | 0.15 | 347.59 | 0.28 | 0.8 |
| Hex | DA | BD | C3 | 0 | D | B | F | 15C | 1C | 50 |
| Octal | 332 | 275 | 303 | 0 | 15 | 13 | 17 | 534 | 34 | 120 |
| Binary | 11011010 | 10111101 | 11000011 | 0 | 1101 | 1011 | 1111 | 101011100 | 11100 | 1010000 |
Color Harmonies of #DABDC3
Complementary color
Monochromatic Colors of #DABDC3
Black with #DABDC3
Text Example
Text Example
White with #DABDC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABDC3; }
p { color: rgb(218,189,195); }
H1.HeaderClassName
{
color: #DABDC3;
}
.AnyTagClassName
{
color: #DABDC3;
}
</style>
background-color css
<style>
a { background-color: #DABDC3; }
a { background-color: rgb(218,189,195); }
div.DivClassName
{
background-color: #DABDC3;
}
.BgClassName
{
background-color: #DABDC3;
}
</style>
border-color css
<style>
span { border-color: #DABDC3; }
span { border-color: rgb(218,189,195); }
td.TdClassName
{
border-color: #DABDC3;
}
.TagClassName
{
border-color: #DABDC3;
}
</style>