Shades of Melanie #DBC4CA
Tints of Melanie #DBC4CA
RGB
CMYK
RGB Variations
Color information
#DBC4CA (or 0xDBC4CA) is known color: Melanie. HEX triplet: DB, C4 and CA. RGB value is (219,196,202). Sum of RGB (Red+Green+Blue) = 219+196+202=617 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.49% from 617); Green value is 196 (76.95% from 255 or 31.77% from 617); Blue value is 202 (79.30% from 255 or 32.74% from 617); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC4CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC4CA is #243B35. Grayscale: #CBCBCB. Windows color (decimal): -2374454 or 13288667. OLE color: 13288667.
HSL color Cylindrical-coordinate representation of color #DBC4CA: hue angle of 344.35º degrees, saturation: 0.24, 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 #DBC4CA is Cyan = 0, Magento = 0.11, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 196 | 202 | - |
| CMYK | 0 | 0.11 | 0.08 | 0.14 |
| HSL | 344.35º | 0.24% | 0.81% | - |
| HSV(B) | 344.35º | 0.11% | 0.86% | - |
| XYZ | 59.61 | 58.8 | 64.09 | - |
| YUV | 203.56 | 127.12 | 139.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 196 | 202 | 0 | 0.11 | 0.08 | 0.14 | 344.35 | 0.24 | 0.81 |
| Hex | DB | C4 | CA | 0 | B | 8 | E | 158 | 18 | 51 |
| Octal | 333 | 304 | 312 | 0 | 13 | 10 | 16 | 530 | 30 | 121 |
| Binary | 11011011 | 11000100 | 11001010 | 0 | 1011 | 1000 | 1110 | 101011000 | 11000 | 1010001 |
Color Harmonies of #DBC4CA
Complementary color
Monochromatic Colors of #DBC4CA
Black with #DBC4CA
Text Example
Text Example
White with #DBC4CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC4CA; }
p { color: rgb(219,196,202); }
H1.HeaderClassName
{
color: #DBC4CA;
}
.AnyTagClassName
{
color: #DBC4CA;
}
</style>
background-color css
<style>
a { background-color: #DBC4CA; }
a { background-color: rgb(219,196,202); }
div.DivClassName
{
background-color: #DBC4CA;
}
.BgClassName
{
background-color: #DBC4CA;
}
</style>
border-color css
<style>
span { border-color: #DBC4CA; }
span { border-color: rgb(219,196,202); }
td.TdClassName
{
border-color: #DBC4CA;
}
.TagClassName
{
border-color: #DBC4CA;
}
</style>