Shades of Melrose #C0AAED
Tints of Melrose #C0AAED
RGB
CMYK
RGB Variations
Color information
#C0AAED (or 0xC0AAED) is known color: Melrose. HEX triplet: C0, AA and ED. RGB value is (192,170,237). Sum of RGB (Red+Green+Blue) = 192+170+237=599 (79% of max value = 765). Red value is 192 (75.39% from 255 or 32.05% from 599); Green value is 170 (66.80% from 255 or 28.38% from 599); Blue value is 237 (92.97% from 255 or 39.57% from 599); Max value from RGB is 237 - color contains mainly: blue. Hex color #C0AAED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C0AAED is #3F5512. Grayscale: #B7B7B7. Windows color (decimal): -4150547 or 15575744. OLE color: 15575744.
HSL color Cylindrical-coordinate representation of color #C0AAED: hue angle of 259.7º degrees, saturation: 0.65, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C0AAED is Cyan = 0.19, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 170 | 237 | - |
| CMYK | 0.19 | 0.28 | 0 | 0.07 |
| HSL | 259.7º | 0.65% | 0.8% | - |
| HSV(B) | 259.7º | 0.28% | 0.93% | - |
| XYZ | 51.4 | 46.07 | 86.3 | - |
| YUV | 184.22 | 157.79 | 133.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 170 | 237 | 0.19 | 0.28 | 0 | 0.07 | 259.7 | 0.65 | 0.8 |
| Hex | C0 | AA | ED | 13 | 1C | 0 | 7 | 104 | 41 | 50 |
| Octal | 300 | 252 | 355 | 23 | 34 | 0 | 7 | 404 | 101 | 120 |
| Binary | 11000000 | 10101010 | 11101101 | 10011 | 11100 | 0 | 111 | 100000100 | 1000001 | 1010000 |
Color Harmonies of #C0AAED
Complementary color
Monochromatic Colors of #C0AAED
Black with #C0AAED
Text Example
Text Example
White with #C0AAED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AAED; }
p { color: rgb(192,170,237); }
H1.HeaderClassName
{
color: #C0AAED;
}
.AnyTagClassName
{
color: #C0AAED;
}
</style>
background-color css
<style>
a { background-color: #C0AAED; }
a { background-color: rgb(192,170,237); }
div.DivClassName
{
background-color: #C0AAED;
}
.BgClassName
{
background-color: #C0AAED;
}
</style>
border-color css
<style>
span { border-color: #C0AAED; }
span { border-color: rgb(192,170,237); }
td.TdClassName
{
border-color: #C0AAED;
}
.TagClassName
{
border-color: #C0AAED;
}
</style>