Shades of Melrose #C5ADF6
Tints of Melrose #C5ADF6
RGB
CMYK
RGB Variations
Color information
#C5ADF6 (or 0xC5ADF6) is known color: Melrose. HEX triplet: C5, AD and F6. RGB value is (197,173,246). Sum of RGB (Red+Green+Blue) = 197+173+246=616 (81% of max value = 765). Red value is 197 (77.34% from 255 or 31.98% from 616); Green value is 173 (67.97% from 255 or 28.08% from 616); Blue value is 246 (96.48% from 255 or 39.94% from 616); Max value from RGB is 246 - color contains mainly: blue. Hex color #C5ADF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C5ADF6 is #3A5209. Grayscale: #BCBCBC. Windows color (decimal): -3822090 or 16166341. OLE color: 16166341.
HSL color Cylindrical-coordinate representation of color #C5ADF6: hue angle of 259.73º degrees, saturation: 0.8, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C5ADF6 is Cyan = 0.20, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 197 | 173 | 246 | - |
| CMYK | 0.20 | 0.30 | 0 | 0.04 |
| HSL | 259.73º | 0.8% | 0.82% | - |
| HSV(B) | 259.73º | 0.3% | 0.96% | - |
| XYZ | 54.6 | 48.41 | 93.66 | - |
| YUV | 188.5 | 160.45 | 134.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 173 | 246 | 0.20 | 0.30 | 0 | 0.04 | 259.73 | 0.8 | 0.82 |
| Hex | C5 | AD | F6 | 14 | 1E | 0 | 4 | 104 | 50 | 52 |
| Octal | 305 | 255 | 366 | 24 | 36 | 0 | 4 | 404 | 120 | 122 |
| Binary | 11000101 | 10101101 | 11110110 | 10100 | 11110 | 0 | 100 | 100000100 | 1010000 | 1010010 |
Color Harmonies of #C5ADF6
Complementary color
Monochromatic Colors of #C5ADF6
Black with #C5ADF6
Text Example
Text Example
White with #C5ADF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5ADF6; }
p { color: rgb(197,173,246); }
H1.HeaderClassName
{
color: #C5ADF6;
}
.AnyTagClassName
{
color: #C5ADF6;
}
</style>
background-color css
<style>
a { background-color: #C5ADF6; }
a { background-color: rgb(197,173,246); }
div.DivClassName
{
background-color: #C5ADF6;
}
.BgClassName
{
background-color: #C5ADF6;
}
</style>
border-color css
<style>
span { border-color: #C5ADF6; }
span { border-color: rgb(197,173,246); }
td.TdClassName
{
border-color: #C5ADF6;
}
.TagClassName
{
border-color: #C5ADF6;
}
</style>