Shades of Melrose #C4ABFE
Tints of Melrose #C4ABFE
RGB
CMYK
RGB Variations
Color information
#C4ABFE (or 0xC4ABFE) is known color: Melrose. HEX triplet: C4, AB and FE. RGB value is (196,171,254). Sum of RGB (Red+Green+Blue) = 196+171+254=621 (82% of max value = 765). Red value is 196 (76.95% from 255 or 31.56% from 621); Green value is 171 (67.19% from 255 or 27.54% from 621); Blue value is 254 (99.61% from 255 or 40.90% from 621); Max value from RGB is 254 - color contains mainly: blue. Hex color #C4ABFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C4ABFE is #3B5401. Grayscale: #BBBBBB. Windows color (decimal): -3888130 or 16690116. OLE color: 16690116.
HSL color Cylindrical-coordinate representation of color #C4ABFE: hue angle of 258.07º 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 #C4ABFE is Cyan = 0.23, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 196 | 171 | 254 | - |
| CMYK | 0.23 | 0.33 | 0 | 0.00 |
| HSL | 258.07º | 0.98% | 0.83% | - |
| HSV(B) | 258.07º | 0.33% | 1% | - |
| XYZ | 55.22 | 48.02 | 100.12 | - |
| YUV | 187.94 | 165.28 | 133.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 171 | 254 | 0.23 | 0.33 | 0 | 0.00 | 258.07 | 0.98 | 0.83 |
| Hex | C4 | AB | FE | 17 | 21 | 0 | 0 | 102 | 62 | 53 |
| Octal | 304 | 253 | 376 | 27 | 41 | 0 | 0 | 402 | 142 | 123 |
| Binary | 11000100 | 10101011 | 11111110 | 10111 | 100001 | 0 | 0 | 100000010 | 1100010 | 1010011 |
Color Harmonies of #C4ABFE
Complementary color
Monochromatic Colors of #C4ABFE
Black with #C4ABFE
Text Example
Text Example
White with #C4ABFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4ABFE; }
p { color: rgb(196,171,254); }
H1.HeaderClassName
{
color: #C4ABFE;
}
.AnyTagClassName
{
color: #C4ABFE;
}
</style>
background-color css
<style>
a { background-color: #C4ABFE; }
a { background-color: rgb(196,171,254); }
div.DivClassName
{
background-color: #C4ABFE;
}
.BgClassName
{
background-color: #C4ABFE;
}
</style>
border-color css
<style>
span { border-color: #C4ABFE; }
span { border-color: rgb(196,171,254); }
td.TdClassName
{
border-color: #C4ABFE;
}
.TagClassName
{
border-color: #C4ABFE;
}
</style>