Shades of Melrose #C5ADF1
Tints of Melrose #C5ADF1
RGB
CMYK
RGB Variations
Color information
#C5ADF1 (or 0xC5ADF1) is known color: Melrose. HEX triplet: C5, AD and F1. RGB value is (197,173,241). Sum of RGB (Red+Green+Blue) = 197+173+241=611 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.24% from 611); Green value is 173 (67.97% from 255 or 28.31% from 611); Blue value is 241 (94.53% from 255 or 39.44% from 611); Max value from RGB is 241 - color contains mainly: blue. Hex color #C5ADF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C5ADF1 is #3A520E. Grayscale: #BBBBBB. Windows color (decimal): -3822095 or 15838661. OLE color: 15838661.
HSL color Cylindrical-coordinate representation of color #C5ADF1: hue angle of 261.18º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C5ADF1 is Cyan = 0.18, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 197 | 173 | 241 | - |
| CMYK | 0.18 | 0.28 | 0 | 0.05 |
| HSL | 261.18º | 0.71% | 0.81% | - |
| HSV(B) | 261.18º | 0.28% | 0.95% | - |
| XYZ | 53.85 | 48.11 | 89.67 | - |
| YUV | 187.93 | 157.95 | 134.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 173 | 241 | 0.18 | 0.28 | 0 | 0.05 | 261.18 | 0.71 | 0.81 |
| Hex | C5 | AD | F1 | 12 | 1C | 0 | 5 | 105 | 47 | 51 |
| Octal | 305 | 255 | 361 | 22 | 34 | 0 | 5 | 405 | 107 | 121 |
| Binary | 11000101 | 10101101 | 11110001 | 10010 | 11100 | 0 | 101 | 100000101 | 1000111 | 1010001 |
Color Harmonies of #C5ADF1
Complementary color
Monochromatic Colors of #C5ADF1
Black with #C5ADF1
Text Example
Text Example
White with #C5ADF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5ADF1; }
p { color: rgb(197,173,241); }
H1.HeaderClassName
{
color: #C5ADF1;
}
.AnyTagClassName
{
color: #C5ADF1;
}
</style>
background-color css
<style>
a { background-color: #C5ADF1; }
a { background-color: rgb(197,173,241); }
div.DivClassName
{
background-color: #C5ADF1;
}
.BgClassName
{
background-color: #C5ADF1;
}
</style>
border-color css
<style>
span { border-color: #C5ADF1; }
span { border-color: rgb(197,173,241); }
td.TdClassName
{
border-color: #C5ADF1;
}
.TagClassName
{
border-color: #C5ADF1;
}
</style>