Shades of Melrose #C6BFD6
Tints of Melrose #C6BFD6
RGB
CMYK
RGB Variations
Color information
#C6BFD6 (or 0xC6BFD6) is known color: Melrose. HEX triplet: C6, BF and D6. RGB value is (198,191,214). Sum of RGB (Red+Green+Blue) = 198+191+214=603 (79% of max value = 765). Red value is 198 (77.73% from 255 or 32.84% from 603); Green value is 191 (75% from 255 or 31.67% from 603); Blue value is 214 (83.98% from 255 or 35.49% from 603); Max value from RGB is 214 - color contains mainly: blue. Hex color #C6BFD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6BFD6 is #394029. Grayscale: #C3C3C3. Windows color (decimal): -3751978 or 14073798. OLE color: 14073798.
HSL color Cylindrical-coordinate representation of color #C6BFD6: hue angle of 258.26º degrees, saturation: 0.22, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C6BFD6 is Cyan = 0.07, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 198 | 191 | 214 | - |
| CMYK | 0.07 | 0.11 | 0 | 0.16 |
| HSL | 258.26º | 0.22% | 0.79% | - |
| HSV(B) | 258.26º | 0.11% | 0.84% | - |
| XYZ | 54.06 | 54.12 | 71.22 | - |
| YUV | 195.72 | 138.32 | 129.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 191 | 214 | 0.07 | 0.11 | 0 | 0.16 | 258.26 | 0.22 | 0.79 |
| Hex | C6 | BF | D6 | 7 | B | 0 | 10 | 102 | 16 | 4F |
| Octal | 306 | 277 | 326 | 7 | 13 | 0 | 20 | 402 | 26 | 117 |
| Binary | 11000110 | 10111111 | 11010110 | 111 | 1011 | 0 | 10000 | 100000010 | 10110 | 1001111 |
Color Harmonies of #C6BFD6
Complementary color
Monochromatic Colors of #C6BFD6
Black with #C6BFD6
Text Example
Text Example
White with #C6BFD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BFD6; }
p { color: rgb(198,191,214); }
H1.HeaderClassName
{
color: #C6BFD6;
}
.AnyTagClassName
{
color: #C6BFD6;
}
</style>
background-color css
<style>
a { background-color: #C6BFD6; }
a { background-color: rgb(198,191,214); }
div.DivClassName
{
background-color: #C6BFD6;
}
.BgClassName
{
background-color: #C6BFD6;
}
</style>
border-color css
<style>
span { border-color: #C6BFD6; }
span { border-color: rgb(198,191,214); }
td.TdClassName
{
border-color: #C6BFD6;
}
.TagClassName
{
border-color: #C6BFD6;
}
</style>