Shades of Melrose #C2ABFE
Tints of Melrose #C2ABFE
RGB
CMYK
RGB Variations
Color information
#C2ABFE (or 0xC2ABFE) is known color: Melrose. HEX triplet: C2, AB and FE. RGB value is (194,171,254). Sum of RGB (Red+Green+Blue) = 194+171+254=619 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.34% from 619); Green value is 171 (67.19% from 255 or 27.63% from 619); Blue value is 254 (99.61% from 255 or 41.03% from 619); Max value from RGB is 254 - color contains mainly: blue. Hex color #C2ABFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C2ABFE is #3D5401. Grayscale: #BBBBBB. Windows color (decimal): -4019202 or 16690114. OLE color: 16690114.
HSL color Cylindrical-coordinate representation of color #C2ABFE: hue angle of 256.63º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C2ABFE is Cyan = 0.24, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 194 | 171 | 254 | - |
| CMYK | 0.24 | 0.33 | 0 | 0.00 |
| HSL | 256.63º | 0.98% | 0.83% | - |
| HSV(B) | 256.63º | 0.33% | 1% | - |
| XYZ | 54.7 | 47.75 | 100.1 | - |
| YUV | 187.34 | 165.62 | 132.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 171 | 254 | 0.24 | 0.33 | 0 | 0.00 | 256.63 | 0.98 | 0.83 |
| Hex | C2 | AB | FE | 18 | 21 | 0 | 0 | 101 | 62 | 53 |
| Octal | 302 | 253 | 376 | 30 | 41 | 0 | 0 | 401 | 142 | 123 |
| Binary | 11000010 | 10101011 | 11111110 | 11000 | 100001 | 0 | 0 | 100000001 | 1100010 | 1010011 |
Color Harmonies of #C2ABFE
Complementary color
Monochromatic Colors of #C2ABFE
Black with #C2ABFE
Text Example
Text Example
White with #C2ABFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2ABFE; }
p { color: rgb(194,171,254); }
H1.HeaderClassName
{
color: #C2ABFE;
}
.AnyTagClassName
{
color: #C2ABFE;
}
</style>
background-color css
<style>
a { background-color: #C2ABFE; }
a { background-color: rgb(194,171,254); }
div.DivClassName
{
background-color: #C2ABFE;
}
.BgClassName
{
background-color: #C2ABFE;
}
</style>
border-color css
<style>
span { border-color: #C2ABFE; }
span { border-color: rgb(194,171,254); }
td.TdClassName
{
border-color: #C2ABFE;
}
.TagClassName
{
border-color: #C2ABFE;
}
</style>