Shades of Melrose #C0ADF5
Tints of Melrose #C0ADF5
RGB
CMYK
RGB Variations
Color information
#C0ADF5 (or 0xC0ADF5) is known color: Melrose. HEX triplet: C0, AD and F5. RGB value is (192,173,245). Sum of RGB (Red+Green+Blue) = 192+173+245=610 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.48% from 610); Green value is 173 (67.97% from 255 or 28.36% from 610); Blue value is 245 (96.09% from 255 or 40.16% from 610); Max value from RGB is 245 - color contains mainly: blue. Hex color #C0ADF5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C0ADF5 is #3F520A. Grayscale: #BABABA. Windows color (decimal): -4149771 or 16100800. OLE color: 16100800.
HSL color Cylindrical-coordinate representation of color #C0ADF5: hue angle of 255.83º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C0ADF5 is Cyan = 0.22, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 192 | 173 | 245 | - |
| CMYK | 0.22 | 0.29 | 0 | 0.04 |
| HSL | 255.83º | 0.78% | 0.82% | - |
| HSV(B) | 255.83º | 0.29% | 0.96% | - |
| XYZ | 53.16 | 47.69 | 92.79 | - |
| YUV | 186.89 | 160.79 | 131.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 173 | 245 | 0.22 | 0.29 | 0 | 0.04 | 255.83 | 0.78 | 0.82 |
| Hex | C0 | AD | F5 | 16 | 1D | 0 | 4 | 100 | 4E | 52 |
| Octal | 300 | 255 | 365 | 26 | 35 | 0 | 4 | 400 | 116 | 122 |
| Binary | 11000000 | 10101101 | 11110101 | 10110 | 11101 | 0 | 100 | 100000000 | 1001110 | 1010010 |
Color Harmonies of #C0ADF5
Complementary color
Monochromatic Colors of #C0ADF5
Black with #C0ADF5
Text Example
Text Example
White with #C0ADF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0ADF5; }
p { color: rgb(192,173,245); }
H1.HeaderClassName
{
color: #C0ADF5;
}
.AnyTagClassName
{
color: #C0ADF5;
}
</style>
background-color css
<style>
a { background-color: #C0ADF5; }
a { background-color: rgb(192,173,245); }
div.DivClassName
{
background-color: #C0ADF5;
}
.BgClassName
{
background-color: #C0ADF5;
}
</style>
border-color css
<style>
span { border-color: #C0ADF5; }
span { border-color: rgb(192,173,245); }
td.TdClassName
{
border-color: #C0ADF5;
}
.TagClassName
{
border-color: #C0ADF5;
}
</style>