Shades of Melrose #C6BFDB
Tints of Melrose #C6BFDB
RGB
CMYK
RGB Variations
Color information
#C6BFDB (or 0xC6BFDB) is known color: Melrose. HEX triplet: C6, BF and DB. RGB value is (198,191,219). Sum of RGB (Red+Green+Blue) = 198+191+219=608 (80% of max value = 765). Red value is 198 (77.73% from 255 or 32.57% from 608); Green value is 191 (75% from 255 or 31.41% from 608); Blue value is 219 (85.94% from 255 or 36.02% from 608); Max value from RGB is 219 - color contains mainly: blue. Hex color #C6BFDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6BFDB is #394024. Grayscale: #C4C4C4. Windows color (decimal): -3751973 or 14401478. OLE color: 14401478.
HSL color Cylindrical-coordinate representation of color #C6BFDB: hue angle of 255º degrees, saturation: 0.28, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C6BFDB is Cyan = 0.10, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 198 | 191 | 219 | - |
| CMYK | 0.10 | 0.13 | 0 | 0.14 |
| HSL | 255º | 0.28% | 0.8% | - |
| HSV(B) | 255º | 0.13% | 0.86% | - |
| XYZ | 54.71 | 54.38 | 74.63 | - |
| YUV | 196.29 | 140.82 | 129.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 191 | 219 | 0.10 | 0.13 | 0 | 0.14 | 255 | 0.28 | 0.8 |
| Hex | C6 | BF | DB | A | D | 0 | E | FF | 1C | 50 |
| Octal | 306 | 277 | 333 | 12 | 15 | 0 | 16 | 377 | 34 | 120 |
| Binary | 11000110 | 10111111 | 11011011 | 1010 | 1101 | 0 | 1110 | 11111111 | 11100 | 1010000 |
Color Harmonies of #C6BFDB
Complementary color
Monochromatic Colors of #C6BFDB
Black with #C6BFDB
Text Example
Text Example
White with #C6BFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BFDB; }
p { color: rgb(198,191,219); }
H1.HeaderClassName
{
color: #C6BFDB;
}
.AnyTagClassName
{
color: #C6BFDB;
}
</style>
background-color css
<style>
a { background-color: #C6BFDB; }
a { background-color: rgb(198,191,219); }
div.DivClassName
{
background-color: #C6BFDB;
}
.BgClassName
{
background-color: #C6BFDB;
}
</style>
border-color css
<style>
span { border-color: #C6BFDB; }
span { border-color: rgb(198,191,219); }
td.TdClassName
{
border-color: #C6BFDB;
}
.TagClassName
{
border-color: #C6BFDB;
}
</style>