Shades of Melrose #C6AFEE
Tints of Melrose #C6AFEE
RGB
CMYK
RGB Variations
Color information
#C6AFEE (or 0xC6AFEE) is known color: Melrose. HEX triplet: C6, AF and EE. RGB value is (198,175,238). Sum of RGB (Red+Green+Blue) = 198+175+238=611 (80% of max value = 765). Red value is 198 (77.73% from 255 or 32.41% from 611); Green value is 175 (68.75% from 255 or 28.64% from 611); Blue value is 238 (93.36% from 255 or 38.95% from 611); Max value from RGB is 238 - color contains mainly: blue. Hex color #C6AFEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C6AFEE is #395011. Grayscale: #BCBCBC. Windows color (decimal): -3756050 or 15642566. OLE color: 15642566.
HSL color Cylindrical-coordinate representation of color #C6AFEE: hue angle of 261.9º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C6AFEE is Cyan = 0.17, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 175 | 238 | - |
| CMYK | 0.17 | 0.26 | 0 | 0.07 |
| HSL | 261.9º | 0.65% | 0.81% | - |
| HSV(B) | 261.9º | 0.26% | 0.93% | - |
| XYZ | 54.05 | 48.84 | 87.47 | - |
| YUV | 189.06 | 155.62 | 134.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 175 | 238 | 0.17 | 0.26 | 0 | 0.07 | 261.9 | 0.65 | 0.81 |
| Hex | C6 | AF | EE | 11 | 1A | 0 | 7 | 106 | 41 | 51 |
| Octal | 306 | 257 | 356 | 21 | 32 | 0 | 7 | 406 | 101 | 121 |
| Binary | 11000110 | 10101111 | 11101110 | 10001 | 11010 | 0 | 111 | 100000110 | 1000001 | 1010001 |
Color Harmonies of #C6AFEE
Complementary color
Monochromatic Colors of #C6AFEE
Black with #C6AFEE
Text Example
Text Example
White with #C6AFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6AFEE; }
p { color: rgb(198,175,238); }
H1.HeaderClassName
{
color: #C6AFEE;
}
.AnyTagClassName
{
color: #C6AFEE;
}
</style>
background-color css
<style>
a { background-color: #C6AFEE; }
a { background-color: rgb(198,175,238); }
div.DivClassName
{
background-color: #C6AFEE;
}
.BgClassName
{
background-color: #C6AFEE;
}
</style>
border-color css
<style>
span { border-color: #C6AFEE; }
span { border-color: rgb(198,175,238); }
td.TdClassName
{
border-color: #C6AFEE;
}
.TagClassName
{
border-color: #C6AFEE;
}
</style>