Shades of Melrose #C5ADF2
Tints of Melrose #C5ADF2
RGB
CMYK
RGB Variations
Color information
#C5ADF2 (or 0xC5ADF2) is known color: Melrose. HEX triplet: C5, AD and F2. RGB value is (197,173,242). Sum of RGB (Red+Green+Blue) = 197+173+242=612 (81% of max value = 765). Red value is 197 (77.34% from 255 or 32.19% from 612); Green value is 173 (67.97% from 255 or 28.27% from 612); Blue value is 242 (94.92% from 255 or 39.54% from 612); Max value from RGB is 242 - color contains mainly: blue. Hex color #C5ADF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C5ADF2 is #3A520D. Grayscale: #BBBBBB. Windows color (decimal): -3822094 or 15904197. OLE color: 15904197.
HSL color Cylindrical-coordinate representation of color #C5ADF2: hue angle of 260.87º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C5ADF2 is Cyan = 0.19, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 197 | 173 | 242 | - |
| CMYK | 0.19 | 0.29 | 0 | 0.05 |
| HSL | 260.87º | 0.73% | 0.81% | - |
| HSV(B) | 260.87º | 0.29% | 0.95% | - |
| XYZ | 54 | 48.17 | 90.46 | - |
| YUV | 188.04 | 158.45 | 134.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 173 | 242 | 0.19 | 0.29 | 0 | 0.05 | 260.87 | 0.73 | 0.81 |
| Hex | C5 | AD | F2 | 13 | 1D | 0 | 5 | 105 | 49 | 51 |
| Octal | 305 | 255 | 362 | 23 | 35 | 0 | 5 | 405 | 111 | 121 |
| Binary | 11000101 | 10101101 | 11110010 | 10011 | 11101 | 0 | 101 | 100000101 | 1001001 | 1010001 |
Color Harmonies of #C5ADF2
Complementary color
Monochromatic Colors of #C5ADF2
Black with #C5ADF2
Text Example
Text Example
White with #C5ADF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5ADF2; }
p { color: rgb(197,173,242); }
H1.HeaderClassName
{
color: #C5ADF2;
}
.AnyTagClassName
{
color: #C5ADF2;
}
</style>
background-color css
<style>
a { background-color: #C5ADF2; }
a { background-color: rgb(197,173,242); }
div.DivClassName
{
background-color: #C5ADF2;
}
.BgClassName
{
background-color: #C5ADF2;
}
</style>
border-color css
<style>
span { border-color: #C5ADF2; }
span { border-color: rgb(197,173,242); }
td.TdClassName
{
border-color: #C5ADF2;
}
.TagClassName
{
border-color: #C5ADF2;
}
</style>