Shades of Melrose #C6B6E4
Tints of Melrose #C6B6E4
RGB
CMYK
RGB Variations
Color information
#C6B6E4 (or 0xC6B6E4) is known color: Melrose. HEX triplet: C6, B6 and E4. RGB value is (198,182,228). Sum of RGB (Red+Green+Blue) = 198+182+228=608 (80% of max value = 765). Red value is 198 (77.73% from 255 or 32.57% from 608); Green value is 182 (71.48% from 255 or 29.93% from 608); Blue value is 228 (89.45% from 255 or 37.5% from 608); Max value from RGB is 228 - color contains mainly: blue. Hex color #C6B6E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6B6E4 is #39491B. Grayscale: #BFBFBF. Windows color (decimal): -3754268 or 14988998. OLE color: 14988998.
HSL color Cylindrical-coordinate representation of color #C6B6E4: hue angle of 260.87º degrees, saturation: 0.46, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C6B6E4 is Cyan = 0.13, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 198 | 182 | 228 | - |
| CMYK | 0.13 | 0.20 | 0 | 0.11 |
| HSL | 260.87º | 0.46% | 0.8% | - |
| HSV(B) | 260.87º | 0.2% | 0.89% | - |
| XYZ | 54.02 | 51.06 | 80.41 | - |
| YUV | 192.03 | 148.3 | 132.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 182 | 228 | 0.13 | 0.20 | 0 | 0.11 | 260.87 | 0.46 | 0.8 |
| Hex | C6 | B6 | E4 | D | 14 | 0 | B | 105 | 2E | 50 |
| Octal | 306 | 266 | 344 | 15 | 24 | 0 | 13 | 405 | 56 | 120 |
| Binary | 11000110 | 10110110 | 11100100 | 1101 | 10100 | 0 | 1011 | 100000101 | 101110 | 1010000 |
Color Harmonies of #C6B6E4
Complementary color
Monochromatic Colors of #C6B6E4
Black with #C6B6E4
Text Example
Text Example
White with #C6B6E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6B6E4; }
p { color: rgb(198,182,228); }
H1.HeaderClassName
{
color: #C6B6E4;
}
.AnyTagClassName
{
color: #C6B6E4;
}
</style>
background-color css
<style>
a { background-color: #C6B6E4; }
a { background-color: rgb(198,182,228); }
div.DivClassName
{
background-color: #C6B6E4;
}
.BgClassName
{
background-color: #C6B6E4;
}
</style>
border-color css
<style>
span { border-color: #C6B6E4; }
span { border-color: rgb(198,182,228); }
td.TdClassName
{
border-color: #C6B6E4;
}
.TagClassName
{
border-color: #C6B6E4;
}
</style>