Shades of Melrose #C1BADA
Tints of Melrose #C1BADA
RGB
CMYK
RGB Variations
Color information
#C1BADA (or 0xC1BADA) is known color: Melrose. HEX triplet: C1, BA and DA. RGB value is (193,186,218). Sum of RGB (Red+Green+Blue) = 193+186+218=597 (79% of max value = 765). Red value is 193 (75.78% from 255 or 32.33% from 597); Green value is 186 (73.05% from 255 or 31.16% from 597); Blue value is 218 (85.55% from 255 or 36.52% from 597); Max value from RGB is 218 - color contains mainly: blue. Hex color #C1BADA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1BADA is #3E4525. Grayscale: #BFBFBF. Windows color (decimal): -4080934 or 14334657. OLE color: 14334657.
HSL color Cylindrical-coordinate representation of color #C1BADA: hue angle of 253.12º 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 #C1BADA is Cyan = 0.11, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 193 | 186 | 218 | - |
| CMYK | 0.11 | 0.15 | 0 | 0.15 |
| HSL | 253.13º | 0.3% | 0.79% | - |
| HSV(B) | 253.13º | 0.15% | 0.85% | - |
| XYZ | 52.21 | 51.52 | 73.52 | - |
| YUV | 191.74 | 142.82 | 128.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 186 | 218 | 0.11 | 0.15 | 0 | 0.15 | 253.13 | 0.3 | 0.79 |
| Hex | C1 | BA | DA | B | F | 0 | F | FD | 1E | 4F |
| Octal | 301 | 272 | 332 | 13 | 17 | 0 | 17 | 375 | 36 | 117 |
| Binary | 11000001 | 10111010 | 11011010 | 1011 | 1111 | 0 | 1111 | 11111101 | 11110 | 1001111 |
Color Harmonies of #C1BADA
Complementary color
Monochromatic Colors of #C1BADA
Black with #C1BADA
Text Example
Text Example
White with #C1BADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BADA; }
p { color: rgb(193,186,218); }
H1.HeaderClassName
{
color: #C1BADA;
}
.AnyTagClassName
{
color: #C1BADA;
}
</style>
background-color css
<style>
a { background-color: #C1BADA; }
a { background-color: rgb(193,186,218); }
div.DivClassName
{
background-color: #C1BADA;
}
.BgClassName
{
background-color: #C1BADA;
}
</style>
border-color css
<style>
span { border-color: #C1BADA; }
span { border-color: rgb(193,186,218); }
td.TdClassName
{
border-color: #C1BADA;
}
.TagClassName
{
border-color: #C1BADA;
}
</style>