Shades of Melrose #C6BFD7
Tints of Melrose #C6BFD7
RGB
CMYK
RGB Variations
Color information
#C6BFD7 (or 0xC6BFD7) is known color: Melrose. HEX triplet: C6, BF and D7. RGB value is (198,191,215). Sum of RGB (Red+Green+Blue) = 198+191+215=604 (80% of max value = 765). Red value is 198 (77.73% from 255 or 32.78% from 604); Green value is 191 (75% from 255 or 31.62% from 604); Blue value is 215 (84.38% from 255 or 35.60% from 604); Max value from RGB is 215 - color contains mainly: blue. Hex color #C6BFD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6BFD7 is #394028. Grayscale: #C3C3C3. Windows color (decimal): -3751977 or 14139334. OLE color: 14139334.
HSL color Cylindrical-coordinate representation of color #C6BFD7: hue angle of 257.5º degrees, saturation: 0.23, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C6BFD7 is Cyan = 0.08, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 198 | 191 | 215 | - |
| CMYK | 0.08 | 0.11 | 0 | 0.16 |
| HSL | 257.5º | 0.23% | 0.8% | - |
| HSV(B) | 257.5º | 0.11% | 0.84% | - |
| XYZ | 54.19 | 54.17 | 71.89 | - |
| YUV | 195.83 | 138.82 | 129.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 191 | 215 | 0.08 | 0.11 | 0 | 0.16 | 257.5 | 0.23 | 0.8 |
| Hex | C6 | BF | D7 | 8 | B | 0 | 10 | 102 | 17 | 50 |
| Octal | 306 | 277 | 327 | 10 | 13 | 0 | 20 | 402 | 27 | 120 |
| Binary | 11000110 | 10111111 | 11010111 | 1000 | 1011 | 0 | 10000 | 100000010 | 10111 | 1010000 |
Color Harmonies of #C6BFD7
Complementary color
Monochromatic Colors of #C6BFD7
Black with #C6BFD7
Text Example
Text Example
White with #C6BFD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BFD7; }
p { color: rgb(198,191,215); }
H1.HeaderClassName
{
color: #C6BFD7;
}
.AnyTagClassName
{
color: #C6BFD7;
}
</style>
background-color css
<style>
a { background-color: #C6BFD7; }
a { background-color: rgb(198,191,215); }
div.DivClassName
{
background-color: #C6BFD7;
}
.BgClassName
{
background-color: #C6BFD7;
}
</style>
border-color css
<style>
span { border-color: #C6BFD7; }
span { border-color: rgb(198,191,215); }
td.TdClassName
{
border-color: #C6BFD7;
}
.TagClassName
{
border-color: #C6BFD7;
}
</style>