Shades of Melrose #C0AEE5
Tints of Melrose #C0AEE5
RGB
CMYK
RGB Variations
Color information
#C0AEE5 (or 0xC0AEE5) is known color: Melrose. HEX triplet: C0, AE and E5. RGB value is (192,174,229). Sum of RGB (Red+Green+Blue) = 192+174+229=595 (78% of max value = 765). Red value is 192 (75.39% from 255 or 32.27% from 595); Green value is 174 (68.36% from 255 or 29.24% from 595); Blue value is 229 (89.84% from 255 or 38.49% from 595); Max value from RGB is 229 - color contains mainly: blue. Hex color #C0AEE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0AEE5 is #3F511A. Grayscale: #B9B9B9. Windows color (decimal): -4149531 or 15052480. OLE color: 15052480.
HSL color Cylindrical-coordinate representation of color #C0AEE5: hue angle of 259.64º degrees, saturation: 0.51, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C0AEE5 is Cyan = 0.16, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 192 | 174 | 229 | - |
| CMYK | 0.16 | 0.24 | 0 | 0.10 |
| HSL | 259.64º | 0.51% | 0.79% | - |
| HSV(B) | 259.64º | 0.24% | 0.9% | - |
| XYZ | 51.02 | 47.14 | 80.54 | - |
| YUV | 185.65 | 152.46 | 132.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 174 | 229 | 0.16 | 0.24 | 0 | 0.10 | 259.64 | 0.51 | 0.79 |
| Hex | C0 | AE | E5 | 10 | 18 | 0 | A | 104 | 33 | 4F |
| Octal | 300 | 256 | 345 | 20 | 30 | 0 | 12 | 404 | 63 | 117 |
| Binary | 11000000 | 10101110 | 11100101 | 10000 | 11000 | 0 | 1010 | 100000100 | 110011 | 1001111 |
Color Harmonies of #C0AEE5
Complementary color
Monochromatic Colors of #C0AEE5
Black with #C0AEE5
Text Example
Text Example
White with #C0AEE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AEE5; }
p { color: rgb(192,174,229); }
H1.HeaderClassName
{
color: #C0AEE5;
}
.AnyTagClassName
{
color: #C0AEE5;
}
</style>
background-color css
<style>
a { background-color: #C0AEE5; }
a { background-color: rgb(192,174,229); }
div.DivClassName
{
background-color: #C0AEE5;
}
.BgClassName
{
background-color: #C0AEE5;
}
</style>
border-color css
<style>
span { border-color: #C0AEE5; }
span { border-color: rgb(192,174,229); }
td.TdClassName
{
border-color: #C0AEE5;
}
.TagClassName
{
border-color: #C0AEE5;
}
</style>