Shades of Melrose #C2ABFA
Tints of Melrose #C2ABFA
RGB
CMYK
RGB Variations
Color information
#C2ABFA (or 0xC2ABFA) is known color: Melrose. HEX triplet: C2, AB and FA. RGB value is (194,171,250). Sum of RGB (Red+Green+Blue) = 194+171+250=615 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.54% from 615); Green value is 171 (67.19% from 255 or 27.80% from 615); Blue value is 250 (98.05% from 255 or 40.65% from 615); Max value from RGB is 250 - color contains mainly: blue. Hex color #C2ABFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C2ABFA is #3D5405. Grayscale: #BABABA. Windows color (decimal): -4019206 or 16427970. OLE color: 16427970.
HSL color Cylindrical-coordinate representation of color #C2ABFA: hue angle of 257.47º degrees, saturation: 0.89, 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 #C2ABFA is Cyan = 0.22, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 171 | 250 | - |
| CMYK | 0.22 | 0.32 | 0 | 0.02 |
| HSL | 257.47º | 0.89% | 0.83% | - |
| HSV(B) | 257.47º | 0.32% | 0.98% | - |
| XYZ | 54.07 | 47.5 | 96.76 | - |
| YUV | 186.88 | 163.62 | 133.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 171 | 250 | 0.22 | 0.32 | 0 | 0.02 | 257.47 | 0.89 | 0.83 |
| Hex | C2 | AB | FA | 16 | 20 | 0 | 2 | 101 | 59 | 53 |
| Octal | 302 | 253 | 372 | 26 | 40 | 0 | 2 | 401 | 131 | 123 |
| Binary | 11000010 | 10101011 | 11111010 | 10110 | 100000 | 0 | 10 | 100000001 | 1011001 | 1010011 |
Color Harmonies of #C2ABFA
Complementary color
Monochromatic Colors of #C2ABFA
Black with #C2ABFA
Text Example
Text Example
White with #C2ABFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2ABFA; }
p { color: rgb(194,171,250); }
H1.HeaderClassName
{
color: #C2ABFA;
}
.AnyTagClassName
{
color: #C2ABFA;
}
</style>
background-color css
<style>
a { background-color: #C2ABFA; }
a { background-color: rgb(194,171,250); }
div.DivClassName
{
background-color: #C2ABFA;
}
.BgClassName
{
background-color: #C2ABFA;
}
</style>
border-color css
<style>
span { border-color: #C2ABFA; }
span { border-color: rgb(194,171,250); }
td.TdClassName
{
border-color: #C2ABFA;
}
.TagClassName
{
border-color: #C2ABFA;
}
</style>