Shades of Melanie #DABFC7
Tints of Melanie #DABFC7
RGB
CMYK
RGB Variations
Color information
#DABFC7 (or 0xDABFC7) is known color: Melanie. HEX triplet: DA, BF and C7. RGB value is (218,191,199). Sum of RGB (Red+Green+Blue) = 218+191+199=608 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.86% from 608); Green value is 191 (75% from 255 or 31.41% from 608); Blue value is 199 (78.12% from 255 or 32.73% from 608); Max value from RGB is 218 - color contains mainly: red. Hex color #DABFC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABFC7 is #254038. Grayscale: #C7C7C7. Windows color (decimal): -2441273 or 13090778. OLE color: 13090778.
HSL color Cylindrical-coordinate representation of color #DABFC7: hue angle of 342.22º degrees, saturation: 0.27, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DABFC7 is Cyan = 0, Magento = 0.12, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 191 | 199 | - |
| CMYK | 0 | 0.12 | 0.09 | 0.15 |
| HSL | 342.22º | 0.27% | 0.8% | - |
| HSV(B) | 342.22º | 0.12% | 0.85% | - |
| XYZ | 57.85 | 56.29 | 61.85 | - |
| YUV | 199.99 | 127.45 | 140.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 191 | 199 | 0 | 0.12 | 0.09 | 0.15 | 342.22 | 0.27 | 0.8 |
| Hex | DA | BF | C7 | 0 | C | 9 | F | 156 | 1B | 50 |
| Octal | 332 | 277 | 307 | 0 | 14 | 11 | 17 | 526 | 33 | 120 |
| Binary | 11011010 | 10111111 | 11000111 | 0 | 1100 | 1001 | 1111 | 101010110 | 11011 | 1010000 |
Color Harmonies of #DABFC7
Complementary color
Monochromatic Colors of #DABFC7
Black with #DABFC7
Text Example
Text Example
White with #DABFC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABFC7; }
p { color: rgb(218,191,199); }
H1.HeaderClassName
{
color: #DABFC7;
}
.AnyTagClassName
{
color: #DABFC7;
}
</style>
background-color css
<style>
a { background-color: #DABFC7; }
a { background-color: rgb(218,191,199); }
div.DivClassName
{
background-color: #DABFC7;
}
.BgClassName
{
background-color: #DABFC7;
}
</style>
border-color css
<style>
span { border-color: #DABFC7; }
span { border-color: rgb(218,191,199); }
td.TdClassName
{
border-color: #DABFC7;
}
.TagClassName
{
border-color: #DABFC7;
}
</style>