Shades of Melrose #C0AEFC
Tints of Melrose #C0AEFC
RGB
CMYK
RGB Variations
Color information
#C0AEFC (or 0xC0AEFC) is known color: Melrose. HEX triplet: C0, AE and FC. RGB value is (192,174,252). Sum of RGB (Red+Green+Blue) = 192+174+252=618 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.07% from 618); Green value is 174 (68.36% from 255 or 28.16% from 618); Blue value is 252 (98.83% from 255 or 40.78% from 618); Max value from RGB is 252 - color contains mainly: blue. Hex color #C0AEFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C0AEFC is #3F5103. Grayscale: #BBBBBB. Windows color (decimal): -4149508 or 16559808. OLE color: 16559808.
HSL color Cylindrical-coordinate representation of color #C0AEFC: hue angle of 253.85º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C0AEFC is Cyan = 0.24, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 192 | 174 | 252 | - |
| CMYK | 0.24 | 0.31 | 0 | 0.01 |
| HSL | 253.85º | 0.93% | 0.84% | - |
| HSV(B) | 253.85º | 0.31% | 0.99% | - |
| XYZ | 54.44 | 48.51 | 98.59 | - |
| YUV | 188.27 | 163.96 | 130.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 174 | 252 | 0.24 | 0.31 | 0 | 0.01 | 253.85 | 0.93 | 0.84 |
| Hex | C0 | AE | FC | 18 | 1F | 0 | 1 | FE | 5D | 54 |
| Octal | 300 | 256 | 374 | 30 | 37 | 0 | 1 | 376 | 135 | 124 |
| Binary | 11000000 | 10101110 | 11111100 | 11000 | 11111 | 0 | 1 | 11111110 | 1011101 | 1010100 |
Color Harmonies of #C0AEFC
Complementary color
Monochromatic Colors of #C0AEFC
Black with #C0AEFC
Text Example
Text Example
White with #C0AEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AEFC; }
p { color: rgb(192,174,252); }
H1.HeaderClassName
{
color: #C0AEFC;
}
.AnyTagClassName
{
color: #C0AEFC;
}
</style>
background-color css
<style>
a { background-color: #C0AEFC; }
a { background-color: rgb(192,174,252); }
div.DivClassName
{
background-color: #C0AEFC;
}
.BgClassName
{
background-color: #C0AEFC;
}
</style>
border-color css
<style>
span { border-color: #C0AEFC; }
span { border-color: rgb(192,174,252); }
td.TdClassName
{
border-color: #C0AEFC;
}
.TagClassName
{
border-color: #C0AEFC;
}
</style>