Shades of Melrose #C2ABF1
Tints of Melrose #C2ABF1
RGB
CMYK
RGB Variations
Color information
#C2ABF1 (or 0xC2ABF1) is known color: Melrose. HEX triplet: C2, AB and F1. RGB value is (194,171,241). Sum of RGB (Red+Green+Blue) = 194+171+241=606 (80% of max value = 765). Red value is 194 (76.17% from 255 or 32.01% from 606); Green value is 171 (67.19% from 255 or 28.22% from 606); Blue value is 241 (94.53% from 255 or 39.77% from 606); Max value from RGB is 241 - color contains mainly: blue. Hex color #C2ABF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C2ABF1 is #3D540E. Grayscale: #B9B9B9. Windows color (decimal): -4019215 or 15838146. OLE color: 15838146.
HSL color Cylindrical-coordinate representation of color #C2ABF1: hue angle of 259.71º degrees, saturation: 0.71, 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 #C2ABF1 is Cyan = 0.20, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 194 | 171 | 241 | - |
| CMYK | 0.20 | 0.29 | 0 | 0.05 |
| HSL | 259.71º | 0.71% | 0.81% | - |
| HSV(B) | 259.71º | 0.29% | 0.95% | - |
| XYZ | 52.69 | 46.95 | 89.5 | - |
| YUV | 185.86 | 159.12 | 133.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 171 | 241 | 0.20 | 0.29 | 0 | 0.05 | 259.71 | 0.71 | 0.81 |
| Hex | C2 | AB | F1 | 14 | 1D | 0 | 5 | 104 | 47 | 51 |
| Octal | 302 | 253 | 361 | 24 | 35 | 0 | 5 | 404 | 107 | 121 |
| Binary | 11000010 | 10101011 | 11110001 | 10100 | 11101 | 0 | 101 | 100000100 | 1000111 | 1010001 |
Color Harmonies of #C2ABF1
Complementary color
Monochromatic Colors of #C2ABF1
Black with #C2ABF1
Text Example
Text Example
White with #C2ABF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2ABF1; }
p { color: rgb(194,171,241); }
H1.HeaderClassName
{
color: #C2ABF1;
}
.AnyTagClassName
{
color: #C2ABF1;
}
</style>
background-color css
<style>
a { background-color: #C2ABF1; }
a { background-color: rgb(194,171,241); }
div.DivClassName
{
background-color: #C2ABF1;
}
.BgClassName
{
background-color: #C2ABF1;
}
</style>
border-color css
<style>
span { border-color: #C2ABF1; }
span { border-color: rgb(194,171,241); }
td.TdClassName
{
border-color: #C2ABF1;
}
.TagClassName
{
border-color: #C2ABF1;
}
</style>