Shades of Melrose #C0ADFC
Tints of Melrose #C0ADFC
RGB
CMYK
RGB Variations
Color information
#C0ADFC (or 0xC0ADFC) is known color: Melrose. HEX triplet: C0, AD and FC. RGB value is (192,173,252). Sum of RGB (Red+Green+Blue) = 192+173+252=617 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.12% from 617); Green value is 173 (67.97% from 255 or 28.04% from 617); Blue value is 252 (98.83% from 255 or 40.84% from 617); Max value from RGB is 252 - color contains mainly: blue. Hex color #C0ADFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C0ADFC is #3F5203. Grayscale: #BBBBBB. Windows color (decimal): -4149764 or 16559552. OLE color: 16559552.
HSL color Cylindrical-coordinate representation of color #C0ADFC: hue angle of 254.43º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C0ADFC is Cyan = 0.24, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 192 | 173 | 252 | - |
| CMYK | 0.24 | 0.31 | 0 | 0.01 |
| HSL | 254.43º | 0.93% | 0.83% | - |
| HSV(B) | 254.43º | 0.31% | 0.99% | - |
| XYZ | 54.25 | 48.12 | 98.52 | - |
| YUV | 187.69 | 164.29 | 131.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 173 | 252 | 0.24 | 0.31 | 0 | 0.01 | 254.43 | 0.93 | 0.83 |
| Hex | C0 | AD | FC | 18 | 1F | 0 | 1 | FE | 5D | 53 |
| Octal | 300 | 255 | 374 | 30 | 37 | 0 | 1 | 376 | 135 | 123 |
| Binary | 11000000 | 10101101 | 11111100 | 11000 | 11111 | 0 | 1 | 11111110 | 1011101 | 1010011 |
Color Harmonies of #C0ADFC
Complementary color
Monochromatic Colors of #C0ADFC
Black with #C0ADFC
Text Example
Text Example
White with #C0ADFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0ADFC; }
p { color: rgb(192,173,252); }
H1.HeaderClassName
{
color: #C0ADFC;
}
.AnyTagClassName
{
color: #C0ADFC;
}
</style>
background-color css
<style>
a { background-color: #C0ADFC; }
a { background-color: rgb(192,173,252); }
div.DivClassName
{
background-color: #C0ADFC;
}
.BgClassName
{
background-color: #C0ADFC;
}
</style>
border-color css
<style>
span { border-color: #C0ADFC; }
span { border-color: rgb(192,173,252); }
td.TdClassName
{
border-color: #C0ADFC;
}
.TagClassName
{
border-color: #C0ADFC;
}
</style>