Shades of Melrose #C6BAE7
Tints of Melrose #C6BAE7
RGB
CMYK
RGB Variations
Color information
#C6BAE7 (or 0xC6BAE7) is known color: Melrose. HEX triplet: C6, BA and E7. RGB value is (198,186,231). Sum of RGB (Red+Green+Blue) = 198+186+231=615 (81% of max value = 765). Red value is 198 (77.73% from 255 or 32.20% from 615); Green value is 186 (73.05% from 255 or 30.24% from 615); Blue value is 231 (90.62% from 255 or 37.56% from 615); Max value from RGB is 231 - color contains mainly: blue. Hex color #C6BAE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6BAE7 is #394518. Grayscale: #C2C2C2. Windows color (decimal): -3753241 or 15186630. OLE color: 15186630.
HSL color Cylindrical-coordinate representation of color #C6BAE7: hue angle of 256º degrees, saturation: 0.48, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C6BAE7 is Cyan = 0.14, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 198 | 186 | 231 | - |
| CMYK | 0.14 | 0.19 | 0 | 0.09 |
| HSL | 256º | 0.48% | 0.82% | - |
| HSV(B) | 256º | 0.19% | 0.91% | - |
| XYZ | 55.27 | 52.89 | 82.9 | - |
| YUV | 194.72 | 148.48 | 130.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 186 | 231 | 0.14 | 0.19 | 0 | 0.09 | 256 | 0.48 | 0.82 |
| Hex | C6 | BA | E7 | E | 13 | 0 | 9 | 100 | 30 | 52 |
| Octal | 306 | 272 | 347 | 16 | 23 | 0 | 11 | 400 | 60 | 122 |
| Binary | 11000110 | 10111010 | 11100111 | 1110 | 10011 | 0 | 1001 | 100000000 | 110000 | 1010010 |
Color Harmonies of #C6BAE7
Complementary color
Monochromatic Colors of #C6BAE7
Black with #C6BAE7
Text Example
Text Example
White with #C6BAE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BAE7; }
p { color: rgb(198,186,231); }
H1.HeaderClassName
{
color: #C6BAE7;
}
.AnyTagClassName
{
color: #C6BAE7;
}
</style>
background-color css
<style>
a { background-color: #C6BAE7; }
a { background-color: rgb(198,186,231); }
div.DivClassName
{
background-color: #C6BAE7;
}
.BgClassName
{
background-color: #C6BAE7;
}
</style>
border-color css
<style>
span { border-color: #C6BAE7; }
span { border-color: rgb(198,186,231); }
td.TdClassName
{
border-color: #C6BAE7;
}
.TagClassName
{
border-color: #C6BAE7;
}
</style>