Shades of Melrose #C6ADF2
Tints of Melrose #C6ADF2
RGB
CMYK
RGB Variations
Color information
#C6ADF2 (or 0xC6ADF2) is known color: Melrose. HEX triplet: C6, AD and F2. RGB value is (198,173,242). Sum of RGB (Red+Green+Blue) = 198+173+242=613 (81% of max value = 765). Red value is 198 (77.73% from 255 or 32.30% from 613); Green value is 173 (67.97% from 255 or 28.22% from 613); Blue value is 242 (94.92% from 255 or 39.48% from 613); Max value from RGB is 242 - color contains mainly: blue. Hex color #C6ADF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C6ADF2 is #39520D. Grayscale: #BCBCBC. Windows color (decimal): -3756558 or 15904198. OLE color: 15904198.
HSL color Cylindrical-coordinate representation of color #C6ADF2: hue angle of 261.74º 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 #C6ADF2 is Cyan = 0.18, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 198 | 173 | 242 | - |
| CMYK | 0.18 | 0.29 | 0 | 0.05 |
| HSL | 261.74º | 0.73% | 0.81% | - |
| HSV(B) | 261.74º | 0.29% | 0.95% | - |
| XYZ | 54.26 | 48.3 | 90.47 | - |
| YUV | 188.34 | 158.28 | 134.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 173 | 242 | 0.18 | 0.29 | 0 | 0.05 | 261.74 | 0.73 | 0.81 |
| Hex | C6 | AD | F2 | 12 | 1D | 0 | 5 | 106 | 49 | 51 |
| Octal | 306 | 255 | 362 | 22 | 35 | 0 | 5 | 406 | 111 | 121 |
| Binary | 11000110 | 10101101 | 11110010 | 10010 | 11101 | 0 | 101 | 100000110 | 1001001 | 1010001 |
Color Harmonies of #C6ADF2
Complementary color
Monochromatic Colors of #C6ADF2
Black with #C6ADF2
Text Example
Text Example
White with #C6ADF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6ADF2; }
p { color: rgb(198,173,242); }
H1.HeaderClassName
{
color: #C6ADF2;
}
.AnyTagClassName
{
color: #C6ADF2;
}
</style>
background-color css
<style>
a { background-color: #C6ADF2; }
a { background-color: rgb(198,173,242); }
div.DivClassName
{
background-color: #C6ADF2;
}
.BgClassName
{
background-color: #C6ADF2;
}
</style>
border-color css
<style>
span { border-color: #C6ADF2; }
span { border-color: rgb(198,173,242); }
td.TdClassName
{
border-color: #C6ADF2;
}
.TagClassName
{
border-color: #C6ADF2;
}
</style>