Shades of Melrose #C0AEFE
Tints of Melrose #C0AEFE
RGB
CMYK
RGB Variations
Color information
#C0AEFE (or 0xC0AEFE) is known color: Melrose. HEX triplet: C0, AE and FE. RGB value is (192,174,254). Sum of RGB (Red+Green+Blue) = 192+174+254=620 (82% of max value = 765). Red value is 192 (75.39% from 255 or 30.97% from 620); Green value is 174 (68.36% from 255 or 28.06% from 620); Blue value is 254 (99.61% from 255 or 40.97% from 620); Max value from RGB is 254 - color contains mainly: blue. Hex color #C0AEFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C0AEFE is #3F5101. Grayscale: #BCBCBC. Windows color (decimal): -4149506 or 16690880. OLE color: 16690880.
HSL color Cylindrical-coordinate representation of color #C0AEFE: hue angle of 253.5º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C0AEFE is Cyan = 0.24, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 192 | 174 | 254 | - |
| CMYK | 0.24 | 0.31 | 0 | 0.00 |
| HSL | 253.5º | 0.98% | 0.84% | - |
| HSV(B) | 253.5º | 0.31% | 1% | - |
| XYZ | 54.76 | 48.63 | 100.27 | - |
| YUV | 188.5 | 164.96 | 130.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 174 | 254 | 0.24 | 0.31 | 0 | 0.00 | 253.5 | 0.98 | 0.84 |
| Hex | C0 | AE | FE | 18 | 1F | 0 | 0 | FE | 62 | 54 |
| Octal | 300 | 256 | 376 | 30 | 37 | 0 | 0 | 376 | 142 | 124 |
| Binary | 11000000 | 10101110 | 11111110 | 11000 | 11111 | 0 | 0 | 11111110 | 1100010 | 1010100 |
Color Harmonies of #C0AEFE
Complementary color
Monochromatic Colors of #C0AEFE
Black with #C0AEFE
Text Example
Text Example
White with #C0AEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AEFE; }
p { color: rgb(192,174,254); }
H1.HeaderClassName
{
color: #C0AEFE;
}
.AnyTagClassName
{
color: #C0AEFE;
}
</style>
background-color css
<style>
a { background-color: #C0AEFE; }
a { background-color: rgb(192,174,254); }
div.DivClassName
{
background-color: #C0AEFE;
}
.BgClassName
{
background-color: #C0AEFE;
}
</style>
border-color css
<style>
span { border-color: #C0AEFE; }
span { border-color: rgb(192,174,254); }
td.TdClassName
{
border-color: #C0AEFE;
}
.TagClassName
{
border-color: #C0AEFE;
}
</style>