Shades of Melrose #C6BCDF
Tints of Melrose #C6BCDF
RGB
CMYK
RGB Variations
Color information
#C6BCDF (or 0xC6BCDF) is known color: Melrose. HEX triplet: C6, BC and DF. RGB value is (198,188,223). Sum of RGB (Red+Green+Blue) = 198+188+223=609 (80% of max value = 765). Red value is 198 (77.73% from 255 or 32.51% from 609); Green value is 188 (73.83% from 255 or 30.87% from 609); Blue value is 223 (87.5% from 255 or 36.62% from 609); Max value from RGB is 223 - color contains mainly: blue. Hex color #C6BCDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6BCDF is #394320. Grayscale: #C2C2C2. Windows color (decimal): -3752737 or 14662854. OLE color: 14662854.
HSL color Cylindrical-coordinate representation of color #C6BCDF: hue angle of 257.14º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C6BCDF is Cyan = 0.11, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 188 | 223 | - |
| CMYK | 0.11 | 0.16 | 0 | 0.13 |
| HSL | 257.14º | 0.35% | 0.81% | - |
| HSV(B) | 257.14º | 0.16% | 0.87% | - |
| XYZ | 54.59 | 53.3 | 77.22 | - |
| YUV | 194.98 | 143.81 | 130.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 188 | 223 | 0.11 | 0.16 | 0 | 0.13 | 257.14 | 0.35 | 0.81 |
| Hex | C6 | BC | DF | B | 10 | 0 | D | 101 | 23 | 51 |
| Octal | 306 | 274 | 337 | 13 | 20 | 0 | 15 | 401 | 43 | 121 |
| Binary | 11000110 | 10111100 | 11011111 | 1011 | 10000 | 0 | 1101 | 100000001 | 100011 | 1010001 |
Color Harmonies of #C6BCDF
Complementary color
Monochromatic Colors of #C6BCDF
Black with #C6BCDF
Text Example
Text Example
White with #C6BCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BCDF; }
p { color: rgb(198,188,223); }
H1.HeaderClassName
{
color: #C6BCDF;
}
.AnyTagClassName
{
color: #C6BCDF;
}
</style>
background-color css
<style>
a { background-color: #C6BCDF; }
a { background-color: rgb(198,188,223); }
div.DivClassName
{
background-color: #C6BCDF;
}
.BgClassName
{
background-color: #C6BCDF;
}
</style>
border-color css
<style>
span { border-color: #C6BCDF; }
span { border-color: rgb(198,188,223); }
td.TdClassName
{
border-color: #C6BCDF;
}
.TagClassName
{
border-color: #C6BCDF;
}
</style>