Shades of Melrose #C6BADF
Tints of Melrose #C6BADF
RGB
CMYK
RGB Variations
Color information
#C6BADF (or 0xC6BADF) is known color: Melrose. HEX triplet: C6, BA and DF. RGB value is (198,186,223). Sum of RGB (Red+Green+Blue) = 198+186+223=607 (80% of max value = 765). Red value is 198 (77.73% from 255 or 32.62% from 607); Green value is 186 (73.05% from 255 or 30.64% from 607); Blue value is 223 (87.5% from 255 or 36.74% from 607); Max value from RGB is 223 - color contains mainly: blue. Hex color #C6BADF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6BADF is #394520. Grayscale: #C1C1C1. Windows color (decimal): -3753249 or 14662342. OLE color: 14662342.
HSL color Cylindrical-coordinate representation of color #C6BADF: hue angle of 259.46º degrees, saturation: 0.37, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C6BADF is Cyan = 0.11, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 186 | 223 | - |
| CMYK | 0.11 | 0.17 | 0 | 0.13 |
| HSL | 259.46º | 0.37% | 0.8% | - |
| HSV(B) | 259.46º | 0.17% | 0.87% | - |
| XYZ | 54.17 | 52.45 | 77.08 | - |
| YUV | 193.81 | 144.48 | 130.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 186 | 223 | 0.11 | 0.17 | 0 | 0.13 | 259.46 | 0.37 | 0.8 |
| Hex | C6 | BA | DF | B | 11 | 0 | D | 103 | 25 | 50 |
| Octal | 306 | 272 | 337 | 13 | 21 | 0 | 15 | 403 | 45 | 120 |
| Binary | 11000110 | 10111010 | 11011111 | 1011 | 10001 | 0 | 1101 | 100000011 | 100101 | 1010000 |
Color Harmonies of #C6BADF
Complementary color
Monochromatic Colors of #C6BADF
Black with #C6BADF
Text Example
Text Example
White with #C6BADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BADF; }
p { color: rgb(198,186,223); }
H1.HeaderClassName
{
color: #C6BADF;
}
.AnyTagClassName
{
color: #C6BADF;
}
</style>
background-color css
<style>
a { background-color: #C6BADF; }
a { background-color: rgb(198,186,223); }
div.DivClassName
{
background-color: #C6BADF;
}
.BgClassName
{
background-color: #C6BADF;
}
</style>
border-color css
<style>
span { border-color: #C6BADF; }
span { border-color: rgb(198,186,223); }
td.TdClassName
{
border-color: #C6BADF;
}
.TagClassName
{
border-color: #C6BADF;
}
</style>