Shades of Melrose #C6AAFC
Tints of Melrose #C6AAFC
RGB
CMYK
RGB Variations
Color information
#C6AAFC (or 0xC6AAFC) is known color: Melrose. HEX triplet: C6, AA and FC. RGB value is (198,170,252). Sum of RGB (Red+Green+Blue) = 198+170+252=620 (82% of max value = 765). Red value is 198 (77.73% from 255 or 31.94% from 620); Green value is 170 (66.80% from 255 or 27.42% from 620); Blue value is 252 (98.83% from 255 or 40.65% from 620); Max value from RGB is 252 - color contains mainly: blue. Hex color #C6AAFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C6AAFC is #395503. Grayscale: #BBBBBB. Windows color (decimal): -3757316 or 16558790. OLE color: 16558790.
HSL color Cylindrical-coordinate representation of color #C6AAFC: hue angle of 260.49º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C6AAFC is Cyan = 0.21, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 198 | 170 | 252 | - |
| CMYK | 0.21 | 0.33 | 0 | 0.01 |
| HSL | 260.49º | 0.93% | 0.83% | - |
| HSV(B) | 260.49º | 0.33% | 0.99% | - |
| XYZ | 55.23 | 47.78 | 98.41 | - |
| YUV | 187.72 | 164.28 | 135.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 170 | 252 | 0.21 | 0.33 | 0 | 0.01 | 260.49 | 0.93 | 0.83 |
| Hex | C6 | AA | FC | 15 | 21 | 0 | 1 | 104 | 5D | 53 |
| Octal | 306 | 252 | 374 | 25 | 41 | 0 | 1 | 404 | 135 | 123 |
| Binary | 11000110 | 10101010 | 11111100 | 10101 | 100001 | 0 | 1 | 100000100 | 1011101 | 1010011 |
Color Harmonies of #C6AAFC
Complementary color
Monochromatic Colors of #C6AAFC
Black with #C6AAFC
Text Example
Text Example
White with #C6AAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6AAFC; }
p { color: rgb(198,170,252); }
H1.HeaderClassName
{
color: #C6AAFC;
}
.AnyTagClassName
{
color: #C6AAFC;
}
</style>
background-color css
<style>
a { background-color: #C6AAFC; }
a { background-color: rgb(198,170,252); }
div.DivClassName
{
background-color: #C6AAFC;
}
.BgClassName
{
background-color: #C6AAFC;
}
</style>
border-color css
<style>
span { border-color: #C6AAFC; }
span { border-color: rgb(198,170,252); }
td.TdClassName
{
border-color: #C6AAFC;
}
.TagClassName
{
border-color: #C6AAFC;
}
</style>