Shades of Melrose #C1B6EC
Tints of Melrose #C1B6EC
RGB
CMYK
RGB Variations
Color information
#C1B6EC (or 0xC1B6EC) is known color: Melrose. HEX triplet: C1, B6 and EC. RGB value is (193,182,236). Sum of RGB (Red+Green+Blue) = 193+182+236=611 (80% of max value = 765). Red value is 193 (75.78% from 255 or 31.59% from 611); Green value is 182 (71.48% from 255 or 29.79% from 611); Blue value is 236 (92.58% from 255 or 38.63% from 611); Max value from RGB is 236 - color contains mainly: blue. Hex color #C1B6EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1B6EC is #3E4913. Grayscale: #BFBFBF. Windows color (decimal): -4081940 or 15513281. OLE color: 15513281.
HSL color Cylindrical-coordinate representation of color #C1B6EC: hue angle of 252.22º degrees, saturation: 0.59, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C1B6EC is Cyan = 0.18, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 182 | 236 | - |
| CMYK | 0.18 | 0.23 | 0 | 0.07 |
| HSL | 252.22º | 0.59% | 0.82% | - |
| HSV(B) | 252.22º | 0.23% | 0.93% | - |
| XYZ | 53.86 | 50.85 | 86.33 | - |
| YUV | 191.45 | 153.14 | 129.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 182 | 236 | 0.18 | 0.23 | 0 | 0.07 | 252.22 | 0.59 | 0.82 |
| Hex | C1 | B6 | EC | 12 | 17 | 0 | 7 | FC | 3B | 52 |
| Octal | 301 | 266 | 354 | 22 | 27 | 0 | 7 | 374 | 73 | 122 |
| Binary | 11000001 | 10110110 | 11101100 | 10010 | 10111 | 0 | 111 | 11111100 | 111011 | 1010010 |
Color Harmonies of #C1B6EC
Complementary color
Monochromatic Colors of #C1B6EC
Black with #C1B6EC
Text Example
Text Example
White with #C1B6EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1B6EC; }
p { color: rgb(193,182,236); }
H1.HeaderClassName
{
color: #C1B6EC;
}
.AnyTagClassName
{
color: #C1B6EC;
}
</style>
background-color css
<style>
a { background-color: #C1B6EC; }
a { background-color: rgb(193,182,236); }
div.DivClassName
{
background-color: #C1B6EC;
}
.BgClassName
{
background-color: #C1B6EC;
}
</style>
border-color css
<style>
span { border-color: #C1B6EC; }
span { border-color: rgb(193,182,236); }
td.TdClassName
{
border-color: #C1B6EC;
}
.TagClassName
{
border-color: #C1B6EC;
}
</style>