Shades of Melrose #C6ADFC
Tints of Melrose #C6ADFC
RGB
CMYK
RGB Variations
Color information
#C6ADFC (or 0xC6ADFC) is known color: Melrose. HEX triplet: C6, AD and FC. RGB value is (198,173,252). Sum of RGB (Red+Green+Blue) = 198+173+252=623 (82% of max value = 765). Red value is 198 (77.73% from 255 or 31.78% from 623); Green value is 173 (67.97% from 255 or 27.77% from 623); Blue value is 252 (98.83% from 255 or 40.45% from 623); Max value from RGB is 252 - color contains mainly: blue. Hex color #C6ADFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C6ADFC is #395203. Grayscale: #BDBDBD. Windows color (decimal): -3756548 or 16559558. OLE color: 16559558.
HSL color Cylindrical-coordinate representation of color #C6ADFC: hue angle of 258.99º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C6ADFC is Cyan = 0.21, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 198 | 173 | 252 | - |
| CMYK | 0.21 | 0.31 | 0 | 0.01 |
| HSL | 258.99º | 0.93% | 0.83% | - |
| HSV(B) | 258.99º | 0.31% | 0.99% | - |
| XYZ | 55.8 | 48.92 | 98.6 | - |
| YUV | 189.48 | 163.28 | 134.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 173 | 252 | 0.21 | 0.31 | 0 | 0.01 | 258.99 | 0.93 | 0.83 |
| Hex | C6 | AD | FC | 15 | 1F | 0 | 1 | 103 | 5D | 53 |
| Octal | 306 | 255 | 374 | 25 | 37 | 0 | 1 | 403 | 135 | 123 |
| Binary | 11000110 | 10101101 | 11111100 | 10101 | 11111 | 0 | 1 | 100000011 | 1011101 | 1010011 |
Color Harmonies of #C6ADFC
Complementary color
Monochromatic Colors of #C6ADFC
Black with #C6ADFC
Text Example
Text Example
White with #C6ADFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6ADFC; }
p { color: rgb(198,173,252); }
H1.HeaderClassName
{
color: #C6ADFC;
}
.AnyTagClassName
{
color: #C6ADFC;
}
</style>
background-color css
<style>
a { background-color: #C6ADFC; }
a { background-color: rgb(198,173,252); }
div.DivClassName
{
background-color: #C6ADFC;
}
.BgClassName
{
background-color: #C6ADFC;
}
</style>
border-color css
<style>
span { border-color: #C6ADFC; }
span { border-color: rgb(198,173,252); }
td.TdClassName
{
border-color: #C6ADFC;
}
.TagClassName
{
border-color: #C6ADFC;
}
</style>