Shades of Melrose #C4BADA
Tints of Melrose #C4BADA
RGB
CMYK
RGB Variations
Color information
#C4BADA (or 0xC4BADA) is known color: Melrose. HEX triplet: C4, BA and DA. RGB value is (196,186,218). Sum of RGB (Red+Green+Blue) = 196+186+218=600 (79% of max value = 765). Red value is 196 (76.95% from 255 or 32.67% from 600); Green value is 186 (73.05% from 255 or 31% from 600); Blue value is 218 (85.55% from 255 or 36.33% from 600); Max value from RGB is 218 - color contains mainly: blue. Hex color #C4BADA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4BADA is #3B4525. Grayscale: #C0C0C0. Windows color (decimal): -3884326 or 14334660. OLE color: 14334660.
HSL color Cylindrical-coordinate representation of color #C4BADA: hue angle of 258.75º degrees, saturation: 0.3, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C4BADA is Cyan = 0.10, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 196 | 186 | 218 | - |
| CMYK | 0.10 | 0.15 | 0 | 0.15 |
| HSL | 258.75º | 0.3% | 0.79% | - |
| HSV(B) | 258.75º | 0.15% | 0.85% | - |
| XYZ | 52.98 | 51.92 | 73.56 | - |
| YUV | 192.64 | 142.31 | 130.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 186 | 218 | 0.10 | 0.15 | 0 | 0.15 | 258.75 | 0.3 | 0.79 |
| Hex | C4 | BA | DA | A | F | 0 | F | 103 | 1E | 4F |
| Octal | 304 | 272 | 332 | 12 | 17 | 0 | 17 | 403 | 36 | 117 |
| Binary | 11000100 | 10111010 | 11011010 | 1010 | 1111 | 0 | 1111 | 100000011 | 11110 | 1001111 |
Color Harmonies of #C4BADA
Complementary color
Monochromatic Colors of #C4BADA
Black with #C4BADA
Text Example
Text Example
White with #C4BADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BADA; }
p { color: rgb(196,186,218); }
H1.HeaderClassName
{
color: #C4BADA;
}
.AnyTagClassName
{
color: #C4BADA;
}
</style>
background-color css
<style>
a { background-color: #C4BADA; }
a { background-color: rgb(196,186,218); }
div.DivClassName
{
background-color: #C4BADA;
}
.BgClassName
{
background-color: #C4BADA;
}
</style>
border-color css
<style>
span { border-color: #C4BADA; }
span { border-color: rgb(196,186,218); }
td.TdClassName
{
border-color: #C4BADA;
}
.TagClassName
{
border-color: #C4BADA;
}
</style>