Shades of Melrose #C6BCDD
Tints of Melrose #C6BCDD
RGB
CMYK
RGB Variations
Color information
#C6BCDD (or 0xC6BCDD) is known color: Melrose. HEX triplet: C6, BC and DD. RGB value is (198,188,221). Sum of RGB (Red+Green+Blue) = 198+188+221=607 (80% of max value = 765). Red value is 198 (77.73% from 255 or 32.62% from 607); Green value is 188 (73.83% from 255 or 30.97% from 607); Blue value is 221 (86.72% from 255 or 36.41% from 607); Max value from RGB is 221 - color contains mainly: blue. Hex color #C6BCDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6BCDD is #394322. Grayscale: #C2C2C2. Windows color (decimal): -3752739 or 14531782. OLE color: 14531782.
HSL color Cylindrical-coordinate representation of color #C6BCDD: hue angle of 258.18º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C6BCDD is Cyan = 0.10, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 188 | 221 | - |
| CMYK | 0.10 | 0.15 | 0 | 0.13 |
| HSL | 258.18º | 0.33% | 0.8% | - |
| HSV(B) | 258.18º | 0.15% | 0.87% | - |
| XYZ | 54.32 | 53.19 | 75.81 | - |
| YUV | 194.75 | 142.81 | 130.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 188 | 221 | 0.10 | 0.15 | 0 | 0.13 | 258.18 | 0.33 | 0.8 |
| Hex | C6 | BC | DD | A | F | 0 | D | 102 | 21 | 50 |
| Octal | 306 | 274 | 335 | 12 | 17 | 0 | 15 | 402 | 41 | 120 |
| Binary | 11000110 | 10111100 | 11011101 | 1010 | 1111 | 0 | 1101 | 100000010 | 100001 | 1010000 |
Color Harmonies of #C6BCDD
Complementary color
Monochromatic Colors of #C6BCDD
Black with #C6BCDD
Text Example
Text Example
White with #C6BCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BCDD; }
p { color: rgb(198,188,221); }
H1.HeaderClassName
{
color: #C6BCDD;
}
.AnyTagClassName
{
color: #C6BCDD;
}
</style>
background-color css
<style>
a { background-color: #C6BCDD; }
a { background-color: rgb(198,188,221); }
div.DivClassName
{
background-color: #C6BCDD;
}
.BgClassName
{
background-color: #C6BCDD;
}
</style>
border-color css
<style>
span { border-color: #C6BCDD; }
span { border-color: rgb(198,188,221); }
td.TdClassName
{
border-color: #C6BCDD;
}
.TagClassName
{
border-color: #C6BCDD;
}
</style>