Shades of Melrose #C1ABF8
Tints of Melrose #C1ABF8
RGB
CMYK
RGB Variations
Color information
#C1ABF8 (or 0xC1ABF8) is known color: Melrose. HEX triplet: C1, AB and F8. RGB value is (193,171,248). Sum of RGB (Red+Green+Blue) = 193+171+248=612 (81% of max value = 765). Red value is 193 (75.78% from 255 or 31.54% from 612); Green value is 171 (67.19% from 255 or 27.94% from 612); Blue value is 248 (97.27% from 255 or 40.52% from 612); Max value from RGB is 248 - color contains mainly: blue. Hex color #C1ABF8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C1ABF8 is #3E5407. Grayscale: #BABABA. Windows color (decimal): -4084744 or 16296897. OLE color: 16296897.
HSL color Cylindrical-coordinate representation of color #C1ABF8: hue angle of 257.14º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C1ABF8 is Cyan = 0.22, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 193 | 171 | 248 | - |
| CMYK | 0.22 | 0.31 | 0 | 0.03 |
| HSL | 257.14º | 0.85% | 0.82% | - |
| HSV(B) | 257.14º | 0.31% | 0.97% | - |
| XYZ | 53.5 | 47.24 | 95.11 | - |
| YUV | 186.36 | 162.79 | 132.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 171 | 248 | 0.22 | 0.31 | 0 | 0.03 | 257.14 | 0.85 | 0.82 |
| Hex | C1 | AB | F8 | 16 | 1F | 0 | 3 | 101 | 55 | 52 |
| Octal | 301 | 253 | 370 | 26 | 37 | 0 | 3 | 401 | 125 | 122 |
| Binary | 11000001 | 10101011 | 11111000 | 10110 | 11111 | 0 | 11 | 100000001 | 1010101 | 1010010 |
Color Harmonies of #C1ABF8
Complementary color
Monochromatic Colors of #C1ABF8
Black with #C1ABF8
Text Example
Text Example
White with #C1ABF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1ABF8; }
p { color: rgb(193,171,248); }
H1.HeaderClassName
{
color: #C1ABF8;
}
.AnyTagClassName
{
color: #C1ABF8;
}
</style>
background-color css
<style>
a { background-color: #C1ABF8; }
a { background-color: rgb(193,171,248); }
div.DivClassName
{
background-color: #C1ABF8;
}
.BgClassName
{
background-color: #C1ABF8;
}
</style>
border-color css
<style>
span { border-color: #C1ABF8; }
span { border-color: rgb(193,171,248); }
td.TdClassName
{
border-color: #C1ABF8;
}
.TagClassName
{
border-color: #C1ABF8;
}
</style>