Shades of Melrose #C0AEF8
Tints of Melrose #C0AEF8
RGB
CMYK
RGB Variations
Color information
#C0AEF8 (or 0xC0AEF8) is known color: Melrose. HEX triplet: C0, AE and F8. RGB value is (192,174,248). Sum of RGB (Red+Green+Blue) = 192+174+248=614 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.27% from 614); Green value is 174 (68.36% from 255 or 28.34% from 614); Blue value is 248 (97.27% from 255 or 40.39% from 614); Max value from RGB is 248 - color contains mainly: blue. Hex color #C0AEF8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C0AEF8 is #3F5107. Grayscale: #BBBBBB. Windows color (decimal): -4149512 or 16297664. OLE color: 16297664.
HSL color Cylindrical-coordinate representation of color #C0AEF8: hue angle of 254.59º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C0AEF8 is Cyan = 0.23, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 192 | 174 | 248 | - |
| CMYK | 0.23 | 0.30 | 0 | 0.03 |
| HSL | 254.59º | 0.84% | 0.83% | - |
| HSV(B) | 254.59º | 0.3% | 0.97% | - |
| XYZ | 53.82 | 48.26 | 95.28 | - |
| YUV | 187.82 | 161.96 | 130.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 174 | 248 | 0.23 | 0.30 | 0 | 0.03 | 254.59 | 0.84 | 0.83 |
| Hex | C0 | AE | F8 | 17 | 1E | 0 | 3 | FF | 54 | 53 |
| Octal | 300 | 256 | 370 | 27 | 36 | 0 | 3 | 377 | 124 | 123 |
| Binary | 11000000 | 10101110 | 11111000 | 10111 | 11110 | 0 | 11 | 11111111 | 1010100 | 1010011 |
Color Harmonies of #C0AEF8
Complementary color
Monochromatic Colors of #C0AEF8
Black with #C0AEF8
Text Example
Text Example
White with #C0AEF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AEF8; }
p { color: rgb(192,174,248); }
H1.HeaderClassName
{
color: #C0AEF8;
}
.AnyTagClassName
{
color: #C0AEF8;
}
</style>
background-color css
<style>
a { background-color: #C0AEF8; }
a { background-color: rgb(192,174,248); }
div.DivClassName
{
background-color: #C0AEF8;
}
.BgClassName
{
background-color: #C0AEF8;
}
</style>
border-color css
<style>
span { border-color: #C0AEF8; }
span { border-color: rgb(192,174,248); }
td.TdClassName
{
border-color: #C0AEF8;
}
.TagClassName
{
border-color: #C0AEF8;
}
</style>