Shades of Melanie #DBB8C5
Tints of Melanie #DBB8C5
RGB
CMYK
RGB Variations
Color information
#DBB8C5 (or 0xDBB8C5) is known color: Melanie. HEX triplet: DB, B8 and C5. RGB value is (219,184,197). Sum of RGB (Red+Green+Blue) = 219+184+197=600 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.5% from 600); Green value is 184 (72.27% from 255 or 30.67% from 600); Blue value is 197 (77.34% from 255 or 32.83% from 600); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB8C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBB8C5 is #24473A. Grayscale: #C3C3C3. Windows color (decimal): -2377531 or 12957915. OLE color: 12957915.
HSL color Cylindrical-coordinate representation of color #DBB8C5: hue angle of 337.71º 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 #DBB8C5 is Cyan = 0, Magento = 0.16, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 184 | 197 | - |
| CMYK | 0 | 0.16 | 0.10 | 0.14 |
| HSL | 337.71º | 0.33% | 0.79% | - |
| HSV(B) | 337.71º | 0.16% | 0.86% | - |
| XYZ | 56.43 | 53.37 | 60.15 | - |
| YUV | 195.95 | 128.6 | 144.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 184 | 197 | 0 | 0.16 | 0.10 | 0.14 | 337.71 | 0.33 | 0.79 |
| Hex | DB | B8 | C5 | 0 | 10 | A | E | 152 | 21 | 4F |
| Octal | 333 | 270 | 305 | 0 | 20 | 12 | 16 | 522 | 41 | 117 |
| Binary | 11011011 | 10111000 | 11000101 | 0 | 10000 | 1010 | 1110 | 101010010 | 100001 | 1001111 |
Color Harmonies of #DBB8C5
Complementary color
Monochromatic Colors of #DBB8C5
Black with #DBB8C5
Text Example
Text Example
White with #DBB8C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB8C5; }
p { color: rgb(219,184,197); }
H1.HeaderClassName
{
color: #DBB8C5;
}
.AnyTagClassName
{
color: #DBB8C5;
}
</style>
background-color css
<style>
a { background-color: #DBB8C5; }
a { background-color: rgb(219,184,197); }
div.DivClassName
{
background-color: #DBB8C5;
}
.BgClassName
{
background-color: #DBB8C5;
}
</style>
border-color css
<style>
span { border-color: #DBB8C5; }
span { border-color: rgb(219,184,197); }
td.TdClassName
{
border-color: #DBB8C5;
}
.TagClassName
{
border-color: #DBB8C5;
}
</style>