Shades of Melanie #DBB6C5
Tints of Melanie #DBB6C5
RGB
CMYK
RGB Variations
Color information
#DBB6C5 (or 0xDBB6C5) is known color: Melanie. HEX triplet: DB, B6 and C5. RGB value is (219,182,197). Sum of RGB (Red+Green+Blue) = 219+182+197=598 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.62% from 598); Green value is 182 (71.48% from 255 or 30.43% from 598); Blue value is 197 (77.34% from 255 or 32.94% from 598); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB6C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBB6C5 is #24493A. Grayscale: #C2C2C2. Windows color (decimal): -2378043 or 12957403. OLE color: 12957403.
HSL color Cylindrical-coordinate representation of color #DBB6C5: hue angle of 335.68º degrees, saturation: 0.34, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DBB6C5 is Cyan = 0, Magento = 0.17, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 182 | 197 | - |
| CMYK | 0 | 0.17 | 0.10 | 0.14 |
| HSL | 335.68º | 0.34% | 0.79% | - |
| HSV(B) | 335.68º | 0.17% | 0.86% | - |
| XYZ | 56.02 | 52.55 | 60.01 | - |
| YUV | 194.77 | 129.26 | 145.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 182 | 197 | 0 | 0.17 | 0.10 | 0.14 | 335.68 | 0.34 | 0.79 |
| Hex | DB | B6 | C5 | 0 | 11 | A | E | 150 | 22 | 4F |
| Octal | 333 | 266 | 305 | 0 | 21 | 12 | 16 | 520 | 42 | 117 |
| Binary | 11011011 | 10110110 | 11000101 | 0 | 10001 | 1010 | 1110 | 101010000 | 100010 | 1001111 |
Color Harmonies of #DBB6C5
Complementary color
Monochromatic Colors of #DBB6C5
Black with #DBB6C5
Text Example
Text Example
White with #DBB6C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB6C5; }
p { color: rgb(219,182,197); }
H1.HeaderClassName
{
color: #DBB6C5;
}
.AnyTagClassName
{
color: #DBB6C5;
}
</style>
background-color css
<style>
a { background-color: #DBB6C5; }
a { background-color: rgb(219,182,197); }
div.DivClassName
{
background-color: #DBB6C5;
}
.BgClassName
{
background-color: #DBB6C5;
}
</style>
border-color css
<style>
span { border-color: #DBB6C5; }
span { border-color: rgb(219,182,197); }
td.TdClassName
{
border-color: #DBB6C5;
}
.TagClassName
{
border-color: #DBB6C5;
}
</style>