Shades of Melrose #C2B6EC
Tints of Melrose #C2B6EC
RGB
CMYK
RGB Variations
Color information
#C2B6EC (or 0xC2B6EC) is known color: Melrose. HEX triplet: C2, B6 and EC. RGB value is (194,182,236). Sum of RGB (Red+Green+Blue) = 194+182+236=612 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.70% from 612); Green value is 182 (71.48% from 255 or 29.74% from 612); Blue value is 236 (92.58% from 255 or 38.56% from 612); Max value from RGB is 236 - color contains mainly: blue. Hex color #C2B6EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2B6EC is #3D4913. Grayscale: #BFBFBF. Windows color (decimal): -4016404 or 15513282. OLE color: 15513282.
HSL color Cylindrical-coordinate representation of color #C2B6EC: hue angle of 253.33º 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 #C2B6EC is Cyan = 0.18, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 182 | 236 | - |
| CMYK | 0.18 | 0.23 | 0 | 0.07 |
| HSL | 253.33º | 0.59% | 0.82% | - |
| HSV(B) | 253.33º | 0.23% | 0.93% | - |
| XYZ | 54.12 | 50.98 | 86.35 | - |
| YUV | 191.74 | 152.98 | 129.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 182 | 236 | 0.18 | 0.23 | 0 | 0.07 | 253.33 | 0.59 | 0.82 |
| Hex | C2 | B6 | EC | 12 | 17 | 0 | 7 | FD | 3B | 52 |
| Octal | 302 | 266 | 354 | 22 | 27 | 0 | 7 | 375 | 73 | 122 |
| Binary | 11000010 | 10110110 | 11101100 | 10010 | 10111 | 0 | 111 | 11111101 | 111011 | 1010010 |
Color Harmonies of #C2B6EC
Complementary color
Monochromatic Colors of #C2B6EC
Black with #C2B6EC
Text Example
Text Example
White with #C2B6EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B6EC; }
p { color: rgb(194,182,236); }
H1.HeaderClassName
{
color: #C2B6EC;
}
.AnyTagClassName
{
color: #C2B6EC;
}
</style>
background-color css
<style>
a { background-color: #C2B6EC; }
a { background-color: rgb(194,182,236); }
div.DivClassName
{
background-color: #C2B6EC;
}
.BgClassName
{
background-color: #C2B6EC;
}
</style>
border-color css
<style>
span { border-color: #C2B6EC; }
span { border-color: rgb(194,182,236); }
td.TdClassName
{
border-color: #C2B6EC;
}
.TagClassName
{
border-color: #C2B6EC;
}
</style>