Shades of Melanie #DAB4C1
Tints of Melanie #DAB4C1
RGB
CMYK
RGB Variations
Color information
#DAB4C1 (or 0xDAB4C1) is known color: Melanie. HEX triplet: DA, B4 and C1. RGB value is (218,180,193). Sum of RGB (Red+Green+Blue) = 218+180+193=591 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.89% from 591); Green value is 180 (70.70% from 255 or 30.46% from 591); Blue value is 193 (75.78% from 255 or 32.66% from 591); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB4C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAB4C1 is #254B3E. Grayscale: #C0C0C0. Windows color (decimal): -2444095 or 12694746. OLE color: 12694746.
HSL color Cylindrical-coordinate representation of color #DAB4C1: hue angle of 339.47º degrees, saturation: 0.34, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DAB4C1 is Cyan = 0, Magento = 0.17, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 180 | 193 | - |
| CMYK | 0 | 0.17 | 0.11 | 0.15 |
| HSL | 339.47º | 0.34% | 0.78% | - |
| HSV(B) | 339.47º | 0.17% | 0.85% | - |
| XYZ | 54.86 | 51.4 | 57.48 | - |
| YUV | 192.84 | 128.09 | 145.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 180 | 193 | 0 | 0.17 | 0.11 | 0.15 | 339.47 | 0.34 | 0.78 |
| Hex | DA | B4 | C1 | 0 | 11 | B | F | 153 | 22 | 4E |
| Octal | 332 | 264 | 301 | 0 | 21 | 13 | 17 | 523 | 42 | 116 |
| Binary | 11011010 | 10110100 | 11000001 | 0 | 10001 | 1011 | 1111 | 101010011 | 100010 | 1001110 |
Color Harmonies of #DAB4C1
Complementary color
Monochromatic Colors of #DAB4C1
Black with #DAB4C1
Text Example
Text Example
White with #DAB4C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB4C1; }
p { color: rgb(218,180,193); }
H1.HeaderClassName
{
color: #DAB4C1;
}
.AnyTagClassName
{
color: #DAB4C1;
}
</style>
background-color css
<style>
a { background-color: #DAB4C1; }
a { background-color: rgb(218,180,193); }
div.DivClassName
{
background-color: #DAB4C1;
}
.BgClassName
{
background-color: #DAB4C1;
}
</style>
border-color css
<style>
span { border-color: #DAB4C1; }
span { border-color: rgb(218,180,193); }
td.TdClassName
{
border-color: #DAB4C1;
}
.TagClassName
{
border-color: #DAB4C1;
}
</style>