Shades of Melanie #DAB1C1
Tints of Melanie #DAB1C1
RGB
CMYK
RGB Variations
Color information
#DAB1C1 (or 0xDAB1C1) is known color: Melanie. HEX triplet: DA, B1 and C1. RGB value is (218,177,193). Sum of RGB (Red+Green+Blue) = 218+177+193=588 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.07% from 588); Green value is 177 (69.53% from 255 or 30.10% from 588); Blue value is 193 (75.78% from 255 or 32.82% from 588); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB1C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAB1C1 is #254E3E. Grayscale: #BFBFBF. Windows color (decimal): -2444863 or 12693978. OLE color: 12693978.
HSL color Cylindrical-coordinate representation of color #DAB1C1: hue angle of 336.59º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DAB1C1 is Cyan = 0, Magento = 0.19, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 177 | 193 | - |
| CMYK | 0 | 0.19 | 0.11 | 0.15 |
| HSL | 336.59º | 0.36% | 0.77% | - |
| HSV(B) | 336.59º | 0.19% | 0.85% | - |
| XYZ | 54.26 | 50.2 | 57.28 | - |
| YUV | 191.08 | 129.08 | 147.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 177 | 193 | 0 | 0.19 | 0.11 | 0.15 | 336.59 | 0.36 | 0.77 |
| Hex | DA | B1 | C1 | 0 | 13 | B | F | 151 | 24 | 4D |
| Octal | 332 | 261 | 301 | 0 | 23 | 13 | 17 | 521 | 44 | 115 |
| Binary | 11011010 | 10110001 | 11000001 | 0 | 10011 | 1011 | 1111 | 101010001 | 100100 | 1001101 |
Color Harmonies of #DAB1C1
Complementary color
Monochromatic Colors of #DAB1C1
Black with #DAB1C1
Text Example
Text Example
White with #DAB1C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB1C1; }
p { color: rgb(218,177,193); }
H1.HeaderClassName
{
color: #DAB1C1;
}
.AnyTagClassName
{
color: #DAB1C1;
}
</style>
background-color css
<style>
a { background-color: #DAB1C1; }
a { background-color: rgb(218,177,193); }
div.DivClassName
{
background-color: #DAB1C1;
}
.BgClassName
{
background-color: #DAB1C1;
}
</style>
border-color css
<style>
span { border-color: #DAB1C1; }
span { border-color: rgb(218,177,193); }
td.TdClassName
{
border-color: #DAB1C1;
}
.TagClassName
{
border-color: #DAB1C1;
}
</style>