Shades of Melanie #DBBDC1
Tints of Melanie #DBBDC1
RGB
CMYK
RGB Variations
Color information
#DBBDC1 (or 0xDBBDC1) is known color: Melanie. HEX triplet: DB, BD and C1. RGB value is (219,189,193). Sum of RGB (Red+Green+Blue) = 219+189+193=601 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.44% from 601); Green value is 189 (74.22% from 255 or 31.45% from 601); Blue value is 193 (75.78% from 255 or 32.11% from 601); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBDC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBDC1 is #24423E. Grayscale: #C6C6C6. Windows color (decimal): -2376255 or 12697051. OLE color: 12697051.
HSL color Cylindrical-coordinate representation of color #DBBDC1: hue angle of 352º 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 #DBBDC1 is Cyan = 0, Magento = 0.14, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 189 | 193 | - |
CMYK | 0 | 0.14 | 0.12 | 0.14 |
HSL | 352º | 0.29% | 0.8% | - |
HSV(B) | 352º | 0.14% | 0.86% | - |
XYZ | 57.04 | 55.31 | 58.12 | - |
YUV | 198.43 | 124.94 | 142.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 189 | 193 | 0 | 0.14 | 0.12 | 0.14 | 352 | 0.29 | 0.8 |
Hex | DB | BD | C1 | 0 | E | C | E | 160 | 1D | 50 |
Octal | 333 | 275 | 301 | 0 | 16 | 14 | 16 | 540 | 35 | 120 |
Binary | 11011011 | 10111101 | 11000001 | 0 | 1110 | 1100 | 1110 | 101100000 | 11101 | 1010000 |
Color Harmonies of #DBBDC1
Complementary color
Monochromatic Colors of #DBBDC1
Black with #DBBDC1
Text Example
Text Example
White with #DBBDC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBDC1; }
p { color: rgb(219,189,193); }
H1.HeaderClassName
{
color: #DBBDC1;
}
.AnyTagClassName
{
color: #DBBDC1;
}
</style>
background-color css
<style>
a { background-color: #DBBDC1; }
a { background-color: rgb(219,189,193); }
div.DivClassName
{
background-color: #DBBDC1;
}
.BgClassName
{
background-color: #DBBDC1;
}
</style>
border-color css
<style>
span { border-color: #DBBDC1; }
span { border-color: rgb(219,189,193); }
td.TdClassName
{
border-color: #DBBDC1;
}
.TagClassName
{
border-color: #DBBDC1;
}
</style>