Shades of Melrose #C2ABF5
Tints of Melrose #C2ABF5
RGB
CMYK
RGB Variations
Color information
#C2ABF5 (or 0xC2ABF5) is known color: Melrose. HEX triplet: C2, AB and F5. RGB value is (194,171,245). Sum of RGB (Red+Green+Blue) = 194+171+245=610 (80% of max value = 765). Red value is 194 (76.17% from 255 or 31.80% from 610); Green value is 171 (67.19% from 255 or 28.03% from 610); Blue value is 245 (96.09% from 255 or 40.16% from 610); Max value from RGB is 245 - color contains mainly: blue. Hex color #C2ABF5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C2ABF5 is #3D540A. Grayscale: #BABABA. Windows color (decimal): -4019211 or 16100290. OLE color: 16100290.
HSL color Cylindrical-coordinate representation of color #C2ABF5: hue angle of 258.65º degrees, saturation: 0.79, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C2ABF5 is Cyan = 0.21, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 194 | 171 | 245 | - |
| CMYK | 0.21 | 0.30 | 0 | 0.04 |
| HSL | 258.65º | 0.79% | 0.82% | - |
| HSV(B) | 258.65º | 0.3% | 0.96% | - |
| XYZ | 53.29 | 47.19 | 92.69 | - |
| YUV | 186.31 | 161.12 | 133.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 171 | 245 | 0.21 | 0.30 | 0 | 0.04 | 258.65 | 0.79 | 0.82 |
| Hex | C2 | AB | F5 | 15 | 1E | 0 | 4 | 103 | 4F | 52 |
| Octal | 302 | 253 | 365 | 25 | 36 | 0 | 4 | 403 | 117 | 122 |
| Binary | 11000010 | 10101011 | 11110101 | 10101 | 11110 | 0 | 100 | 100000011 | 1001111 | 1010010 |
Color Harmonies of #C2ABF5
Complementary color
Monochromatic Colors of #C2ABF5
Black with #C2ABF5
Text Example
Text Example
White with #C2ABF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2ABF5; }
p { color: rgb(194,171,245); }
H1.HeaderClassName
{
color: #C2ABF5;
}
.AnyTagClassName
{
color: #C2ABF5;
}
</style>
background-color css
<style>
a { background-color: #C2ABF5; }
a { background-color: rgb(194,171,245); }
div.DivClassName
{
background-color: #C2ABF5;
}
.BgClassName
{
background-color: #C2ABF5;
}
</style>
border-color css
<style>
span { border-color: #C2ABF5; }
span { border-color: rgb(194,171,245); }
td.TdClassName
{
border-color: #C2ABF5;
}
.TagClassName
{
border-color: #C2ABF5;
}
</style>