Shades of Melrose #C0AEEE
Tints of Melrose #C0AEEE
RGB
CMYK
RGB Variations
Color information
#C0AEEE (or 0xC0AEEE) is known color: Melrose. HEX triplet: C0, AE and EE. RGB value is (192,174,238). Sum of RGB (Red+Green+Blue) = 192+174+238=604 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.79% from 604); Green value is 174 (68.36% from 255 or 28.81% from 604); Blue value is 238 (93.36% from 255 or 39.40% from 604); Max value from RGB is 238 - color contains mainly: blue. Hex color #C0AEEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C0AEEE is #3F5111. Grayscale: #BABABA. Windows color (decimal): -4149522 or 15642304. OLE color: 15642304.
HSL color Cylindrical-coordinate representation of color #C0AEEE: hue angle of 256.88º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C0AEEE is Cyan = 0.19, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 174 | 238 | - |
| CMYK | 0.19 | 0.27 | 0 | 0.07 |
| HSL | 256.88º | 0.65% | 0.81% | - |
| HSV(B) | 256.88º | 0.27% | 0.93% | - |
| XYZ | 52.31 | 47.65 | 87.33 | - |
| YUV | 186.68 | 156.96 | 131.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 174 | 238 | 0.19 | 0.27 | 0 | 0.07 | 256.88 | 0.65 | 0.81 |
| Hex | C0 | AE | EE | 13 | 1B | 0 | 7 | 101 | 41 | 51 |
| Octal | 300 | 256 | 356 | 23 | 33 | 0 | 7 | 401 | 101 | 121 |
| Binary | 11000000 | 10101110 | 11101110 | 10011 | 11011 | 0 | 111 | 100000001 | 1000001 | 1010001 |
Color Harmonies of #C0AEEE
Complementary color
Monochromatic Colors of #C0AEEE
Black with #C0AEEE
Text Example
Text Example
White with #C0AEEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AEEE; }
p { color: rgb(192,174,238); }
H1.HeaderClassName
{
color: #C0AEEE;
}
.AnyTagClassName
{
color: #C0AEEE;
}
</style>
background-color css
<style>
a { background-color: #C0AEEE; }
a { background-color: rgb(192,174,238); }
div.DivClassName
{
background-color: #C0AEEE;
}
.BgClassName
{
background-color: #C0AEEE;
}
</style>
border-color css
<style>
span { border-color: #C0AEEE; }
span { border-color: rgb(192,174,238); }
td.TdClassName
{
border-color: #C0AEEE;
}
.TagClassName
{
border-color: #C0AEEE;
}
</style>