Shades of Melrose #C6AFFC
Tints of Melrose #C6AFFC
RGB
CMYK
RGB Variations
Color information
#C6AFFC (or 0xC6AFFC) is known color: Melrose. HEX triplet: C6, AF and FC. RGB value is (198,175,252). Sum of RGB (Red+Green+Blue) = 198+175+252=625 (82% of max value = 765). Red value is 198 (77.73% from 255 or 31.68% from 625); Green value is 175 (68.75% from 255 or 28% from 625); Blue value is 252 (98.83% from 255 or 40.32% from 625); Max value from RGB is 252 - color contains mainly: blue. Hex color #C6AFFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C6AFFC is #395003. Grayscale: #BEBEBE. Windows color (decimal): -3756036 or 16560070. OLE color: 16560070.
HSL color Cylindrical-coordinate representation of color #C6AFFC: hue angle of 257.92º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C6AFFC is Cyan = 0.21, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 198 | 175 | 252 | - |
| CMYK | 0.21 | 0.31 | 0 | 0.01 |
| HSL | 257.92º | 0.93% | 0.84% | - |
| HSV(B) | 257.92º | 0.31% | 0.99% | - |
| XYZ | 56.19 | 49.69 | 98.73 | - |
| YUV | 190.66 | 162.62 | 133.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 175 | 252 | 0.21 | 0.31 | 0 | 0.01 | 257.92 | 0.93 | 0.84 |
| Hex | C6 | AF | FC | 15 | 1F | 0 | 1 | 102 | 5D | 54 |
| Octal | 306 | 257 | 374 | 25 | 37 | 0 | 1 | 402 | 135 | 124 |
| Binary | 11000110 | 10101111 | 11111100 | 10101 | 11111 | 0 | 1 | 100000010 | 1011101 | 1010100 |
Color Harmonies of #C6AFFC
Complementary color
Monochromatic Colors of #C6AFFC
Black with #C6AFFC
Text Example
Text Example
White with #C6AFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6AFFC; }
p { color: rgb(198,175,252); }
H1.HeaderClassName
{
color: #C6AFFC;
}
.AnyTagClassName
{
color: #C6AFFC;
}
</style>
background-color css
<style>
a { background-color: #C6AFFC; }
a { background-color: rgb(198,175,252); }
div.DivClassName
{
background-color: #C6AFFC;
}
.BgClassName
{
background-color: #C6AFFC;
}
</style>
border-color css
<style>
span { border-color: #C6AFFC; }
span { border-color: rgb(198,175,252); }
td.TdClassName
{
border-color: #C6AFFC;
}
.TagClassName
{
border-color: #C6AFFC;
}
</style>