Shades of Melrose #C0AEFA
Tints of Melrose #C0AEFA
RGB
CMYK
RGB Variations
Color information
#C0AEFA (or 0xC0AEFA) is known color: Melrose. HEX triplet: C0, AE and FA. RGB value is (192,174,250). Sum of RGB (Red+Green+Blue) = 192+174+250=616 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.17% from 616); Green value is 174 (68.36% from 255 or 28.25% from 616); Blue value is 250 (98.05% from 255 or 40.58% from 616); Max value from RGB is 250 - color contains mainly: blue. Hex color #C0AEFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C0AEFA is #3F5105. Grayscale: #BBBBBB. Windows color (decimal): -4149510 or 16428736. OLE color: 16428736.
HSL color Cylindrical-coordinate representation of color #C0AEFA: hue angle of 254.21º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C0AEFA is Cyan = 0.23, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 174 | 250 | - |
| CMYK | 0.23 | 0.30 | 0 | 0.02 |
| HSL | 254.21º | 0.88% | 0.83% | - |
| HSV(B) | 254.21º | 0.3% | 0.98% | - |
| XYZ | 54.13 | 48.38 | 96.93 | - |
| YUV | 188.05 | 162.96 | 130.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 174 | 250 | 0.23 | 0.30 | 0 | 0.02 | 254.21 | 0.88 | 0.83 |
| Hex | C0 | AE | FA | 17 | 1E | 0 | 2 | FE | 58 | 53 |
| Octal | 300 | 256 | 372 | 27 | 36 | 0 | 2 | 376 | 130 | 123 |
| Binary | 11000000 | 10101110 | 11111010 | 10111 | 11110 | 0 | 10 | 11111110 | 1011000 | 1010011 |
Color Harmonies of #C0AEFA
Complementary color
Monochromatic Colors of #C0AEFA
Black with #C0AEFA
Text Example
Text Example
White with #C0AEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AEFA; }
p { color: rgb(192,174,250); }
H1.HeaderClassName
{
color: #C0AEFA;
}
.AnyTagClassName
{
color: #C0AEFA;
}
</style>
background-color css
<style>
a { background-color: #C0AEFA; }
a { background-color: rgb(192,174,250); }
div.DivClassName
{
background-color: #C0AEFA;
}
.BgClassName
{
background-color: #C0AEFA;
}
</style>
border-color css
<style>
span { border-color: #C0AEFA; }
span { border-color: rgb(192,174,250); }
td.TdClassName
{
border-color: #C0AEFA;
}
.TagClassName
{
border-color: #C0AEFA;
}
</style>