Shades of Melanie #DAB2BB
Tints of Melanie #DAB2BB
RGB
CMYK
RGB Variations
Color information
#DAB2BB (or 0xDAB2BB) is known color: Melanie. HEX triplet: DA, B2 and BB. RGB value is (218,178,187). Sum of RGB (Red+Green+Blue) = 218+178+187=583 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.39% from 583); Green value is 178 (69.92% from 255 or 30.53% from 583); Blue value is 187 (73.44% from 255 or 32.08% from 583); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB2BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAB2BB is #254D44. Grayscale: #BEBEBE. Windows color (decimal): -2444613 or 12301018. OLE color: 12301018.
HSL color Cylindrical-coordinate representation of color #DAB2BB: hue angle of 346.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 #DAB2BB is Cyan = 0, Magento = 0.18, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 178 | 187 | - |
| CMYK | 0 | 0.18 | 0.14 | 0.15 |
| HSL | 346.5º | 0.35% | 0.78% | - |
| HSV(B) | 346.5º | 0.18% | 0.85% | - |
| XYZ | 53.8 | 50.33 | 53.89 | - |
| YUV | 190.99 | 125.75 | 147.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 178 | 187 | 0 | 0.18 | 0.14 | 0.15 | 346.5 | 0.35 | 0.78 |
| Hex | DA | B2 | BB | 0 | 12 | E | F | 15A | 23 | 4E |
| Octal | 332 | 262 | 273 | 0 | 22 | 16 | 17 | 532 | 43 | 116 |
| Binary | 11011010 | 10110010 | 10111011 | 0 | 10010 | 1110 | 1111 | 101011010 | 100011 | 1001110 |
Color Harmonies of #DAB2BB
Complementary color
Monochromatic Colors of #DAB2BB
Black with #DAB2BB
Text Example
Text Example
White with #DAB2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB2BB; }
p { color: rgb(218,178,187); }
H1.HeaderClassName
{
color: #DAB2BB;
}
.AnyTagClassName
{
color: #DAB2BB;
}
</style>
background-color css
<style>
a { background-color: #DAB2BB; }
a { background-color: rgb(218,178,187); }
div.DivClassName
{
background-color: #DAB2BB;
}
.BgClassName
{
background-color: #DAB2BB;
}
</style>
border-color css
<style>
span { border-color: #DAB2BB; }
span { border-color: rgb(218,178,187); }
td.TdClassName
{
border-color: #DAB2BB;
}
.TagClassName
{
border-color: #DAB2BB;
}
</style>