Shades of Melanie #DAB2C1
Tints of Melanie #DAB2C1
RGB
CMYK
RGB Variations
Color information
#DAB2C1 (or 0xDAB2C1) is known color: Melanie. HEX triplet: DA, B2 and C1. RGB value is (218,178,193). Sum of RGB (Red+Green+Blue) = 218+178+193=589 (78% of max value = 765). Red value is 218 (85.55% from 255 or 37.01% from 589); Green value is 178 (69.92% from 255 or 30.22% from 589); Blue value is 193 (75.78% from 255 or 32.77% from 589); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB2C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAB2C1 is #254D3E. Grayscale: #BFBFBF. Windows color (decimal): -2444607 or 12694234. OLE color: 12694234.
HSL color Cylindrical-coordinate representation of color #DAB2C1: hue angle of 337.5º degrees, saturation: 0.35, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DAB2C1 is Cyan = 0, Magento = 0.18, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 178 | 193 | - |
| CMYK | 0 | 0.18 | 0.11 | 0.15 |
| HSL | 337.5º | 0.35% | 0.78% | - |
| HSV(B) | 337.5º | 0.18% | 0.85% | - |
| XYZ | 54.46 | 50.6 | 57.35 | - |
| YUV | 191.67 | 128.75 | 146.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 178 | 193 | 0 | 0.18 | 0.11 | 0.15 | 337.5 | 0.35 | 0.78 |
| Hex | DA | B2 | C1 | 0 | 12 | B | F | 152 | 23 | 4E |
| Octal | 332 | 262 | 301 | 0 | 22 | 13 | 17 | 522 | 43 | 116 |
| Binary | 11011010 | 10110010 | 11000001 | 0 | 10010 | 1011 | 1111 | 101010010 | 100011 | 1001110 |
Color Harmonies of #DAB2C1
Complementary color
Monochromatic Colors of #DAB2C1
Black with #DAB2C1
Text Example
Text Example
White with #DAB2C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB2C1; }
p { color: rgb(218,178,193); }
H1.HeaderClassName
{
color: #DAB2C1;
}
.AnyTagClassName
{
color: #DAB2C1;
}
</style>
background-color css
<style>
a { background-color: #DAB2C1; }
a { background-color: rgb(218,178,193); }
div.DivClassName
{
background-color: #DAB2C1;
}
.BgClassName
{
background-color: #DAB2C1;
}
</style>
border-color css
<style>
span { border-color: #DAB2C1; }
span { border-color: rgb(218,178,193); }
td.TdClassName
{
border-color: #DAB2C1;
}
.TagClassName
{
border-color: #DAB2C1;
}
</style>