Shades of Melrose #C1ABF2
Tints of Melrose #C1ABF2
RGB
CMYK
RGB Variations
Color information
#C1ABF2 (or 0xC1ABF2) is known color: Melrose. HEX triplet: C1, AB and F2. RGB value is (193,171,242). Sum of RGB (Red+Green+Blue) = 193+171+242=606 (80% of max value = 765). Red value is 193 (75.78% from 255 or 31.85% from 606); Green value is 171 (67.19% from 255 or 28.22% from 606); Blue value is 242 (94.92% from 255 or 39.93% from 606); Max value from RGB is 242 - color contains mainly: blue. Hex color #C1ABF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C1ABF2 is #3E540D. Grayscale: #B9B9B9. Windows color (decimal): -4084750 or 15903681. OLE color: 15903681.
HSL color Cylindrical-coordinate representation of color #C1ABF2: hue angle of 258.59º degrees, saturation: 0.73, 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 #C1ABF2 is Cyan = 0.20, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 193 | 171 | 242 | - |
| CMYK | 0.20 | 0.29 | 0 | 0.05 |
| HSL | 258.59º | 0.73% | 0.81% | - |
| HSV(B) | 258.59º | 0.29% | 0.95% | - |
| XYZ | 52.58 | 46.87 | 90.28 | - |
| YUV | 185.67 | 159.79 | 133.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 171 | 242 | 0.20 | 0.29 | 0 | 0.05 | 258.59 | 0.73 | 0.81 |
| Hex | C1 | AB | F2 | 14 | 1D | 0 | 5 | 103 | 49 | 51 |
| Octal | 301 | 253 | 362 | 24 | 35 | 0 | 5 | 403 | 111 | 121 |
| Binary | 11000001 | 10101011 | 11110010 | 10100 | 11101 | 0 | 101 | 100000011 | 1001001 | 1010001 |
Color Harmonies of #C1ABF2
Complementary color
Monochromatic Colors of #C1ABF2
Black with #C1ABF2
Text Example
Text Example
White with #C1ABF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1ABF2; }
p { color: rgb(193,171,242); }
H1.HeaderClassName
{
color: #C1ABF2;
}
.AnyTagClassName
{
color: #C1ABF2;
}
</style>
background-color css
<style>
a { background-color: #C1ABF2; }
a { background-color: rgb(193,171,242); }
div.DivClassName
{
background-color: #C1ABF2;
}
.BgClassName
{
background-color: #C1ABF2;
}
</style>
border-color css
<style>
span { border-color: #C1ABF2; }
span { border-color: rgb(193,171,242); }
td.TdClassName
{
border-color: #C1ABF2;
}
.TagClassName
{
border-color: #C1ABF2;
}
</style>