Shades of Melanie #DAB8C3
Tints of Melanie #DAB8C3
RGB
CMYK
RGB Variations
Color information
#DAB8C3 (or 0xDAB8C3) is known color: Melanie. HEX triplet: DA, B8 and C3. RGB value is (218,184,195). Sum of RGB (Red+Green+Blue) = 218+184+195=597 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.52% from 597); Green value is 184 (72.27% from 255 or 30.82% from 597); Blue value is 195 (76.56% from 255 or 32.66% from 597); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB8C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAB8C3 is #25473C. Grayscale: #C3C3C3. Windows color (decimal): -2443069 or 12826842. OLE color: 12826842.
HSL color Cylindrical-coordinate representation of color #DAB8C3: hue angle of 340.59º degrees, saturation: 0.31, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DAB8C3 is Cyan = 0, Magento = 0.16, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 184 | 195 | - |
| CMYK | 0 | 0.16 | 0.11 | 0.15 |
| HSL | 340.59º | 0.31% | 0.79% | - |
| HSV(B) | 340.59º | 0.16% | 0.85% | - |
| XYZ | 55.9 | 53.13 | 58.94 | - |
| YUV | 195.42 | 127.76 | 144.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 184 | 195 | 0 | 0.16 | 0.11 | 0.15 | 340.59 | 0.31 | 0.79 |
| Hex | DA | B8 | C3 | 0 | 10 | B | F | 155 | 1F | 4F |
| Octal | 332 | 270 | 303 | 0 | 20 | 13 | 17 | 525 | 37 | 117 |
| Binary | 11011010 | 10111000 | 11000011 | 0 | 10000 | 1011 | 1111 | 101010101 | 11111 | 1001111 |
Color Harmonies of #DAB8C3
Complementary color
Monochromatic Colors of #DAB8C3
Black with #DAB8C3
Text Example
Text Example
White with #DAB8C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB8C3; }
p { color: rgb(218,184,195); }
H1.HeaderClassName
{
color: #DAB8C3;
}
.AnyTagClassName
{
color: #DAB8C3;
}
</style>
background-color css
<style>
a { background-color: #DAB8C3; }
a { background-color: rgb(218,184,195); }
div.DivClassName
{
background-color: #DAB8C3;
}
.BgClassName
{
background-color: #DAB8C3;
}
</style>
border-color css
<style>
span { border-color: #DAB8C3; }
span { border-color: rgb(218,184,195); }
td.TdClassName
{
border-color: #DAB8C3;
}
.TagClassName
{
border-color: #DAB8C3;
}
</style>