Shades of Melrose #C4BADB
Tints of Melrose #C4BADB
RGB
CMYK
RGB Variations
Color information
#C4BADB (or 0xC4BADB) is known color: Melrose. HEX triplet: C4, BA and DB. RGB value is (196,186,219). Sum of RGB (Red+Green+Blue) = 196+186+219=601 (79% of max value = 765). Red value is 196 (76.95% from 255 or 32.61% from 601); Green value is 186 (73.05% from 255 or 30.95% from 601); Blue value is 219 (85.94% from 255 or 36.44% from 601); Max value from RGB is 219 - color contains mainly: blue. Hex color #C4BADB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4BADB is #3B4524. Grayscale: #C0C0C0. Windows color (decimal): -3884325 or 14400196. OLE color: 14400196.
HSL color Cylindrical-coordinate representation of color #C4BADB: hue angle of 258.18º 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 #C4BADB is Cyan = 0.11, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 196 | 186 | 219 | - |
| CMYK | 0.11 | 0.15 | 0 | 0.14 |
| HSL | 258.18º | 0.31% | 0.79% | - |
| HSV(B) | 258.18º | 0.15% | 0.86% | - |
| XYZ | 53.11 | 51.97 | 74.25 | - |
| YUV | 192.75 | 142.81 | 130.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 186 | 219 | 0.11 | 0.15 | 0 | 0.14 | 258.18 | 0.31 | 0.79 |
| Hex | C4 | BA | DB | B | F | 0 | E | 102 | 1F | 4F |
| Octal | 304 | 272 | 333 | 13 | 17 | 0 | 16 | 402 | 37 | 117 |
| Binary | 11000100 | 10111010 | 11011011 | 1011 | 1111 | 0 | 1110 | 100000010 | 11111 | 1001111 |
Color Harmonies of #C4BADB
Complementary color
Monochromatic Colors of #C4BADB
Black with #C4BADB
Text Example
Text Example
White with #C4BADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BADB; }
p { color: rgb(196,186,219); }
H1.HeaderClassName
{
color: #C4BADB;
}
.AnyTagClassName
{
color: #C4BADB;
}
</style>
background-color css
<style>
a { background-color: #C4BADB; }
a { background-color: rgb(196,186,219); }
div.DivClassName
{
background-color: #C4BADB;
}
.BgClassName
{
background-color: #C4BADB;
}
</style>
border-color css
<style>
span { border-color: #C4BADB; }
span { border-color: rgb(196,186,219); }
td.TdClassName
{
border-color: #C4BADB;
}
.TagClassName
{
border-color: #C4BADB;
}
</style>