Shades of Melrose #C3BADA
Tints of Melrose #C3BADA
RGB
CMYK
RGB Variations
Color information
#C3BADA (or 0xC3BADA) is known color: Melrose. HEX triplet: C3, BA and DA. RGB value is (195,186,218). Sum of RGB (Red+Green+Blue) = 195+186+218=599 (79% of max value = 765). Red value is 195 (76.56% from 255 or 32.55% from 599); Green value is 186 (73.05% from 255 or 31.05% from 599); Blue value is 218 (85.55% from 255 or 36.39% from 599); Max value from RGB is 218 - color contains mainly: blue. Hex color #C3BADA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3BADA is #3C4525. Grayscale: #C0C0C0. Windows color (decimal): -3949862 or 14334659. OLE color: 14334659.
HSL color Cylindrical-coordinate representation of color #C3BADA: hue angle of 256.88º 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 #C3BADA is Cyan = 0.11, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 195 | 186 | 218 | - |
| CMYK | 0.11 | 0.15 | 0 | 0.15 |
| HSL | 256.88º | 0.3% | 0.79% | - |
| HSV(B) | 256.88º | 0.15% | 0.85% | - |
| XYZ | 52.72 | 51.78 | 73.55 | - |
| YUV | 192.34 | 142.48 | 129.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 186 | 218 | 0.11 | 0.15 | 0 | 0.15 | 256.88 | 0.3 | 0.79 |
| Hex | C3 | BA | DA | B | F | 0 | F | 101 | 1E | 4F |
| Octal | 303 | 272 | 332 | 13 | 17 | 0 | 17 | 401 | 36 | 117 |
| Binary | 11000011 | 10111010 | 11011010 | 1011 | 1111 | 0 | 1111 | 100000001 | 11110 | 1001111 |
Color Harmonies of #C3BADA
Complementary color
Monochromatic Colors of #C3BADA
Black with #C3BADA
Text Example
Text Example
White with #C3BADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BADA; }
p { color: rgb(195,186,218); }
H1.HeaderClassName
{
color: #C3BADA;
}
.AnyTagClassName
{
color: #C3BADA;
}
</style>
background-color css
<style>
a { background-color: #C3BADA; }
a { background-color: rgb(195,186,218); }
div.DivClassName
{
background-color: #C3BADA;
}
.BgClassName
{
background-color: #C3BADA;
}
</style>
border-color css
<style>
span { border-color: #C3BADA; }
span { border-color: rgb(195,186,218); }
td.TdClassName
{
border-color: #C3BADA;
}
.TagClassName
{
border-color: #C3BADA;
}
</style>