Shades of Melrose #C6C0E7
Tints of Melrose #C6C0E7
RGB
CMYK
RGB Variations
Color information
#C6C0E7 (or 0xC6C0E7) is known color: Melrose. HEX triplet: C6, C0 and E7. RGB value is (198,192,231). Sum of RGB (Red+Green+Blue) = 198+192+231=621 (82% of max value = 765). Red value is 198 (77.73% from 255 or 31.88% from 621); Green value is 192 (75.39% from 255 or 30.92% from 621); Blue value is 231 (90.62% from 255 or 37.20% from 621); Max value from RGB is 231 - color contains mainly: blue. Hex color #C6C0E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6C0E7 is #393F18. Grayscale: #C6C6C6. Windows color (decimal): -3751705 or 15188166. OLE color: 15188166.
HSL color Cylindrical-coordinate representation of color #C6C0E7: hue angle of 249.23º degrees, saturation: 0.45, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C6C0E7 is Cyan = 0.14, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 198 | 192 | 231 | - |
| CMYK | 0.14 | 0.17 | 0 | 0.09 |
| HSL | 249.23º | 0.45% | 0.83% | - |
| HSV(B) | 249.23º | 0.17% | 0.91% | - |
| XYZ | 56.56 | 55.47 | 83.33 | - |
| YUV | 198.24 | 146.49 | 127.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 192 | 231 | 0.14 | 0.17 | 0 | 0.09 | 249.23 | 0.45 | 0.83 |
| Hex | C6 | C0 | E7 | E | 11 | 0 | 9 | F9 | 2D | 53 |
| Octal | 306 | 300 | 347 | 16 | 21 | 0 | 11 | 371 | 55 | 123 |
| Binary | 11000110 | 11000000 | 11100111 | 1110 | 10001 | 0 | 1001 | 11111001 | 101101 | 1010011 |
Color Harmonies of #C6C0E7
Complementary color
Monochromatic Colors of #C6C0E7
Black with #C6C0E7
Text Example
Text Example
White with #C6C0E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6C0E7; }
p { color: rgb(198,192,231); }
H1.HeaderClassName
{
color: #C6C0E7;
}
.AnyTagClassName
{
color: #C6C0E7;
}
</style>
background-color css
<style>
a { background-color: #C6C0E7; }
a { background-color: rgb(198,192,231); }
div.DivClassName
{
background-color: #C6C0E7;
}
.BgClassName
{
background-color: #C6C0E7;
}
</style>
border-color css
<style>
span { border-color: #C6C0E7; }
span { border-color: rgb(198,192,231); }
td.TdClassName
{
border-color: #C6C0E7;
}
.TagClassName
{
border-color: #C6C0E7;
}
</style>