Shades of Melrose #C0ACFE
Tints of Melrose #C0ACFE
RGB
CMYK
RGB Variations
Color information
#C0ACFE (or 0xC0ACFE) is known color: Melrose. HEX triplet: C0, AC and FE. RGB value is (192,172,254). Sum of RGB (Red+Green+Blue) = 192+172+254=618 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.07% from 618); Green value is 172 (67.58% from 255 or 27.83% from 618); Blue value is 254 (99.61% from 255 or 41.10% from 618); Max value from RGB is 254 - color contains mainly: blue. Hex color #C0ACFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C0ACFE is #3F5301. Grayscale: #BBBBBB. Windows color (decimal): -4150018 or 16690368. OLE color: 16690368.
HSL color Cylindrical-coordinate representation of color #C0ACFE: hue angle of 254.63º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C0ACFE is Cyan = 0.24, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 192 | 172 | 254 | - |
| CMYK | 0.24 | 0.32 | 0 | 0.00 |
| HSL | 254.63º | 0.98% | 0.84% | - |
| HSV(B) | 254.63º | 0.32% | 1% | - |
| XYZ | 54.38 | 47.87 | 100.14 | - |
| YUV | 187.33 | 165.63 | 131.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 172 | 254 | 0.24 | 0.32 | 0 | 0.00 | 254.63 | 0.98 | 0.84 |
| Hex | C0 | AC | FE | 18 | 20 | 0 | 0 | FF | 62 | 54 |
| Octal | 300 | 254 | 376 | 30 | 40 | 0 | 0 | 377 | 142 | 124 |
| Binary | 11000000 | 10101100 | 11111110 | 11000 | 100000 | 0 | 0 | 11111111 | 1100010 | 1010100 |
Color Harmonies of #C0ACFE
Complementary color
Monochromatic Colors of #C0ACFE
Black with #C0ACFE
Text Example
Text Example
White with #C0ACFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0ACFE; }
p { color: rgb(192,172,254); }
H1.HeaderClassName
{
color: #C0ACFE;
}
.AnyTagClassName
{
color: #C0ACFE;
}
</style>
background-color css
<style>
a { background-color: #C0ACFE; }
a { background-color: rgb(192,172,254); }
div.DivClassName
{
background-color: #C0ACFE;
}
.BgClassName
{
background-color: #C0ACFE;
}
</style>
border-color css
<style>
span { border-color: #C0ACFE; }
span { border-color: rgb(192,172,254); }
td.TdClassName
{
border-color: #C0ACFE;
}
.TagClassName
{
border-color: #C0ACFE;
}
</style>