Shades of Melanie #DBC3C5
Tints of Melanie #DBC3C5
RGB
CMYK
RGB Variations
Color information
#DBC3C5 (or 0xDBC3C5) is known color: Melanie. HEX triplet: DB, C3 and C5. RGB value is (219,195,197). Sum of RGB (Red+Green+Blue) = 219+195+197=611 (80% of max value = 765). Red value is 219 (85.94% from 255 or 35.84% from 611); Green value is 195 (76.56% from 255 or 31.91% from 611); Blue value is 197 (77.34% from 255 or 32.24% from 611); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC3C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC3C5 is #243C3A. Grayscale: #CACACA. Windows color (decimal): -2374715 or 12960731. OLE color: 12960731.
HSL color Cylindrical-coordinate representation of color #DBC3C5: hue angle of 355º 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 #DBC3C5 is Cyan = 0, Magento = 0.11, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 195 | 197 | - |
CMYK | 0 | 0.11 | 0.10 | 0.14 |
HSL | 355º | 0.25% | 0.81% | - |
HSV(B) | 355º | 0.11% | 0.86% | - |
XYZ | 58.81 | 58.12 | 60.94 | - |
YUV | 202.4 | 124.95 | 139.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 195 | 197 | 0 | 0.11 | 0.10 | 0.14 | 355 | 0.25 | 0.81 |
Hex | DB | C3 | C5 | 0 | B | A | E | 163 | 19 | 51 |
Octal | 333 | 303 | 305 | 0 | 13 | 12 | 16 | 543 | 31 | 121 |
Binary | 11011011 | 11000011 | 11000101 | 0 | 1011 | 1010 | 1110 | 101100011 | 11001 | 1010001 |
Color Harmonies of #DBC3C5
Complementary color
Monochromatic Colors of #DBC3C5
Black with #DBC3C5
Text Example
Text Example
White with #DBC3C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC3C5; }
p { color: rgb(219,195,197); }
H1.HeaderClassName
{
color: #DBC3C5;
}
.AnyTagClassName
{
color: #DBC3C5;
}
</style>
background-color css
<style>
a { background-color: #DBC3C5; }
a { background-color: rgb(219,195,197); }
div.DivClassName
{
background-color: #DBC3C5;
}
.BgClassName
{
background-color: #DBC3C5;
}
</style>
border-color css
<style>
span { border-color: #DBC3C5; }
span { border-color: rgb(219,195,197); }
td.TdClassName
{
border-color: #DBC3C5;
}
.TagClassName
{
border-color: #DBC3C5;
}
</style>