Shades of Melanie #DBC5C7
Tints of Melanie #DBC5C7
RGB
CMYK
RGB Variations
Color information
#DBC5C7 (or 0xDBC5C7) is known color: Melanie. HEX triplet: DB, C5 and C7. RGB value is (219,197,199). Sum of RGB (Red+Green+Blue) = 219+197+199=615 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.61% from 615); Green value is 197 (77.34% from 255 or 32.03% from 615); Blue value is 199 (78.12% from 255 or 32.36% from 615); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC5C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC5C7 is #243A38. Grayscale: #CBCBCB. Windows color (decimal): -2374201 or 13092315. OLE color: 13092315.
HSL color Cylindrical-coordinate representation of color #DBC5C7: hue angle of 354.55º degrees, saturation: 0.23, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DBC5C7 is Cyan = 0, Magento = 0.10, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 197 | 199 | - |
CMYK | 0 | 0.10 | 0.09 | 0.14 |
HSL | 354.55º | 0.23% | 0.82% | - |
HSV(B) | 354.55º | 0.1% | 0.86% | - |
XYZ | 59.49 | 59.12 | 62.31 | - |
YUV | 203.81 | 125.29 | 138.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 197 | 199 | 0 | 0.10 | 0.09 | 0.14 | 354.55 | 0.23 | 0.82 |
Hex | DB | C5 | C7 | 0 | A | 9 | E | 163 | 17 | 52 |
Octal | 333 | 305 | 307 | 0 | 12 | 11 | 16 | 543 | 27 | 122 |
Binary | 11011011 | 11000101 | 11000111 | 0 | 1010 | 1001 | 1110 | 101100011 | 10111 | 1010010 |
Color Harmonies of #DBC5C7
Complementary color
Monochromatic Colors of #DBC5C7
Black with #DBC5C7
Text Example
Text Example
White with #DBC5C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC5C7; }
p { color: rgb(219,197,199); }
H1.HeaderClassName
{
color: #DBC5C7;
}
.AnyTagClassName
{
color: #DBC5C7;
}
</style>
background-color css
<style>
a { background-color: #DBC5C7; }
a { background-color: rgb(219,197,199); }
div.DivClassName
{
background-color: #DBC5C7;
}
.BgClassName
{
background-color: #DBC5C7;
}
</style>
border-color css
<style>
span { border-color: #DBC5C7; }
span { border-color: rgb(219,197,199); }
td.TdClassName
{
border-color: #DBC5C7;
}
.TagClassName
{
border-color: #DBC5C7;
}
</style>