Shades of Melrose #C6BFD8
Tints of Melrose #C6BFD8
RGB
CMYK
RGB Variations
Color information
#C6BFD8 (or 0xC6BFD8) is known color: Melrose. HEX triplet: C6, BF and D8. RGB value is (198,191,216). Sum of RGB (Red+Green+Blue) = 198+191+216=605 (80% of max value = 765). Red value is 198 (77.73% from 255 or 32.73% from 605); Green value is 191 (75% from 255 or 31.57% from 605); Blue value is 216 (84.77% from 255 or 35.70% from 605); Max value from RGB is 216 - color contains mainly: blue. Hex color #C6BFD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6BFD8 is #394027. Grayscale: #C3C3C3. Windows color (decimal): -3751976 or 14204870. OLE color: 14204870.
HSL color Cylindrical-coordinate representation of color #C6BFD8: hue angle of 256.8º degrees, saturation: 0.24, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C6BFD8 is Cyan = 0.08, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 198 | 191 | 216 | - |
| CMYK | 0.08 | 0.12 | 0 | 0.15 |
| HSL | 256.8º | 0.24% | 0.8% | - |
| HSV(B) | 256.8º | 0.12% | 0.85% | - |
| XYZ | 54.31 | 54.23 | 72.57 | - |
| YUV | 195.94 | 139.32 | 129.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 191 | 216 | 0.08 | 0.12 | 0 | 0.15 | 256.8 | 0.24 | 0.8 |
| Hex | C6 | BF | D8 | 8 | C | 0 | F | 101 | 18 | 50 |
| Octal | 306 | 277 | 330 | 10 | 14 | 0 | 17 | 401 | 30 | 120 |
| Binary | 11000110 | 10111111 | 11011000 | 1000 | 1100 | 0 | 1111 | 100000001 | 11000 | 1010000 |
Color Harmonies of #C6BFD8
Complementary color
Monochromatic Colors of #C6BFD8
Black with #C6BFD8
Text Example
Text Example
White with #C6BFD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BFD8; }
p { color: rgb(198,191,216); }
H1.HeaderClassName
{
color: #C6BFD8;
}
.AnyTagClassName
{
color: #C6BFD8;
}
</style>
background-color css
<style>
a { background-color: #C6BFD8; }
a { background-color: rgb(198,191,216); }
div.DivClassName
{
background-color: #C6BFD8;
}
.BgClassName
{
background-color: #C6BFD8;
}
</style>
border-color css
<style>
span { border-color: #C6BFD8; }
span { border-color: rgb(198,191,216); }
td.TdClassName
{
border-color: #C6BFD8;
}
.TagClassName
{
border-color: #C6BFD8;
}
</style>