Shades of Melrose #C6BAE3
Tints of Melrose #C6BAE3
RGB
CMYK
RGB Variations
Color information
#C6BAE3 (or 0xC6BAE3) is known color: Melrose. HEX triplet: C6, BA and E3. RGB value is (198,186,227). Sum of RGB (Red+Green+Blue) = 198+186+227=611 (80% of max value = 765). Red value is 198 (77.73% from 255 or 32.41% from 611); Green value is 186 (73.05% from 255 or 30.44% from 611); Blue value is 227 (89.06% from 255 or 37.15% from 611); Max value from RGB is 227 - color contains mainly: blue. Hex color #C6BAE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6BAE3 is #39451C. Grayscale: #C2C2C2. Windows color (decimal): -3753245 or 14924486. OLE color: 14924486.
HSL color Cylindrical-coordinate representation of color #C6BAE3: hue angle of 257.56º degrees, saturation: 0.42, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C6BAE3 is Cyan = 0.13, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 198 | 186 | 227 | - |
| CMYK | 0.13 | 0.18 | 0 | 0.11 |
| HSL | 257.56º | 0.42% | 0.81% | - |
| HSV(B) | 257.56º | 0.18% | 0.89% | - |
| XYZ | 54.71 | 52.67 | 79.96 | - |
| YUV | 194.26 | 146.48 | 130.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 186 | 227 | 0.13 | 0.18 | 0 | 0.11 | 257.56 | 0.42 | 0.81 |
| Hex | C6 | BA | E3 | D | 12 | 0 | B | 102 | 2A | 51 |
| Octal | 306 | 272 | 343 | 15 | 22 | 0 | 13 | 402 | 52 | 121 |
| Binary | 11000110 | 10111010 | 11100011 | 1101 | 10010 | 0 | 1011 | 100000010 | 101010 | 1010001 |
Color Harmonies of #C6BAE3
Complementary color
Monochromatic Colors of #C6BAE3
Black with #C6BAE3
Text Example
Text Example
White with #C6BAE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BAE3; }
p { color: rgb(198,186,227); }
H1.HeaderClassName
{
color: #C6BAE3;
}
.AnyTagClassName
{
color: #C6BAE3;
}
</style>
background-color css
<style>
a { background-color: #C6BAE3; }
a { background-color: rgb(198,186,227); }
div.DivClassName
{
background-color: #C6BAE3;
}
.BgClassName
{
background-color: #C6BAE3;
}
</style>
border-color css
<style>
span { border-color: #C6BAE3; }
span { border-color: rgb(198,186,227); }
td.TdClassName
{
border-color: #C6BAE3;
}
.TagClassName
{
border-color: #C6BAE3;
}
</style>