Shades of Melrose #C6B2EB
Tints of Melrose #C6B2EB
RGB
CMYK
RGB Variations
Color information
#C6B2EB (or 0xC6B2EB) is known color: Melrose. HEX triplet: C6, B2 and EB. RGB value is (198,178,235). Sum of RGB (Red+Green+Blue) = 198+178+235=611 (80% of max value = 765). Red value is 198 (77.73% from 255 or 32.41% from 611); Green value is 178 (69.92% from 255 or 29.13% from 611); Blue value is 235 (92.19% from 255 or 38.46% from 611); Max value from RGB is 235 - color contains mainly: blue. Hex color #C6B2EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C6B2EB is #394D14. Grayscale: #BEBEBE. Windows color (decimal): -3755285 or 15446726. OLE color: 15446726.
HSL color Cylindrical-coordinate representation of color #C6B2EB: hue angle of 261.05º degrees, saturation: 0.59, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C6B2EB is Cyan = 0.16, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 198 | 178 | 235 | - |
| CMYK | 0.16 | 0.24 | 0 | 0.08 |
| HSL | 261.05º | 0.59% | 0.81% | - |
| HSV(B) | 261.05º | 0.24% | 0.92% | - |
| XYZ | 54.2 | 49.84 | 85.36 | - |
| YUV | 190.48 | 153.13 | 133.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 178 | 235 | 0.16 | 0.24 | 0 | 0.08 | 261.05 | 0.59 | 0.81 |
| Hex | C6 | B2 | EB | 10 | 18 | 0 | 8 | 105 | 3B | 51 |
| Octal | 306 | 262 | 353 | 20 | 30 | 0 | 10 | 405 | 73 | 121 |
| Binary | 11000110 | 10110010 | 11101011 | 10000 | 11000 | 0 | 1000 | 100000101 | 111011 | 1010001 |
Color Harmonies of #C6B2EB
Complementary color
Monochromatic Colors of #C6B2EB
Black with #C6B2EB
Text Example
Text Example
White with #C6B2EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6B2EB; }
p { color: rgb(198,178,235); }
H1.HeaderClassName
{
color: #C6B2EB;
}
.AnyTagClassName
{
color: #C6B2EB;
}
</style>
background-color css
<style>
a { background-color: #C6B2EB; }
a { background-color: rgb(198,178,235); }
div.DivClassName
{
background-color: #C6B2EB;
}
.BgClassName
{
background-color: #C6B2EB;
}
</style>
border-color css
<style>
span { border-color: #C6B2EB; }
span { border-color: rgb(198,178,235); }
td.TdClassName
{
border-color: #C6B2EB;
}
.TagClassName
{
border-color: #C6B2EB;
}
</style>