Shades of Melrose #C1ABFB
Tints of Melrose #C1ABFB
RGB
CMYK
RGB Variations
Color information
#C1ABFB (or 0xC1ABFB) is known color: Melrose. HEX triplet: C1, AB and FB. RGB value is (193,171,251). Sum of RGB (Red+Green+Blue) = 193+171+251=615 (81% of max value = 765). Red value is 193 (75.78% from 255 or 31.38% from 615); Green value is 171 (67.19% from 255 or 27.80% from 615); Blue value is 251 (98.44% from 255 or 40.81% from 615); Max value from RGB is 251 - color contains mainly: blue. Hex color #C1ABFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C1ABFB is #3E5404. Grayscale: #BABABA. Windows color (decimal): -4084741 or 16493505. OLE color: 16493505.
HSL color Cylindrical-coordinate representation of color #C1ABFB: hue angle of 256.5º 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 #C1ABFB is Cyan = 0.23, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 193 | 171 | 251 | - |
| CMYK | 0.23 | 0.32 | 0 | 0.02 |
| HSL | 256.5º | 0.91% | 0.83% | - |
| HSV(B) | 256.5º | 0.32% | 0.98% | - |
| XYZ | 53.97 | 47.43 | 97.58 | - |
| YUV | 186.7 | 164.29 | 132.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 171 | 251 | 0.23 | 0.32 | 0 | 0.02 | 256.5 | 0.91 | 0.83 |
| Hex | C1 | AB | FB | 17 | 20 | 0 | 2 | 100 | 5B | 53 |
| Octal | 301 | 253 | 373 | 27 | 40 | 0 | 2 | 400 | 133 | 123 |
| Binary | 11000001 | 10101011 | 11111011 | 10111 | 100000 | 0 | 10 | 100000000 | 1011011 | 1010011 |
Color Harmonies of #C1ABFB
Complementary color
Monochromatic Colors of #C1ABFB
Black with #C1ABFB
Text Example
Text Example
White with #C1ABFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1ABFB; }
p { color: rgb(193,171,251); }
H1.HeaderClassName
{
color: #C1ABFB;
}
.AnyTagClassName
{
color: #C1ABFB;
}
</style>
background-color css
<style>
a { background-color: #C1ABFB; }
a { background-color: rgb(193,171,251); }
div.DivClassName
{
background-color: #C1ABFB;
}
.BgClassName
{
background-color: #C1ABFB;
}
</style>
border-color css
<style>
span { border-color: #C1ABFB; }
span { border-color: rgb(193,171,251); }
td.TdClassName
{
border-color: #C1ABFB;
}
.TagClassName
{
border-color: #C1ABFB;
}
</style>