Shades of Melrose #C2ABFF
Tints of Melrose #C2ABFF
RGB
CMYK
RGB Variations
Color information
#C2ABFF (or 0xC2ABFF) is known color: Melrose. HEX triplet: C2, AB and FF. RGB value is (194,171,255). Sum of RGB (Red+Green+Blue) = 194+171+255=620 (82% of max value = 765). Red value is 194 (76.17% from 255 or 31.29% from 620); Green value is 171 (67.19% from 255 or 27.58% from 620); Blue value is 255 (100% from 255 or 41.13% from 620); Max value from RGB is 255 - color contains mainly: blue. Hex color #C2ABFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C2ABFF is #3D5400. Grayscale: #BBBBBB. Windows color (decimal): -4019201 or 16755650. OLE color: 16755650.
HSL color Cylindrical-coordinate representation of color #C2ABFF: hue angle of 256.43º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C2ABFF is Cyan = 0.24, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 194 | 171 | 255 | - |
| CMYK | 0.24 | 0.33 | 0 | 0 |
| HSL | 256.43º | 1% | 0.84% | - |
| HSV(B) | 256.43º | 0.33% | 1% | - |
| XYZ | 54.86 | 47.82 | 100.95 | - |
| YUV | 187.45 | 166.12 | 132.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 171 | 255 | 0.24 | 0.33 | 0 | 0 | 256.43 | 1 | 0.84 |
| Hex | C2 | AB | FF | 18 | 21 | 0 | 0 | 100 | 64 | 54 |
| Octal | 302 | 253 | 377 | 30 | 41 | 0 | 0 | 400 | 144 | 124 |
| Binary | 11000010 | 10101011 | 11111111 | 11000 | 100001 | 0 | 0 | 100000000 | 1100100 | 1010100 |
Color Harmonies of #C2ABFF
Complementary color
Monochromatic Colors of #C2ABFF
Black with #C2ABFF
Text Example
Text Example
White with #C2ABFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2ABFF; }
p { color: rgb(194,171,255); }
H1.HeaderClassName
{
color: #C2ABFF;
}
.AnyTagClassName
{
color: #C2ABFF;
}
</style>
background-color css
<style>
a { background-color: #C2ABFF; }
a { background-color: rgb(194,171,255); }
div.DivClassName
{
background-color: #C2ABFF;
}
.BgClassName
{
background-color: #C2ABFF;
}
</style>
border-color css
<style>
span { border-color: #C2ABFF; }
span { border-color: rgb(194,171,255); }
td.TdClassName
{
border-color: #C2ABFF;
}
.TagClassName
{
border-color: #C2ABFF;
}
</style>