Shades of Melanie #DBBDC3
Tints of Melanie #DBBDC3
RGB
CMYK
RGB Variations
Color information
#DBBDC3 (or 0xDBBDC3) is known color: Melanie. HEX triplet: DB, BD and C3. RGB value is (219,189,195). Sum of RGB (Red+Green+Blue) = 219+189+195=603 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.32% from 603); Green value is 189 (74.22% from 255 or 31.34% from 603); Blue value is 195 (76.56% from 255 or 32.34% from 603); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBDC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBDC3 is #24423C. Grayscale: #C6C6C6. Windows color (decimal): -2376253 or 12828123. OLE color: 12828123.
HSL color Cylindrical-coordinate representation of color #DBBDC3: hue angle of 348º 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 #DBBDC3 is Cyan = 0, Magento = 0.14, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 189 | 195 | - |
| CMYK | 0 | 0.14 | 0.11 | 0.14 |
| HSL | 348º | 0.29% | 0.8% | - |
| HSV(B) | 348º | 0.14% | 0.86% | - |
| XYZ | 57.26 | 55.4 | 59.3 | - |
| YUV | 198.65 | 125.94 | 142.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 189 | 195 | 0 | 0.14 | 0.11 | 0.14 | 348 | 0.29 | 0.8 |
| Hex | DB | BD | C3 | 0 | E | B | E | 15C | 1D | 50 |
| Octal | 333 | 275 | 303 | 0 | 16 | 13 | 16 | 534 | 35 | 120 |
| Binary | 11011011 | 10111101 | 11000011 | 0 | 1110 | 1011 | 1110 | 101011100 | 11101 | 1010000 |
Color Harmonies of #DBBDC3
Complementary color
Monochromatic Colors of #DBBDC3
Black with #DBBDC3
Text Example
Text Example
White with #DBBDC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBDC3; }
p { color: rgb(219,189,195); }
H1.HeaderClassName
{
color: #DBBDC3;
}
.AnyTagClassName
{
color: #DBBDC3;
}
</style>
background-color css
<style>
a { background-color: #DBBDC3; }
a { background-color: rgb(219,189,195); }
div.DivClassName
{
background-color: #DBBDC3;
}
.BgClassName
{
background-color: #DBBDC3;
}
</style>
border-color css
<style>
span { border-color: #DBBDC3; }
span { border-color: rgb(219,189,195); }
td.TdClassName
{
border-color: #DBBDC3;
}
.TagClassName
{
border-color: #DBBDC3;
}
</style>