Shades of Melanie #DBB7C1
Tints of Melanie #DBB7C1
RGB
CMYK
RGB Variations
Color information
#DBB7C1 (or 0xDBB7C1) is known color: Melanie. HEX triplet: DB, B7 and C1. RGB value is (219,183,193). Sum of RGB (Red+Green+Blue) = 219+183+193=595 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.81% from 595); Green value is 183 (71.88% from 255 or 30.76% from 595); Blue value is 193 (75.78% from 255 or 32.44% from 595); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB7C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBB7C1 is #24483E. Grayscale: #C2C2C2. Windows color (decimal): -2377791 or 12695515. OLE color: 12695515.
HSL color Cylindrical-coordinate representation of color #DBB7C1: hue angle of 343.33º degrees, saturation: 0.33, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DBB7C1 is Cyan = 0, Magento = 0.16, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 183 | 193 | - |
| CMYK | 0 | 0.16 | 0.12 | 0.14 |
| HSL | 343.33º | 0.33% | 0.79% | - |
| HSV(B) | 343.33º | 0.16% | 0.86% | - |
| XYZ | 55.77 | 52.78 | 57.7 | - |
| YUV | 194.9 | 126.93 | 145.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 183 | 193 | 0 | 0.16 | 0.12 | 0.14 | 343.33 | 0.33 | 0.79 |
| Hex | DB | B7 | C1 | 0 | 10 | C | E | 157 | 21 | 4F |
| Octal | 333 | 267 | 301 | 0 | 20 | 14 | 16 | 527 | 41 | 117 |
| Binary | 11011011 | 10110111 | 11000001 | 0 | 10000 | 1100 | 1110 | 101010111 | 100001 | 1001111 |
Color Harmonies of #DBB7C1
Complementary color
Monochromatic Colors of #DBB7C1
Black with #DBB7C1
Text Example
Text Example
White with #DBB7C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB7C1; }
p { color: rgb(219,183,193); }
H1.HeaderClassName
{
color: #DBB7C1;
}
.AnyTagClassName
{
color: #DBB7C1;
}
</style>
background-color css
<style>
a { background-color: #DBB7C1; }
a { background-color: rgb(219,183,193); }
div.DivClassName
{
background-color: #DBB7C1;
}
.BgClassName
{
background-color: #DBB7C1;
}
</style>
border-color css
<style>
span { border-color: #DBB7C1; }
span { border-color: rgb(219,183,193); }
td.TdClassName
{
border-color: #DBB7C1;
}
.TagClassName
{
border-color: #DBB7C1;
}
</style>