Shades of Melanie #DBBAC3
Tints of Melanie #DBBAC3
RGB
CMYK
RGB Variations
Color information
#DBBAC3 (or 0xDBBAC3) is known color: Melanie. HEX triplet: DB, BA and C3. RGB value is (219,186,195). Sum of RGB (Red+Green+Blue) = 219+186+195=600 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.5% from 600); Green value is 186 (73.05% from 255 or 31% from 600); Blue value is 195 (76.56% from 255 or 32.5% from 600); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBAC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBAC3 is #24453C. Grayscale: #C4C4C4. Windows color (decimal): -2377021 or 12827355. OLE color: 12827355.
HSL color Cylindrical-coordinate representation of color #DBBAC3: hue angle of 343.64º degrees, saturation: 0.31, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DBBAC3 is Cyan = 0, Magento = 0.15, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 186 | 195 | - |
| CMYK | 0 | 0.15 | 0.11 | 0.14 |
| HSL | 343.64º | 0.31% | 0.79% | - |
| HSV(B) | 343.64º | 0.15% | 0.86% | - |
| XYZ | 56.62 | 54.12 | 59.09 | - |
| YUV | 196.89 | 126.93 | 143.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 186 | 195 | 0 | 0.15 | 0.11 | 0.14 | 343.64 | 0.31 | 0.79 |
| Hex | DB | BA | C3 | 0 | F | B | E | 158 | 1F | 4F |
| Octal | 333 | 272 | 303 | 0 | 17 | 13 | 16 | 530 | 37 | 117 |
| Binary | 11011011 | 10111010 | 11000011 | 0 | 1111 | 1011 | 1110 | 101011000 | 11111 | 1001111 |
Color Harmonies of #DBBAC3
Complementary color
Monochromatic Colors of #DBBAC3
Black with #DBBAC3
Text Example
Text Example
White with #DBBAC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBAC3; }
p { color: rgb(219,186,195); }
H1.HeaderClassName
{
color: #DBBAC3;
}
.AnyTagClassName
{
color: #DBBAC3;
}
</style>
background-color css
<style>
a { background-color: #DBBAC3; }
a { background-color: rgb(219,186,195); }
div.DivClassName
{
background-color: #DBBAC3;
}
.BgClassName
{
background-color: #DBBAC3;
}
</style>
border-color css
<style>
span { border-color: #DBBAC3; }
span { border-color: rgb(219,186,195); }
td.TdClassName
{
border-color: #DBBAC3;
}
.TagClassName
{
border-color: #DBBAC3;
}
</style>