Shades of Melrose #C6C2EB
Tints of Melrose #C6C2EB
RGB
CMYK
RGB Variations
Color information
#C6C2EB (or 0xC6C2EB) is known color: Melrose. HEX triplet: C6, C2 and EB. RGB value is (198,194,235). Sum of RGB (Red+Green+Blue) = 198+194+235=627 (83% of max value = 765). Red value is 198 (77.73% from 255 or 31.58% from 627); Green value is 194 (76.17% from 255 or 30.94% from 627); Blue value is 235 (92.19% from 255 or 37.48% from 627); Max value from RGB is 235 - color contains mainly: blue. Hex color #C6C2EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6C2EB is #393D14. Grayscale: #C7C7C7. Windows color (decimal): -3751189 or 15450822. OLE color: 15450822.
HSL color Cylindrical-coordinate representation of color #C6C2EB: hue angle of 245.85º degrees, saturation: 0.51, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C6C2EB is Cyan = 0.16, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 198 | 194 | 235 | - |
| CMYK | 0.16 | 0.17 | 0 | 0.08 |
| HSL | 245.85º | 0.51% | 0.84% | - |
| HSV(B) | 245.85º | 0.17% | 0.92% | - |
| XYZ | 57.58 | 56.59 | 86.49 | - |
| YUV | 199.87 | 147.83 | 126.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 194 | 235 | 0.16 | 0.17 | 0 | 0.08 | 245.85 | 0.51 | 0.84 |
| Hex | C6 | C2 | EB | 10 | 11 | 0 | 8 | F6 | 33 | 54 |
| Octal | 306 | 302 | 353 | 20 | 21 | 0 | 10 | 366 | 63 | 124 |
| Binary | 11000110 | 11000010 | 11101011 | 10000 | 10001 | 0 | 1000 | 11110110 | 110011 | 1010100 |
Color Harmonies of #C6C2EB
Complementary color
Monochromatic Colors of #C6C2EB
Black with #C6C2EB
Text Example
Text Example
White with #C6C2EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6C2EB; }
p { color: rgb(198,194,235); }
H1.HeaderClassName
{
color: #C6C2EB;
}
.AnyTagClassName
{
color: #C6C2EB;
}
</style>
background-color css
<style>
a { background-color: #C6C2EB; }
a { background-color: rgb(198,194,235); }
div.DivClassName
{
background-color: #C6C2EB;
}
.BgClassName
{
background-color: #C6C2EB;
}
</style>
border-color css
<style>
span { border-color: #C6C2EB; }
span { border-color: rgb(198,194,235); }
td.TdClassName
{
border-color: #C6C2EB;
}
.TagClassName
{
border-color: #C6C2EB;
}
</style>