Shades of Melrose #C0AEF0
Tints of Melrose #C0AEF0
RGB
CMYK
RGB Variations
Color information
#C0AEF0 (or 0xC0AEF0) is known color: Melrose. HEX triplet: C0, AE and F0. RGB value is (192,174,240). Sum of RGB (Red+Green+Blue) = 192+174+240=606 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.68% from 606); Green value is 174 (68.36% from 255 or 28.71% from 606); Blue value is 240 (94.14% from 255 or 39.60% from 606); Max value from RGB is 240 - color contains mainly: blue. Hex color #C0AEF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C0AEF0 is #3F510F. Grayscale: #BABABA. Windows color (decimal): -4149520 or 15773376. OLE color: 15773376.
HSL color Cylindrical-coordinate representation of color #C0AEF0: hue angle of 256.36º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C0AEF0 is Cyan = 0.20, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 192 | 174 | 240 | - |
| CMYK | 0.20 | 0.28 | 0 | 0.06 |
| HSL | 256.36º | 0.69% | 0.81% | - |
| HSV(B) | 256.36º | 0.28% | 0.94% | - |
| XYZ | 52.6 | 47.77 | 88.89 | - |
| YUV | 186.91 | 157.96 | 131.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 174 | 240 | 0.20 | 0.28 | 0 | 0.06 | 256.36 | 0.69 | 0.81 |
| Hex | C0 | AE | F0 | 14 | 1C | 0 | 6 | 100 | 45 | 51 |
| Octal | 300 | 256 | 360 | 24 | 34 | 0 | 6 | 400 | 105 | 121 |
| Binary | 11000000 | 10101110 | 11110000 | 10100 | 11100 | 0 | 110 | 100000000 | 1000101 | 1010001 |
Color Harmonies of #C0AEF0
Complementary color
Monochromatic Colors of #C0AEF0
Black with #C0AEF0
Text Example
Text Example
White with #C0AEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AEF0; }
p { color: rgb(192,174,240); }
H1.HeaderClassName
{
color: #C0AEF0;
}
.AnyTagClassName
{
color: #C0AEF0;
}
</style>
background-color css
<style>
a { background-color: #C0AEF0; }
a { background-color: rgb(192,174,240); }
div.DivClassName
{
background-color: #C0AEF0;
}
.BgClassName
{
background-color: #C0AEF0;
}
</style>
border-color css
<style>
span { border-color: #C0AEF0; }
span { border-color: rgb(192,174,240); }
td.TdClassName
{
border-color: #C0AEF0;
}
.TagClassName
{
border-color: #C0AEF0;
}
</style>