Shades of Melrose #C6BED7
Tints of Melrose #C6BED7
RGB
CMYK
RGB Variations
Color information
#C6BED7 (or 0xC6BED7) is known color: Melrose. HEX triplet: C6, BE and D7. RGB value is (198,190,215). Sum of RGB (Red+Green+Blue) = 198+190+215=603 (79% of max value = 765). Red value is 198 (77.73% from 255 or 32.84% from 603); Green value is 190 (74.61% from 255 or 31.51% from 603); Blue value is 215 (84.38% from 255 or 35.66% from 603); Max value from RGB is 215 - color contains mainly: blue. Hex color #C6BED7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6BED7 is #394128. Grayscale: #C3C3C3. Windows color (decimal): -3752233 or 14139078. OLE color: 14139078.
HSL color Cylindrical-coordinate representation of color #C6BED7: hue angle of 259.2º degrees, saturation: 0.24, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C6BED7 is Cyan = 0.08, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 198 | 190 | 215 | - |
| CMYK | 0.08 | 0.12 | 0 | 0.16 |
| HSL | 259.2º | 0.24% | 0.79% | - |
| HSV(B) | 259.2º | 0.12% | 0.84% | - |
| XYZ | 53.97 | 53.74 | 71.82 | - |
| YUV | 195.24 | 139.15 | 129.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 190 | 215 | 0.08 | 0.12 | 0 | 0.16 | 259.2 | 0.24 | 0.79 |
| Hex | C6 | BE | D7 | 8 | C | 0 | 10 | 103 | 18 | 4F |
| Octal | 306 | 276 | 327 | 10 | 14 | 0 | 20 | 403 | 30 | 117 |
| Binary | 11000110 | 10111110 | 11010111 | 1000 | 1100 | 0 | 10000 | 100000011 | 11000 | 1001111 |
Color Harmonies of #C6BED7
Complementary color
Monochromatic Colors of #C6BED7
Black with #C6BED7
Text Example
Text Example
White with #C6BED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BED7; }
p { color: rgb(198,190,215); }
H1.HeaderClassName
{
color: #C6BED7;
}
.AnyTagClassName
{
color: #C6BED7;
}
</style>
background-color css
<style>
a { background-color: #C6BED7; }
a { background-color: rgb(198,190,215); }
div.DivClassName
{
background-color: #C6BED7;
}
.BgClassName
{
background-color: #C6BED7;
}
</style>
border-color css
<style>
span { border-color: #C6BED7; }
span { border-color: rgb(198,190,215); }
td.TdClassName
{
border-color: #C6BED7;
}
.TagClassName
{
border-color: #C6BED7;
}
</style>