Shades of Melrose #C6ADF1
Tints of Melrose #C6ADF1
RGB
CMYK
RGB Variations
Color information
#C6ADF1 (or 0xC6ADF1) is known color: Melrose. HEX triplet: C6, AD and F1. RGB value is (198,173,241). Sum of RGB (Red+Green+Blue) = 198+173+241=612 (81% of max value = 765). Red value is 198 (77.73% from 255 or 32.35% from 612); Green value is 173 (67.97% from 255 or 28.27% from 612); Blue value is 241 (94.53% from 255 or 39.38% from 612); Max value from RGB is 241 - color contains mainly: blue. Hex color #C6ADF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C6ADF1 is #39520E. Grayscale: #BBBBBB. Windows color (decimal): -3756559 or 15838662. OLE color: 15838662.
HSL color Cylindrical-coordinate representation of color #C6ADF1: hue angle of 262.06º 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 #C6ADF1 is Cyan = 0.18, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 198 | 173 | 241 | - |
| CMYK | 0.18 | 0.28 | 0 | 0.05 |
| HSL | 262.06º | 0.71% | 0.81% | - |
| HSV(B) | 262.06º | 0.28% | 0.95% | - |
| XYZ | 54.11 | 48.24 | 89.68 | - |
| YUV | 188.23 | 157.78 | 134.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 173 | 241 | 0.18 | 0.28 | 0 | 0.05 | 262.06 | 0.71 | 0.81 |
| Hex | C6 | AD | F1 | 12 | 1C | 0 | 5 | 106 | 47 | 51 |
| Octal | 306 | 255 | 361 | 22 | 34 | 0 | 5 | 406 | 107 | 121 |
| Binary | 11000110 | 10101101 | 11110001 | 10010 | 11100 | 0 | 101 | 100000110 | 1000111 | 1010001 |
Color Harmonies of #C6ADF1
Complementary color
Monochromatic Colors of #C6ADF1
Black with #C6ADF1
Text Example
Text Example
White with #C6ADF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6ADF1; }
p { color: rgb(198,173,241); }
H1.HeaderClassName
{
color: #C6ADF1;
}
.AnyTagClassName
{
color: #C6ADF1;
}
</style>
background-color css
<style>
a { background-color: #C6ADF1; }
a { background-color: rgb(198,173,241); }
div.DivClassName
{
background-color: #C6ADF1;
}
.BgClassName
{
background-color: #C6ADF1;
}
</style>
border-color css
<style>
span { border-color: #C6ADF1; }
span { border-color: rgb(198,173,241); }
td.TdClassName
{
border-color: #C6ADF1;
}
.TagClassName
{
border-color: #C6ADF1;
}
</style>