Shades of Melrose #C6BFD3
Tints of Melrose #C6BFD3
RGB
CMYK
RGB Variations
Color information
#C6BFD3 (or 0xC6BFD3) is known color: Melrose. HEX triplet: C6, BF and D3. RGB value is (198,191,211). Sum of RGB (Red+Green+Blue) = 198+191+211=600 (79% of max value = 765). Red value is 198 (77.73% from 255 or 33% from 600); Green value is 191 (75% from 255 or 31.83% from 600); Blue value is 211 (82.81% from 255 or 35.17% from 600); Max value from RGB is 211 - color contains mainly: blue. Hex color #C6BFD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6BFD3 is #39402C. Grayscale: #C3C3C3. Windows color (decimal): -3751981 or 13877190. OLE color: 13877190.
HSL color Cylindrical-coordinate representation of color #C6BFD3: hue angle of 261º degrees, saturation: 0.19, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C6BFD3 is Cyan = 0.06, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 198 | 191 | 211 | - |
| CMYK | 0.06 | 0.09 | 0 | 0.17 |
| HSL | 261º | 0.19% | 0.79% | - |
| HSV(B) | 261º | 0.09% | 0.83% | - |
| XYZ | 53.68 | 53.97 | 69.22 | - |
| YUV | 195.37 | 136.82 | 129.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 191 | 211 | 0.06 | 0.09 | 0 | 0.17 | 261 | 0.19 | 0.79 |
| Hex | C6 | BF | D3 | 6 | 9 | 0 | 11 | 105 | 13 | 4F |
| Octal | 306 | 277 | 323 | 6 | 11 | 0 | 21 | 405 | 23 | 117 |
| Binary | 11000110 | 10111111 | 11010011 | 110 | 1001 | 0 | 10001 | 100000101 | 10011 | 1001111 |
Color Harmonies of #C6BFD3
Complementary color
Monochromatic Colors of #C6BFD3
Black with #C6BFD3
Text Example
Text Example
White with #C6BFD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BFD3; }
p { color: rgb(198,191,211); }
H1.HeaderClassName
{
color: #C6BFD3;
}
.AnyTagClassName
{
color: #C6BFD3;
}
</style>
background-color css
<style>
a { background-color: #C6BFD3; }
a { background-color: rgb(198,191,211); }
div.DivClassName
{
background-color: #C6BFD3;
}
.BgClassName
{
background-color: #C6BFD3;
}
</style>
border-color css
<style>
span { border-color: #C6BFD3; }
span { border-color: rgb(198,191,211); }
td.TdClassName
{
border-color: #C6BFD3;
}
.TagClassName
{
border-color: #C6BFD3;
}
</style>