Shades of Melanie #DABDC7
Tints of Melanie #DABDC7
RGB
CMYK
RGB Variations
Color information
#DABDC7 (or 0xDABDC7) is known color: Melanie. HEX triplet: DA, BD and C7. RGB value is (218,189,199). Sum of RGB (Red+Green+Blue) = 218+189+199=606 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.97% from 606); Green value is 189 (74.22% from 255 or 31.19% from 606); Blue value is 199 (78.12% from 255 or 32.84% from 606); Max value from RGB is 218 - color contains mainly: red. Hex color #DABDC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABDC7 is #254238. Grayscale: #C6C6C6. Windows color (decimal): -2441785 or 13090266. OLE color: 13090266.
HSL color Cylindrical-coordinate representation of color #DABDC7: hue angle of 339.31º 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 #DABDC7 is Cyan = 0, Magento = 0.13, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 189 | 199 | - |
| CMYK | 0 | 0.13 | 0.09 | 0.15 |
| HSL | 339.31º | 0.28% | 0.8% | - |
| HSV(B) | 339.31º | 0.13% | 0.85% | - |
| XYZ | 57.42 | 55.42 | 61.7 | - |
| YUV | 198.81 | 128.11 | 141.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 189 | 199 | 0 | 0.13 | 0.09 | 0.15 | 339.31 | 0.28 | 0.8 |
| Hex | DA | BD | C7 | 0 | D | 9 | F | 153 | 1C | 50 |
| Octal | 332 | 275 | 307 | 0 | 15 | 11 | 17 | 523 | 34 | 120 |
| Binary | 11011010 | 10111101 | 11000111 | 0 | 1101 | 1001 | 1111 | 101010011 | 11100 | 1010000 |
Color Harmonies of #DABDC7
Complementary color
Monochromatic Colors of #DABDC7
Black with #DABDC7
Text Example
Text Example
White with #DABDC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABDC7; }
p { color: rgb(218,189,199); }
H1.HeaderClassName
{
color: #DABDC7;
}
.AnyTagClassName
{
color: #DABDC7;
}
</style>
background-color css
<style>
a { background-color: #DABDC7; }
a { background-color: rgb(218,189,199); }
div.DivClassName
{
background-color: #DABDC7;
}
.BgClassName
{
background-color: #DABDC7;
}
</style>
border-color css
<style>
span { border-color: #DABDC7; }
span { border-color: rgb(218,189,199); }
td.TdClassName
{
border-color: #DABDC7;
}
.TagClassName
{
border-color: #DABDC7;
}
</style>