Shades of Melanie #DBC3C9
Tints of Melanie #DBC3C9
RGB
CMYK
RGB Variations
Color information
#DBC3C9 (or 0xDBC3C9) is known color: Melanie. HEX triplet: DB, C3 and C9. RGB value is (219,195,201). Sum of RGB (Red+Green+Blue) = 219+195+201=615 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.61% from 615); Green value is 195 (76.56% from 255 or 31.71% from 615); Blue value is 201 (78.91% from 255 or 32.68% from 615); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC3C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC3C9 is #243C36. Grayscale: #CACACA. Windows color (decimal): -2374711 or 13222875. OLE color: 13222875.
HSL color Cylindrical-coordinate representation of color #DBC3C9: hue angle of 345º degrees, saturation: 0.25, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DBC3C9 is Cyan = 0, Magento = 0.11, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 195 | 201 | - |
| CMYK | 0 | 0.11 | 0.08 | 0.14 |
| HSL | 345º | 0.25% | 0.81% | - |
| HSV(B) | 345º | 0.11% | 0.86% | - |
| XYZ | 59.27 | 58.31 | 63.39 | - |
| YUV | 202.86 | 126.95 | 139.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 195 | 201 | 0 | 0.11 | 0.08 | 0.14 | 345 | 0.25 | 0.81 |
| Hex | DB | C3 | C9 | 0 | B | 8 | E | 159 | 19 | 51 |
| Octal | 333 | 303 | 311 | 0 | 13 | 10 | 16 | 531 | 31 | 121 |
| Binary | 11011011 | 11000011 | 11001001 | 0 | 1011 | 1000 | 1110 | 101011001 | 11001 | 1010001 |
Color Harmonies of #DBC3C9
Complementary color
Monochromatic Colors of #DBC3C9
Black with #DBC3C9
Text Example
Text Example
White with #DBC3C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC3C9; }
p { color: rgb(219,195,201); }
H1.HeaderClassName
{
color: #DBC3C9;
}
.AnyTagClassName
{
color: #DBC3C9;
}
</style>
background-color css
<style>
a { background-color: #DBC3C9; }
a { background-color: rgb(219,195,201); }
div.DivClassName
{
background-color: #DBC3C9;
}
.BgClassName
{
background-color: #DBC3C9;
}
</style>
border-color css
<style>
span { border-color: #DBC3C9; }
span { border-color: rgb(219,195,201); }
td.TdClassName
{
border-color: #DBC3C9;
}
.TagClassName
{
border-color: #DBC3C9;
}
</style>