Shades of Melrose #C0AEF1
Tints of Melrose #C0AEF1
RGB
CMYK
RGB Variations
Color information
#C0AEF1 (or 0xC0AEF1) is known color: Melrose. HEX triplet: C0, AE and F1. RGB value is (192,174,241). Sum of RGB (Red+Green+Blue) = 192+174+241=607 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.63% from 607); Green value is 174 (68.36% from 255 or 28.67% from 607); Blue value is 241 (94.53% from 255 or 39.70% from 607); Max value from RGB is 241 - color contains mainly: blue. Hex color #C0AEF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C0AEF1 is #3F510E. Grayscale: #BABABA. Windows color (decimal): -4149519 or 15838912. OLE color: 15838912.
HSL color Cylindrical-coordinate representation of color #C0AEF1: hue angle of 256.12º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C0AEF1 is Cyan = 0.20, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 174 | 241 | - |
| CMYK | 0.20 | 0.28 | 0 | 0.05 |
| HSL | 256.12º | 0.71% | 0.81% | - |
| HSV(B) | 256.12º | 0.28% | 0.95% | - |
| XYZ | 52.75 | 47.83 | 89.67 | - |
| YUV | 187.02 | 158.46 | 131.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 174 | 241 | 0.20 | 0.28 | 0 | 0.05 | 256.12 | 0.71 | 0.81 |
| Hex | C0 | AE | F1 | 14 | 1C | 0 | 5 | 100 | 47 | 51 |
| Octal | 300 | 256 | 361 | 24 | 34 | 0 | 5 | 400 | 107 | 121 |
| Binary | 11000000 | 10101110 | 11110001 | 10100 | 11100 | 0 | 101 | 100000000 | 1000111 | 1010001 |
Color Harmonies of #C0AEF1
Complementary color
Monochromatic Colors of #C0AEF1
Black with #C0AEF1
Text Example
Text Example
White with #C0AEF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AEF1; }
p { color: rgb(192,174,241); }
H1.HeaderClassName
{
color: #C0AEF1;
}
.AnyTagClassName
{
color: #C0AEF1;
}
</style>
background-color css
<style>
a { background-color: #C0AEF1; }
a { background-color: rgb(192,174,241); }
div.DivClassName
{
background-color: #C0AEF1;
}
.BgClassName
{
background-color: #C0AEF1;
}
</style>
border-color css
<style>
span { border-color: #C0AEF1; }
span { border-color: rgb(192,174,241); }
td.TdClassName
{
border-color: #C0AEF1;
}
.TagClassName
{
border-color: #C0AEF1;
}
</style>