Shades of Melrose #C6ADF4
Tints of Melrose #C6ADF4
RGB
CMYK
RGB Variations
Color information
#C6ADF4 (or 0xC6ADF4) is known color: Melrose. HEX triplet: C6, AD and F4. RGB value is (198,173,244). Sum of RGB (Red+Green+Blue) = 198+173+244=615 (81% of max value = 765). Red value is 198 (77.73% from 255 or 32.20% from 615); Green value is 173 (67.97% from 255 or 28.13% from 615); Blue value is 244 (95.70% from 255 or 39.67% from 615); Max value from RGB is 244 - color contains mainly: blue. Hex color #C6ADF4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C6ADF4 is #39520B. Grayscale: #BCBCBC. Windows color (decimal): -3756556 or 16035270. OLE color: 16035270.
HSL color Cylindrical-coordinate representation of color #C6ADF4: hue angle of 261.13º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C6ADF4 is Cyan = 0.19, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 198 | 173 | 244 | - |
| CMYK | 0.19 | 0.29 | 0 | 0.04 |
| HSL | 261.13º | 0.76% | 0.82% | - |
| HSV(B) | 261.13º | 0.29% | 0.96% | - |
| XYZ | 54.56 | 48.42 | 92.06 | - |
| YUV | 188.57 | 159.28 | 134.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 173 | 244 | 0.19 | 0.29 | 0 | 0.04 | 261.13 | 0.76 | 0.82 |
| Hex | C6 | AD | F4 | 13 | 1D | 0 | 4 | 105 | 4C | 52 |
| Octal | 306 | 255 | 364 | 23 | 35 | 0 | 4 | 405 | 114 | 122 |
| Binary | 11000110 | 10101101 | 11110100 | 10011 | 11101 | 0 | 100 | 100000101 | 1001100 | 1010010 |
Color Harmonies of #C6ADF4
Complementary color
Monochromatic Colors of #C6ADF4
Black with #C6ADF4
Text Example
Text Example
White with #C6ADF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6ADF4; }
p { color: rgb(198,173,244); }
H1.HeaderClassName
{
color: #C6ADF4;
}
.AnyTagClassName
{
color: #C6ADF4;
}
</style>
background-color css
<style>
a { background-color: #C6ADF4; }
a { background-color: rgb(198,173,244); }
div.DivClassName
{
background-color: #C6ADF4;
}
.BgClassName
{
background-color: #C6ADF4;
}
</style>
border-color css
<style>
span { border-color: #C6ADF4; }
span { border-color: rgb(198,173,244); }
td.TdClassName
{
border-color: #C6ADF4;
}
.TagClassName
{
border-color: #C6ADF4;
}
</style>