Shades of Melrose #C5BADB
Tints of Melrose #C5BADB
RGB
CMYK
RGB Variations
Color information
#C5BADB (or 0xC5BADB) is known color: Melrose. HEX triplet: C5, BA and DB. RGB value is (197,186,219). Sum of RGB (Red+Green+Blue) = 197+186+219=602 (79% of max value = 765). Red value is 197 (77.34% from 255 or 32.72% from 602); Green value is 186 (73.05% from 255 or 30.90% from 602); Blue value is 219 (85.94% from 255 or 36.38% from 602); Max value from RGB is 219 - color contains mainly: blue. Hex color #C5BADB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5BADB is #3A4524. Grayscale: #C0C0C0. Windows color (decimal): -3818789 or 14400197. OLE color: 14400197.
HSL color Cylindrical-coordinate representation of color #C5BADB: hue angle of 260º degrees, saturation: 0.31, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C5BADB is Cyan = 0.10, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 197 | 186 | 219 | - |
| CMYK | 0.10 | 0.15 | 0 | 0.14 |
| HSL | 260º | 0.31% | 0.79% | - |
| HSV(B) | 260º | 0.15% | 0.86% | - |
| XYZ | 53.37 | 52.1 | 74.26 | - |
| YUV | 193.05 | 142.64 | 130.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 186 | 219 | 0.10 | 0.15 | 0 | 0.14 | 260 | 0.31 | 0.79 |
| Hex | C5 | BA | DB | A | F | 0 | E | 104 | 1F | 4F |
| Octal | 305 | 272 | 333 | 12 | 17 | 0 | 16 | 404 | 37 | 117 |
| Binary | 11000101 | 10111010 | 11011011 | 1010 | 1111 | 0 | 1110 | 100000100 | 11111 | 1001111 |
Color Harmonies of #C5BADB
Complementary color
Monochromatic Colors of #C5BADB
Black with #C5BADB
Text Example
Text Example
White with #C5BADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BADB; }
p { color: rgb(197,186,219); }
H1.HeaderClassName
{
color: #C5BADB;
}
.AnyTagClassName
{
color: #C5BADB;
}
</style>
background-color css
<style>
a { background-color: #C5BADB; }
a { background-color: rgb(197,186,219); }
div.DivClassName
{
background-color: #C5BADB;
}
.BgClassName
{
background-color: #C5BADB;
}
</style>
border-color css
<style>
span { border-color: #C5BADB; }
span { border-color: rgb(197,186,219); }
td.TdClassName
{
border-color: #C5BADB;
}
.TagClassName
{
border-color: #C5BADB;
}
</style>