Shades of Melrose #C6ADF3
Tints of Melrose #C6ADF3
RGB
CMYK
RGB Variations
Color information
#C6ADF3 (or 0xC6ADF3) is known color: Melrose. HEX triplet: C6, AD and F3. RGB value is (198,173,243). Sum of RGB (Red+Green+Blue) = 198+173+243=614 (81% of max value = 765). Red value is 198 (77.73% from 255 or 32.25% from 614); Green value is 173 (67.97% from 255 or 28.18% from 614); Blue value is 243 (95.31% from 255 or 39.58% from 614); Max value from RGB is 243 - color contains mainly: blue. Hex color #C6ADF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C6ADF3 is #39520C. Grayscale: #BCBCBC. Windows color (decimal): -3756557 or 15969734. OLE color: 15969734.
HSL color Cylindrical-coordinate representation of color #C6ADF3: hue angle of 261.43º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C6ADF3 is Cyan = 0.19, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 198 | 173 | 243 | - |
| CMYK | 0.19 | 0.29 | 0 | 0.05 |
| HSL | 261.43º | 0.74% | 0.82% | - |
| HSV(B) | 261.43º | 0.29% | 0.95% | - |
| XYZ | 54.41 | 48.36 | 91.26 | - |
| YUV | 188.46 | 158.78 | 134.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 173 | 243 | 0.19 | 0.29 | 0 | 0.05 | 261.43 | 0.74 | 0.82 |
| Hex | C6 | AD | F3 | 13 | 1D | 0 | 5 | 105 | 4A | 52 |
| Octal | 306 | 255 | 363 | 23 | 35 | 0 | 5 | 405 | 112 | 122 |
| Binary | 11000110 | 10101101 | 11110011 | 10011 | 11101 | 0 | 101 | 100000101 | 1001010 | 1010010 |
Color Harmonies of #C6ADF3
Complementary color
Monochromatic Colors of #C6ADF3
Black with #C6ADF3
Text Example
Text Example
White with #C6ADF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6ADF3; }
p { color: rgb(198,173,243); }
H1.HeaderClassName
{
color: #C6ADF3;
}
.AnyTagClassName
{
color: #C6ADF3;
}
</style>
background-color css
<style>
a { background-color: #C6ADF3; }
a { background-color: rgb(198,173,243); }
div.DivClassName
{
background-color: #C6ADF3;
}
.BgClassName
{
background-color: #C6ADF3;
}
</style>
border-color css
<style>
span { border-color: #C6ADF3; }
span { border-color: rgb(198,173,243); }
td.TdClassName
{
border-color: #C6ADF3;
}
.TagClassName
{
border-color: #C6ADF3;
}
</style>