Shades of Melrose #C6AFEB
Tints of Melrose #C6AFEB
RGB
CMYK
RGB Variations
Color information
#C6AFEB (or 0xC6AFEB) is known color: Melrose. HEX triplet: C6, AF and EB. RGB value is (198,175,235). Sum of RGB (Red+Green+Blue) = 198+175+235=608 (80% of max value = 765). Red value is 198 (77.73% from 255 or 32.57% from 608); Green value is 175 (68.75% from 255 or 28.78% from 608); Blue value is 235 (92.19% from 255 or 38.65% from 608); Max value from RGB is 235 - color contains mainly: blue. Hex color #C6AFEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C6AFEB is #395014. Grayscale: #BCBCBC. Windows color (decimal): -3756053 or 15445958. OLE color: 15445958.
HSL color Cylindrical-coordinate representation of color #C6AFEB: hue angle of 263º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C6AFEB is Cyan = 0.16, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 198 | 175 | 235 | - |
| CMYK | 0.16 | 0.26 | 0 | 0.08 |
| HSL | 263º | 0.6% | 0.8% | - |
| HSV(B) | 263º | 0.26% | 0.92% | - |
| XYZ | 53.61 | 48.66 | 85.16 | - |
| YUV | 188.72 | 154.12 | 134.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 175 | 235 | 0.16 | 0.26 | 0 | 0.08 | 263 | 0.6 | 0.8 |
| Hex | C6 | AF | EB | 10 | 1A | 0 | 8 | 107 | 3C | 50 |
| Octal | 306 | 257 | 353 | 20 | 32 | 0 | 10 | 407 | 74 | 120 |
| Binary | 11000110 | 10101111 | 11101011 | 10000 | 11010 | 0 | 1000 | 100000111 | 111100 | 1010000 |
Color Harmonies of #C6AFEB
Complementary color
Monochromatic Colors of #C6AFEB
Black with #C6AFEB
Text Example
Text Example
White with #C6AFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6AFEB; }
p { color: rgb(198,175,235); }
H1.HeaderClassName
{
color: #C6AFEB;
}
.AnyTagClassName
{
color: #C6AFEB;
}
</style>
background-color css
<style>
a { background-color: #C6AFEB; }
a { background-color: rgb(198,175,235); }
div.DivClassName
{
background-color: #C6AFEB;
}
.BgClassName
{
background-color: #C6AFEB;
}
</style>
border-color css
<style>
span { border-color: #C6AFEB; }
span { border-color: rgb(198,175,235); }
td.TdClassName
{
border-color: #C6AFEB;
}
.TagClassName
{
border-color: #C6AFEB;
}
</style>