Shades of Melrose #C6C0EE
Tints of Melrose #C6C0EE
RGB
CMYK
RGB Variations
Color information
#C6C0EE (or 0xC6C0EE) is known color: Melrose. HEX triplet: C6, C0 and EE. RGB value is (198,192,238). Sum of RGB (Red+Green+Blue) = 198+192+238=628 (83% of max value = 765). Red value is 198 (77.73% from 255 or 31.53% from 628); Green value is 192 (75.39% from 255 or 30.57% from 628); Blue value is 238 (93.36% from 255 or 37.90% from 628); Max value from RGB is 238 - color contains mainly: blue. Hex color #C6C0EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6C0EE is #393F11. Grayscale: #C6C6C6. Windows color (decimal): -3751698 or 15646918. OLE color: 15646918.
HSL color Cylindrical-coordinate representation of color #C6C0EE: hue angle of 247.83º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C6C0EE is Cyan = 0.17, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 192 | 238 | - |
| CMYK | 0.17 | 0.19 | 0 | 0.07 |
| HSL | 247.83º | 0.58% | 0.84% | - |
| HSV(B) | 247.83º | 0.19% | 0.93% | - |
| XYZ | 57.57 | 55.88 | 88.64 | - |
| YUV | 199.04 | 149.99 | 127.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 192 | 238 | 0.17 | 0.19 | 0 | 0.07 | 247.83 | 0.58 | 0.84 |
| Hex | C6 | C0 | EE | 11 | 13 | 0 | 7 | F8 | 3A | 54 |
| Octal | 306 | 300 | 356 | 21 | 23 | 0 | 7 | 370 | 72 | 124 |
| Binary | 11000110 | 11000000 | 11101110 | 10001 | 10011 | 0 | 111 | 11111000 | 111010 | 1010100 |
Color Harmonies of #C6C0EE
Complementary color
Monochromatic Colors of #C6C0EE
Black with #C6C0EE
Text Example
Text Example
White with #C6C0EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6C0EE; }
p { color: rgb(198,192,238); }
H1.HeaderClassName
{
color: #C6C0EE;
}
.AnyTagClassName
{
color: #C6C0EE;
}
</style>
background-color css
<style>
a { background-color: #C6C0EE; }
a { background-color: rgb(198,192,238); }
div.DivClassName
{
background-color: #C6C0EE;
}
.BgClassName
{
background-color: #C6C0EE;
}
</style>
border-color css
<style>
span { border-color: #C6C0EE; }
span { border-color: rgb(198,192,238); }
td.TdClassName
{
border-color: #C6C0EE;
}
.TagClassName
{
border-color: #C6C0EE;
}
</style>