Shades of Melrose #C6B8EC
Tints of Melrose #C6B8EC
RGB
CMYK
RGB Variations
Color information
#C6B8EC (or 0xC6B8EC) is known color: Melrose. HEX triplet: C6, B8 and EC. RGB value is (198,184,236). Sum of RGB (Red+Green+Blue) = 198+184+236=618 (81% of max value = 765). Red value is 198 (77.73% from 255 or 32.04% from 618); Green value is 184 (72.27% from 255 or 29.77% from 618); Blue value is 236 (92.58% from 255 or 38.19% from 618); Max value from RGB is 236 - color contains mainly: blue. Hex color #C6B8EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6B8EC is #394713. Grayscale: #C1C1C1. Windows color (decimal): -3753748 or 15513798. OLE color: 15513798.
HSL color Cylindrical-coordinate representation of color #C6B8EC: hue angle of 256.15º degrees, saturation: 0.58, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C6B8EC is Cyan = 0.16, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 184 | 236 | - |
| CMYK | 0.16 | 0.22 | 0 | 0.07 |
| HSL | 256.15º | 0.58% | 0.82% | - |
| HSV(B) | 256.15º | 0.22% | 0.93% | - |
| XYZ | 55.57 | 52.34 | 86.53 | - |
| YUV | 194.11 | 151.64 | 130.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 184 | 236 | 0.16 | 0.22 | 0 | 0.07 | 256.15 | 0.58 | 0.82 |
| Hex | C6 | B8 | EC | 10 | 16 | 0 | 7 | 100 | 3A | 52 |
| Octal | 306 | 270 | 354 | 20 | 26 | 0 | 7 | 400 | 72 | 122 |
| Binary | 11000110 | 10111000 | 11101100 | 10000 | 10110 | 0 | 111 | 100000000 | 111010 | 1010010 |
Color Harmonies of #C6B8EC
Complementary color
Monochromatic Colors of #C6B8EC
Black with #C6B8EC
Text Example
Text Example
White with #C6B8EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6B8EC; }
p { color: rgb(198,184,236); }
H1.HeaderClassName
{
color: #C6B8EC;
}
.AnyTagClassName
{
color: #C6B8EC;
}
</style>
background-color css
<style>
a { background-color: #C6B8EC; }
a { background-color: rgb(198,184,236); }
div.DivClassName
{
background-color: #C6B8EC;
}
.BgClassName
{
background-color: #C6B8EC;
}
</style>
border-color css
<style>
span { border-color: #C6B8EC; }
span { border-color: rgb(198,184,236); }
td.TdClassName
{
border-color: #C6B8EC;
}
.TagClassName
{
border-color: #C6B8EC;
}
</style>