Shades of Melrose #C6BED6
Tints of Melrose #C6BED6
RGB
CMYK
RGB Variations
Color information
#C6BED6 (or 0xC6BED6) is known color: Melrose. HEX triplet: C6, BE and D6. RGB value is (198,190,214). Sum of RGB (Red+Green+Blue) = 198+190+214=602 (79% of max value = 765). Red value is 198 (77.73% from 255 or 32.89% from 602); Green value is 190 (74.61% from 255 or 31.56% from 602); Blue value is 214 (83.98% from 255 or 35.55% from 602); Max value from RGB is 214 - color contains mainly: blue. Hex color #C6BED6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6BED6 is #394129. Grayscale: #C3C3C3. Windows color (decimal): -3752234 or 14073542. OLE color: 14073542.
HSL color Cylindrical-coordinate representation of color #C6BED6: hue angle of 260º degrees, saturation: 0.23, 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 #C6BED6 is Cyan = 0.07, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 198 | 190 | 214 | - |
| CMYK | 0.07 | 0.11 | 0 | 0.16 |
| HSL | 260º | 0.23% | 0.79% | - |
| HSV(B) | 260º | 0.11% | 0.84% | - |
| XYZ | 53.84 | 53.69 | 71.14 | - |
| YUV | 195.13 | 138.65 | 130.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 190 | 214 | 0.07 | 0.11 | 0 | 0.16 | 260 | 0.23 | 0.79 |
| Hex | C6 | BE | D6 | 7 | B | 0 | 10 | 104 | 17 | 4F |
| Octal | 306 | 276 | 326 | 7 | 13 | 0 | 20 | 404 | 27 | 117 |
| Binary | 11000110 | 10111110 | 11010110 | 111 | 1011 | 0 | 10000 | 100000100 | 10111 | 1001111 |
Color Harmonies of #C6BED6
Complementary color
Monochromatic Colors of #C6BED6
Black with #C6BED6
Text Example
Text Example
White with #C6BED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BED6; }
p { color: rgb(198,190,214); }
H1.HeaderClassName
{
color: #C6BED6;
}
.AnyTagClassName
{
color: #C6BED6;
}
</style>
background-color css
<style>
a { background-color: #C6BED6; }
a { background-color: rgb(198,190,214); }
div.DivClassName
{
background-color: #C6BED6;
}
.BgClassName
{
background-color: #C6BED6;
}
</style>
border-color css
<style>
span { border-color: #C6BED6; }
span { border-color: rgb(198,190,214); }
td.TdClassName
{
border-color: #C6BED6;
}
.TagClassName
{
border-color: #C6BED6;
}
</style>