Shades of Melanie #DBC7CA
Tints of Melanie #DBC7CA
RGB
CMYK
RGB Variations
Color information
#DBC7CA (or 0xDBC7CA) is known color: Melanie. HEX triplet: DB, C7 and CA. RGB value is (219,199,202). Sum of RGB (Red+Green+Blue) = 219+199+202=620 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.32% from 620); Green value is 199 (78.12% from 255 or 32.10% from 620); Blue value is 202 (79.30% from 255 or 32.58% from 620); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC7CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC7CA is #243835. Grayscale: #CDCDCD. Windows color (decimal): -2373686 or 13289435. OLE color: 13289435.
HSL color Cylindrical-coordinate representation of color #DBC7CA: hue angle of 351º degrees, saturation: 0.22, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DBC7CA is Cyan = 0, Magento = 0.09, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 199 | 202 | - |
| CMYK | 0 | 0.09 | 0.08 | 0.14 |
| HSL | 351º | 0.22% | 0.82% | - |
| HSV(B) | 351º | 0.09% | 0.86% | - |
| XYZ | 60.3 | 60.17 | 64.31 | - |
| YUV | 205.32 | 126.13 | 137.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 199 | 202 | 0 | 0.09 | 0.08 | 0.14 | 351 | 0.22 | 0.82 |
| Hex | DB | C7 | CA | 0 | 9 | 8 | E | 15F | 16 | 52 |
| Octal | 333 | 307 | 312 | 0 | 11 | 10 | 16 | 537 | 26 | 122 |
| Binary | 11011011 | 11000111 | 11001010 | 0 | 1001 | 1000 | 1110 | 101011111 | 10110 | 1010010 |
Color Harmonies of #DBC7CA
Complementary color
Monochromatic Colors of #DBC7CA
Black with #DBC7CA
Text Example
Text Example
White with #DBC7CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC7CA; }
p { color: rgb(219,199,202); }
H1.HeaderClassName
{
color: #DBC7CA;
}
.AnyTagClassName
{
color: #DBC7CA;
}
</style>
background-color css
<style>
a { background-color: #DBC7CA; }
a { background-color: rgb(219,199,202); }
div.DivClassName
{
background-color: #DBC7CA;
}
.BgClassName
{
background-color: #DBC7CA;
}
</style>
border-color css
<style>
span { border-color: #DBC7CA; }
span { border-color: rgb(219,199,202); }
td.TdClassName
{
border-color: #DBC7CA;
}
.TagClassName
{
border-color: #DBC7CA;
}
</style>