Shades of Melrose #C6AAFB
Tints of Melrose #C6AAFB
RGB
CMYK
RGB Variations
Color information
#C6AAFB (or 0xC6AAFB) is known color: Melrose. HEX triplet: C6, AA and FB. RGB value is (198,170,251). Sum of RGB (Red+Green+Blue) = 198+170+251=619 (81% of max value = 765). Red value is 198 (77.73% from 255 or 31.99% from 619); Green value is 170 (66.80% from 255 or 27.46% from 619); Blue value is 251 (98.44% from 255 or 40.55% from 619); Max value from RGB is 251 - color contains mainly: blue. Hex color #C6AAFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C6AAFB is #395504. Grayscale: #BBBBBB. Windows color (decimal): -3757317 or 16493254. OLE color: 16493254.
HSL color Cylindrical-coordinate representation of color #C6AAFB: hue angle of 260.74º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C6AAFB is Cyan = 0.21, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 198 | 170 | 251 | - |
| CMYK | 0.21 | 0.32 | 0 | 0.02 |
| HSL | 260.74º | 0.91% | 0.83% | - |
| HSV(B) | 260.74º | 0.32% | 0.98% | - |
| XYZ | 55.08 | 47.72 | 97.57 | - |
| YUV | 187.61 | 163.78 | 135.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 170 | 251 | 0.21 | 0.32 | 0 | 0.02 | 260.74 | 0.91 | 0.83 |
| Hex | C6 | AA | FB | 15 | 20 | 0 | 2 | 105 | 5B | 53 |
| Octal | 306 | 252 | 373 | 25 | 40 | 0 | 2 | 405 | 133 | 123 |
| Binary | 11000110 | 10101010 | 11111011 | 10101 | 100000 | 0 | 10 | 100000101 | 1011011 | 1010011 |
Color Harmonies of #C6AAFB
Complementary color
Monochromatic Colors of #C6AAFB
Black with #C6AAFB
Text Example
Text Example
White with #C6AAFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6AAFB; }
p { color: rgb(198,170,251); }
H1.HeaderClassName
{
color: #C6AAFB;
}
.AnyTagClassName
{
color: #C6AAFB;
}
</style>
background-color css
<style>
a { background-color: #C6AAFB; }
a { background-color: rgb(198,170,251); }
div.DivClassName
{
background-color: #C6AAFB;
}
.BgClassName
{
background-color: #C6AAFB;
}
</style>
border-color css
<style>
span { border-color: #C6AAFB; }
span { border-color: rgb(198,170,251); }
td.TdClassName
{
border-color: #C6AAFB;
}
.TagClassName
{
border-color: #C6AAFB;
}
</style>