Shades of Melrose #C0AEEB
Tints of Melrose #C0AEEB
RGB
CMYK
RGB Variations
Color information
#C0AEEB (or 0xC0AEEB) is known color: Melrose. HEX triplet: C0, AE and EB. RGB value is (192,174,235). Sum of RGB (Red+Green+Blue) = 192+174+235=601 (79% of max value = 765). Red value is 192 (75.39% from 255 or 31.95% from 601); Green value is 174 (68.36% from 255 or 28.95% from 601); Blue value is 235 (92.19% from 255 or 39.10% from 601); Max value from RGB is 235 - color contains mainly: blue. Hex color #C0AEEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C0AEEB is #3F5114. Grayscale: #BABABA. Windows color (decimal): -4149525 or 15445696. OLE color: 15445696.
HSL color Cylindrical-coordinate representation of color #C0AEEB: hue angle of 257.7º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C0AEEB is Cyan = 0.18, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 192 | 174 | 235 | - |
| CMYK | 0.18 | 0.26 | 0 | 0.08 |
| HSL | 257.7º | 0.6% | 0.8% | - |
| HSV(B) | 257.7º | 0.26% | 0.92% | - |
| XYZ | 51.87 | 47.48 | 85.03 | - |
| YUV | 186.34 | 155.46 | 132.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 174 | 235 | 0.18 | 0.26 | 0 | 0.08 | 257.7 | 0.6 | 0.8 |
| Hex | C0 | AE | EB | 12 | 1A | 0 | 8 | 102 | 3C | 50 |
| Octal | 300 | 256 | 353 | 22 | 32 | 0 | 10 | 402 | 74 | 120 |
| Binary | 11000000 | 10101110 | 11101011 | 10010 | 11010 | 0 | 1000 | 100000010 | 111100 | 1010000 |
Color Harmonies of #C0AEEB
Complementary color
Monochromatic Colors of #C0AEEB
Black with #C0AEEB
Text Example
Text Example
White with #C0AEEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AEEB; }
p { color: rgb(192,174,235); }
H1.HeaderClassName
{
color: #C0AEEB;
}
.AnyTagClassName
{
color: #C0AEEB;
}
</style>
background-color css
<style>
a { background-color: #C0AEEB; }
a { background-color: rgb(192,174,235); }
div.DivClassName
{
background-color: #C0AEEB;
}
.BgClassName
{
background-color: #C0AEEB;
}
</style>
border-color css
<style>
span { border-color: #C0AEEB; }
span { border-color: rgb(192,174,235); }
td.TdClassName
{
border-color: #C0AEEB;
}
.TagClassName
{
border-color: #C0AEEB;
}
</style>