Shades of Melrose #C2BADA
Tints of Melrose #C2BADA
RGB
CMYK
RGB Variations
Color information
#C2BADA (or 0xC2BADA) is known color: Melrose. HEX triplet: C2, BA and DA. RGB value is (194,186,218). Sum of RGB (Red+Green+Blue) = 194+186+218=598 (79% of max value = 765). Red value is 194 (76.17% from 255 or 32.44% from 598); Green value is 186 (73.05% from 255 or 31.10% from 598); Blue value is 218 (85.55% from 255 or 36.45% from 598); Max value from RGB is 218 - color contains mainly: blue. Hex color #C2BADA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BADA is #3D4525. Grayscale: #BFBFBF. Windows color (decimal): -4015398 or 14334658. OLE color: 14334658.
HSL color Cylindrical-coordinate representation of color #C2BADA: hue angle of 255º 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 #C2BADA is Cyan = 0.11, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 194 | 186 | 218 | - |
| CMYK | 0.11 | 0.15 | 0 | 0.15 |
| HSL | 255º | 0.3% | 0.79% | - |
| HSV(B) | 255º | 0.15% | 0.85% | - |
| XYZ | 52.46 | 51.65 | 73.53 | - |
| YUV | 192.04 | 142.65 | 129.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 186 | 218 | 0.11 | 0.15 | 0 | 0.15 | 255 | 0.3 | 0.79 |
| Hex | C2 | BA | DA | B | F | 0 | F | FF | 1E | 4F |
| Octal | 302 | 272 | 332 | 13 | 17 | 0 | 17 | 377 | 36 | 117 |
| Binary | 11000010 | 10111010 | 11011010 | 1011 | 1111 | 0 | 1111 | 11111111 | 11110 | 1001111 |
Color Harmonies of #C2BADA
Complementary color
Monochromatic Colors of #C2BADA
Black with #C2BADA
Text Example
Text Example
White with #C2BADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BADA; }
p { color: rgb(194,186,218); }
H1.HeaderClassName
{
color: #C2BADA;
}
.AnyTagClassName
{
color: #C2BADA;
}
</style>
background-color css
<style>
a { background-color: #C2BADA; }
a { background-color: rgb(194,186,218); }
div.DivClassName
{
background-color: #C2BADA;
}
.BgClassName
{
background-color: #C2BADA;
}
</style>
border-color css
<style>
span { border-color: #C2BADA; }
span { border-color: rgb(194,186,218); }
td.TdClassName
{
border-color: #C2BADA;
}
.TagClassName
{
border-color: #C2BADA;
}
</style>