Shades of Melrose #C4BADD
Tints of Melrose #C4BADD
RGB
CMYK
RGB Variations
Color information
#C4BADD (or 0xC4BADD) is known color: Melrose. HEX triplet: C4, BA and DD. RGB value is (196,186,221). Sum of RGB (Red+Green+Blue) = 196+186+221=603 (79% of max value = 765). Red value is 196 (76.95% from 255 or 32.50% from 603); Green value is 186 (73.05% from 255 or 30.85% from 603); Blue value is 221 (86.72% from 255 or 36.65% from 603); Max value from RGB is 221 - color contains mainly: blue. Hex color #C4BADD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4BADD is #3B4522. Grayscale: #C0C0C0. Windows color (decimal): -3884323 or 14531268. OLE color: 14531268.
HSL color Cylindrical-coordinate representation of color #C4BADD: hue angle of 257.14º degrees, saturation: 0.34, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C4BADD is Cyan = 0.11, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 196 | 186 | 221 | - |
| CMYK | 0.11 | 0.16 | 0 | 0.13 |
| HSL | 257.14º | 0.34% | 0.8% | - |
| HSV(B) | 257.14º | 0.16% | 0.87% | - |
| XYZ | 53.38 | 52.07 | 75.64 | - |
| YUV | 192.98 | 143.81 | 130.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 186 | 221 | 0.11 | 0.16 | 0 | 0.13 | 257.14 | 0.34 | 0.8 |
| Hex | C4 | BA | DD | B | 10 | 0 | D | 101 | 22 | 50 |
| Octal | 304 | 272 | 335 | 13 | 20 | 0 | 15 | 401 | 42 | 120 |
| Binary | 11000100 | 10111010 | 11011101 | 1011 | 10000 | 0 | 1101 | 100000001 | 100010 | 1010000 |
Color Harmonies of #C4BADD
Complementary color
Monochromatic Colors of #C4BADD
Black with #C4BADD
Text Example
Text Example
White with #C4BADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BADD; }
p { color: rgb(196,186,221); }
H1.HeaderClassName
{
color: #C4BADD;
}
.AnyTagClassName
{
color: #C4BADD;
}
</style>
background-color css
<style>
a { background-color: #C4BADD; }
a { background-color: rgb(196,186,221); }
div.DivClassName
{
background-color: #C4BADD;
}
.BgClassName
{
background-color: #C4BADD;
}
</style>
border-color css
<style>
span { border-color: #C4BADD; }
span { border-color: rgb(196,186,221); }
td.TdClassName
{
border-color: #C4BADD;
}
.TagClassName
{
border-color: #C4BADD;
}
</style>