Shades of Melanie #DBBDC4
Tints of Melanie #DBBDC4
RGB
CMYK
RGB Variations
Color information
#DBBDC4 (or 0xDBBDC4) is known color: Melanie. HEX triplet: DB, BD and C4. RGB value is (219,189,196). Sum of RGB (Red+Green+Blue) = 219+189+196=604 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.26% from 604); Green value is 189 (74.22% from 255 or 31.29% from 604); Blue value is 196 (76.95% from 255 or 32.45% from 604); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBDC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBDC4 is #24423B. Grayscale: #C6C6C6. Windows color (decimal): -2376252 or 12893659. OLE color: 12893659.
HSL color Cylindrical-coordinate representation of color #DBBDC4: hue angle of 346º degrees, saturation: 0.29, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DBBDC4 is Cyan = 0, Magento = 0.14, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 189 | 196 | - |
| CMYK | 0 | 0.14 | 0.11 | 0.14 |
| HSL | 346º | 0.29% | 0.8% | - |
| HSV(B) | 346º | 0.14% | 0.86% | - |
| XYZ | 57.37 | 55.44 | 59.9 | - |
| YUV | 198.77 | 126.44 | 142.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 189 | 196 | 0 | 0.14 | 0.11 | 0.14 | 346 | 0.29 | 0.8 |
| Hex | DB | BD | C4 | 0 | E | B | E | 15A | 1D | 50 |
| Octal | 333 | 275 | 304 | 0 | 16 | 13 | 16 | 532 | 35 | 120 |
| Binary | 11011011 | 10111101 | 11000100 | 0 | 1110 | 1011 | 1110 | 101011010 | 11101 | 1010000 |
Color Harmonies of #DBBDC4
Complementary color
Monochromatic Colors of #DBBDC4
Black with #DBBDC4
Text Example
Text Example
White with #DBBDC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBDC4; }
p { color: rgb(219,189,196); }
H1.HeaderClassName
{
color: #DBBDC4;
}
.AnyTagClassName
{
color: #DBBDC4;
}
</style>
background-color css
<style>
a { background-color: #DBBDC4; }
a { background-color: rgb(219,189,196); }
div.DivClassName
{
background-color: #DBBDC4;
}
.BgClassName
{
background-color: #DBBDC4;
}
</style>
border-color css
<style>
span { border-color: #DBBDC4; }
span { border-color: rgb(219,189,196); }
td.TdClassName
{
border-color: #DBBDC4;
}
.TagClassName
{
border-color: #DBBDC4;
}
</style>