Shades of Melrose #C1AAF3
Tints of Melrose #C1AAF3
RGB
CMYK
RGB Variations
Color information
#C1AAF3 (or 0xC1AAF3) is known color: Melrose. HEX triplet: C1, AA and F3. RGB value is (193,170,243). Sum of RGB (Red+Green+Blue) = 193+170+243=606 (80% of max value = 765). Red value is 193 (75.78% from 255 or 31.85% from 606); Green value is 170 (66.80% from 255 or 28.05% from 606); Blue value is 243 (95.31% from 255 or 40.10% from 606); Max value from RGB is 243 - color contains mainly: blue. Hex color #C1AAF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C1AAF3 is #3E550C. Grayscale: #B8B8B8. Windows color (decimal): -4085005 or 15968961. OLE color: 15968961.
HSL color Cylindrical-coordinate representation of color #C1AAF3: hue angle of 258.9º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C1AAF3 is Cyan = 0.21, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 193 | 170 | 243 | - |
| CMYK | 0.21 | 0.30 | 0 | 0.05 |
| HSL | 258.9º | 0.75% | 0.81% | - |
| HSV(B) | 258.9º | 0.3% | 0.95% | - |
| XYZ | 52.54 | 46.56 | 91.01 | - |
| YUV | 185.2 | 160.62 | 133.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 170 | 243 | 0.21 | 0.30 | 0 | 0.05 | 258.9 | 0.75 | 0.81 |
| Hex | C1 | AA | F3 | 15 | 1E | 0 | 5 | 103 | 4B | 51 |
| Octal | 301 | 252 | 363 | 25 | 36 | 0 | 5 | 403 | 113 | 121 |
| Binary | 11000001 | 10101010 | 11110011 | 10101 | 11110 | 0 | 101 | 100000011 | 1001011 | 1010001 |
Color Harmonies of #C1AAF3
Complementary color
Monochromatic Colors of #C1AAF3
Black with #C1AAF3
Text Example
Text Example
White with #C1AAF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1AAF3; }
p { color: rgb(193,170,243); }
H1.HeaderClassName
{
color: #C1AAF3;
}
.AnyTagClassName
{
color: #C1AAF3;
}
</style>
background-color css
<style>
a { background-color: #C1AAF3; }
a { background-color: rgb(193,170,243); }
div.DivClassName
{
background-color: #C1AAF3;
}
.BgClassName
{
background-color: #C1AAF3;
}
</style>
border-color css
<style>
span { border-color: #C1AAF3; }
span { border-color: rgb(193,170,243); }
td.TdClassName
{
border-color: #C1AAF3;
}
.TagClassName
{
border-color: #C1AAF3;
}
</style>