Shades of Melrose #C0AAEE
Tints of Melrose #C0AAEE
RGB
CMYK
RGB Variations
Color information
#C0AAEE (or 0xC0AAEE) is known color: Melrose. HEX triplet: C0, AA and EE. RGB value is (192,170,238). Sum of RGB (Red+Green+Blue) = 192+170+238=600 (79% of max value = 765). Red value is 192 (75.39% from 255 or 32% from 600); Green value is 170 (66.80% from 255 or 28.33% from 600); Blue value is 238 (93.36% from 255 or 39.67% from 600); Max value from RGB is 238 - color contains mainly: blue. Hex color #C0AAEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C0AAEE is #3F5511. Grayscale: #B8B8B8. Windows color (decimal): -4150546 or 15641280. OLE color: 15641280.
HSL color Cylindrical-coordinate representation of color #C0AAEE: hue angle of 259.41º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C0AAEE is Cyan = 0.19, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 170 | 238 | - |
| CMYK | 0.19 | 0.29 | 0 | 0.07 |
| HSL | 259.41º | 0.67% | 0.8% | - |
| HSV(B) | 259.41º | 0.29% | 0.93% | - |
| XYZ | 51.55 | 46.13 | 87.08 | - |
| YUV | 184.33 | 158.29 | 133.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 170 | 238 | 0.19 | 0.29 | 0 | 0.07 | 259.41 | 0.67 | 0.8 |
| Hex | C0 | AA | EE | 13 | 1D | 0 | 7 | 103 | 43 | 50 |
| Octal | 300 | 252 | 356 | 23 | 35 | 0 | 7 | 403 | 103 | 120 |
| Binary | 11000000 | 10101010 | 11101110 | 10011 | 11101 | 0 | 111 | 100000011 | 1000011 | 1010000 |
Color Harmonies of #C0AAEE
Complementary color
Monochromatic Colors of #C0AAEE
Black with #C0AAEE
Text Example
Text Example
White with #C0AAEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AAEE; }
p { color: rgb(192,170,238); }
H1.HeaderClassName
{
color: #C0AAEE;
}
.AnyTagClassName
{
color: #C0AAEE;
}
</style>
background-color css
<style>
a { background-color: #C0AAEE; }
a { background-color: rgb(192,170,238); }
div.DivClassName
{
background-color: #C0AAEE;
}
.BgClassName
{
background-color: #C0AAEE;
}
</style>
border-color css
<style>
span { border-color: #C0AAEE; }
span { border-color: rgb(192,170,238); }
td.TdClassName
{
border-color: #C0AAEE;
}
.TagClassName
{
border-color: #C0AAEE;
}
</style>