Shades of Melanie #DABFC3
Tints of Melanie #DABFC3
RGB
CMYK
RGB Variations
Color information
#DABFC3 (or 0xDABFC3) is known color: Melanie. HEX triplet: DA, BF and C3. RGB value is (218,191,195). Sum of RGB (Red+Green+Blue) = 218+191+195=604 (80% of max value = 765). Red value is 218 (85.55% from 255 or 36.09% from 604); Green value is 191 (75% from 255 or 31.62% from 604); Blue value is 195 (76.56% from 255 or 32.28% from 604); Max value from RGB is 218 - color contains mainly: red. Hex color #DABFC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABFC3 is #25403C. Grayscale: #C7C7C7. Windows color (decimal): -2441277 or 12828634. OLE color: 12828634.
HSL color Cylindrical-coordinate representation of color #DABFC3: hue angle of 351.11º 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 #DABFC3 is Cyan = 0, Magento = 0.12, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 191 | 195 | - |
| CMYK | 0 | 0.12 | 0.11 | 0.15 |
| HSL | 351.11º | 0.27% | 0.8% | - |
| HSV(B) | 351.11º | 0.12% | 0.85% | - |
| XYZ | 57.39 | 56.11 | 59.43 | - |
| YUV | 199.53 | 125.45 | 141.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 191 | 195 | 0 | 0.12 | 0.11 | 0.15 | 351.11 | 0.27 | 0.8 |
| Hex | DA | BF | C3 | 0 | C | B | F | 15F | 1B | 50 |
| Octal | 332 | 277 | 303 | 0 | 14 | 13 | 17 | 537 | 33 | 120 |
| Binary | 11011010 | 10111111 | 11000011 | 0 | 1100 | 1011 | 1111 | 101011111 | 11011 | 1010000 |
Color Harmonies of #DABFC3
Complementary color
Monochromatic Colors of #DABFC3
Black with #DABFC3
Text Example
Text Example
White with #DABFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABFC3; }
p { color: rgb(218,191,195); }
H1.HeaderClassName
{
color: #DABFC3;
}
.AnyTagClassName
{
color: #DABFC3;
}
</style>
background-color css
<style>
a { background-color: #DABFC3; }
a { background-color: rgb(218,191,195); }
div.DivClassName
{
background-color: #DABFC3;
}
.BgClassName
{
background-color: #DABFC3;
}
</style>
border-color css
<style>
span { border-color: #DABFC3; }
span { border-color: rgb(218,191,195); }
td.TdClassName
{
border-color: #DABFC3;
}
.TagClassName
{
border-color: #DABFC3;
}
</style>