Shades of Melrose #C2ABFB
Tints of Melrose #C2ABFB
RGB
CMYK
RGB Variations
Color information
#C2ABFB (or 0xC2ABFB) is known color: Melrose. HEX triplet: C2, AB and FB. RGB value is (194,171,251). Sum of RGB (Red+Green+Blue) = 194+171+251=616 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.49% from 616); Green value is 171 (67.19% from 255 or 27.76% from 616); Blue value is 251 (98.44% from 255 or 40.75% from 616); Max value from RGB is 251 - color contains mainly: blue. Hex color #C2ABFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C2ABFB is #3D5404. Grayscale: #BABABA. Windows color (decimal): -4019205 or 16493506. OLE color: 16493506.
HSL color Cylindrical-coordinate representation of color #C2ABFB: hue angle of 257.25º 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 #C2ABFB is Cyan = 0.23, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 171 | 251 | - |
| CMYK | 0.23 | 0.32 | 0 | 0.02 |
| HSL | 257.25º | 0.91% | 0.83% | - |
| HSV(B) | 257.25º | 0.32% | 0.98% | - |
| XYZ | 54.22 | 47.56 | 97.59 | - |
| YUV | 187 | 164.12 | 133 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 171 | 251 | 0.23 | 0.32 | 0 | 0.02 | 257.25 | 0.91 | 0.83 |
| Hex | C2 | AB | FB | 17 | 20 | 0 | 2 | 101 | 5B | 53 |
| Octal | 302 | 253 | 373 | 27 | 40 | 0 | 2 | 401 | 133 | 123 |
| Binary | 11000010 | 10101011 | 11111011 | 10111 | 100000 | 0 | 10 | 100000001 | 1011011 | 1010011 |
Color Harmonies of #C2ABFB
Complementary color
Monochromatic Colors of #C2ABFB
Black with #C2ABFB
Text Example
Text Example
White with #C2ABFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2ABFB; }
p { color: rgb(194,171,251); }
H1.HeaderClassName
{
color: #C2ABFB;
}
.AnyTagClassName
{
color: #C2ABFB;
}
</style>
background-color css
<style>
a { background-color: #C2ABFB; }
a { background-color: rgb(194,171,251); }
div.DivClassName
{
background-color: #C2ABFB;
}
.BgClassName
{
background-color: #C2ABFB;
}
</style>
border-color css
<style>
span { border-color: #C2ABFB; }
span { border-color: rgb(194,171,251); }
td.TdClassName
{
border-color: #C2ABFB;
}
.TagClassName
{
border-color: #C2ABFB;
}
</style>