Shades of Melrose #C1AAF1
Tints of Melrose #C1AAF1
RGB
CMYK
RGB Variations
Color information
#C1AAF1 (or 0xC1AAF1) is known color: Melrose. HEX triplet: C1, AA and F1. RGB value is (193,170,241). Sum of RGB (Red+Green+Blue) = 193+170+241=604 (80% of max value = 765). Red value is 193 (75.78% from 255 or 31.95% from 604); Green value is 170 (66.80% from 255 or 28.15% from 604); Blue value is 241 (94.53% from 255 or 39.90% from 604); Max value from RGB is 241 - color contains mainly: blue. Hex color #C1AAF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C1AAF1 is #3E550E. Grayscale: #B8B8B8. Windows color (decimal): -4085007 or 15837889. OLE color: 15837889.
HSL color Cylindrical-coordinate representation of color #C1AAF1: hue angle of 259.44º degrees, saturation: 0.72, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C1AAF1 is Cyan = 0.20, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 193 | 170 | 241 | - |
| CMYK | 0.20 | 0.29 | 0 | 0.05 |
| HSL | 259.44º | 0.72% | 0.81% | - |
| HSV(B) | 259.44º | 0.29% | 0.95% | - |
| XYZ | 52.24 | 46.44 | 89.43 | - |
| YUV | 184.97 | 159.62 | 133.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 170 | 241 | 0.20 | 0.29 | 0 | 0.05 | 259.44 | 0.72 | 0.81 |
| Hex | C1 | AA | F1 | 14 | 1D | 0 | 5 | 103 | 48 | 51 |
| Octal | 301 | 252 | 361 | 24 | 35 | 0 | 5 | 403 | 110 | 121 |
| Binary | 11000001 | 10101010 | 11110001 | 10100 | 11101 | 0 | 101 | 100000011 | 1001000 | 1010001 |
Color Harmonies of #C1AAF1
Complementary color
Monochromatic Colors of #C1AAF1
Black with #C1AAF1
Text Example
Text Example
White with #C1AAF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1AAF1; }
p { color: rgb(193,170,241); }
H1.HeaderClassName
{
color: #C1AAF1;
}
.AnyTagClassName
{
color: #C1AAF1;
}
</style>
background-color css
<style>
a { background-color: #C1AAF1; }
a { background-color: rgb(193,170,241); }
div.DivClassName
{
background-color: #C1AAF1;
}
.BgClassName
{
background-color: #C1AAF1;
}
</style>
border-color css
<style>
span { border-color: #C1AAF1; }
span { border-color: rgb(193,170,241); }
td.TdClassName
{
border-color: #C1AAF1;
}
.TagClassName
{
border-color: #C1AAF1;
}
</style>