Shades of Melrose #C6AEFC
Tints of Melrose #C6AEFC
RGB
CMYK
RGB Variations
Color information
#C6AEFC (or 0xC6AEFC) is known color: Melrose. HEX triplet: C6, AE and FC. RGB value is (198,174,252). Sum of RGB (Red+Green+Blue) = 198+174+252=624 (82% of max value = 765). Red value is 198 (77.73% from 255 or 31.73% from 624); Green value is 174 (68.36% from 255 or 27.88% from 624); Blue value is 252 (98.83% from 255 or 40.38% from 624); Max value from RGB is 252 - color contains mainly: blue. Hex color #C6AEFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C6AEFC is #395103. Grayscale: #BDBDBD. Windows color (decimal): -3756292 or 16559814. OLE color: 16559814.
HSL color Cylindrical-coordinate representation of color #C6AEFC: hue angle of 258.46º 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 #C6AEFC is Cyan = 0.21, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 198 | 174 | 252 | - |
| CMYK | 0.21 | 0.31 | 0 | 0.01 |
| HSL | 258.46º | 0.93% | 0.84% | - |
| HSV(B) | 258.46º | 0.31% | 0.99% | - |
| XYZ | 56 | 49.31 | 98.66 | - |
| YUV | 190.07 | 162.95 | 133.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 174 | 252 | 0.21 | 0.31 | 0 | 0.01 | 258.46 | 0.93 | 0.84 |
| Hex | C6 | AE | FC | 15 | 1F | 0 | 1 | 102 | 5D | 54 |
| Octal | 306 | 256 | 374 | 25 | 37 | 0 | 1 | 402 | 135 | 124 |
| Binary | 11000110 | 10101110 | 11111100 | 10101 | 11111 | 0 | 1 | 100000010 | 1011101 | 1010100 |
Color Harmonies of #C6AEFC
Complementary color
Monochromatic Colors of #C6AEFC
Black with #C6AEFC
Text Example
Text Example
White with #C6AEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6AEFC; }
p { color: rgb(198,174,252); }
H1.HeaderClassName
{
color: #C6AEFC;
}
.AnyTagClassName
{
color: #C6AEFC;
}
</style>
background-color css
<style>
a { background-color: #C6AEFC; }
a { background-color: rgb(198,174,252); }
div.DivClassName
{
background-color: #C6AEFC;
}
.BgClassName
{
background-color: #C6AEFC;
}
</style>
border-color css
<style>
span { border-color: #C6AEFC; }
span { border-color: rgb(198,174,252); }
td.TdClassName
{
border-color: #C6AEFC;
}
.TagClassName
{
border-color: #C6AEFC;
}
</style>