Shades of Melanie #DBC1C5
Tints of Melanie #DBC1C5
RGB
CMYK
RGB Variations
Color information
#DBC1C5 (or 0xDBC1C5) is known color: Melanie. HEX triplet: DB, C1 and C5. RGB value is (219,193,197). Sum of RGB (Red+Green+Blue) = 219+193+197=609 (80% of max value = 765). Red value is 219 (85.94% from 255 or 35.96% from 609); Green value is 193 (75.78% from 255 or 31.69% from 609); Blue value is 197 (77.34% from 255 or 32.35% from 609); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC1C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC1C5 is #243E3A. Grayscale: #C9C9C9. Windows color (decimal): -2375227 or 12960219. OLE color: 12960219.
HSL color Cylindrical-coordinate representation of color #DBC1C5: hue angle of 350.77º degrees, saturation: 0.27, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DBC1C5 is Cyan = 0, Magento = 0.12, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 193 | 197 | - |
CMYK | 0 | 0.12 | 0.10 | 0.14 |
HSL | 350.77º | 0.27% | 0.81% | - |
HSV(B) | 350.77º | 0.12% | 0.86% | - |
XYZ | 58.36 | 57.23 | 60.79 | - |
YUV | 201.23 | 125.61 | 140.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 193 | 197 | 0 | 0.12 | 0.10 | 0.14 | 350.77 | 0.27 | 0.81 |
Hex | DB | C1 | C5 | 0 | C | A | E | 15F | 1B | 51 |
Octal | 333 | 301 | 305 | 0 | 14 | 12 | 16 | 537 | 33 | 121 |
Binary | 11011011 | 11000001 | 11000101 | 0 | 1100 | 1010 | 1110 | 101011111 | 11011 | 1010001 |
Color Harmonies of #DBC1C5
Complementary color
Monochromatic Colors of #DBC1C5
Black with #DBC1C5
Text Example
Text Example
White with #DBC1C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC1C5; }
p { color: rgb(219,193,197); }
H1.HeaderClassName
{
color: #DBC1C5;
}
.AnyTagClassName
{
color: #DBC1C5;
}
</style>
background-color css
<style>
a { background-color: #DBC1C5; }
a { background-color: rgb(219,193,197); }
div.DivClassName
{
background-color: #DBC1C5;
}
.BgClassName
{
background-color: #DBC1C5;
}
</style>
border-color css
<style>
span { border-color: #DBC1C5; }
span { border-color: rgb(219,193,197); }
td.TdClassName
{
border-color: #DBC1C5;
}
.TagClassName
{
border-color: #DBC1C5;
}
</style>