Shades of Melrose #C6BED8
Tints of Melrose #C6BED8
RGB
CMYK
RGB Variations
Color information
#C6BED8 (or 0xC6BED8) is known color: Melrose. HEX triplet: C6, BE and D8. RGB value is (198,190,216). Sum of RGB (Red+Green+Blue) = 198+190+216=604 (80% of max value = 765). Red value is 198 (77.73% from 255 or 32.78% from 604); Green value is 190 (74.61% from 255 or 31.46% from 604); Blue value is 216 (84.77% from 255 or 35.76% from 604); Max value from RGB is 216 - color contains mainly: blue. Hex color #C6BED8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6BED8 is #394127. Grayscale: #C3C3C3. Windows color (decimal): -3752232 or 14204614. OLE color: 14204614.
HSL color Cylindrical-coordinate representation of color #C6BED8: hue angle of 258.46º degrees, saturation: 0.25, 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 #C6BED8 is Cyan = 0.08, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 198 | 190 | 216 | - |
| CMYK | 0.08 | 0.12 | 0 | 0.15 |
| HSL | 258.46º | 0.25% | 0.8% | - |
| HSV(B) | 258.46º | 0.12% | 0.85% | - |
| XYZ | 54.1 | 53.79 | 72.5 | - |
| YUV | 195.36 | 139.65 | 129.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 190 | 216 | 0.08 | 0.12 | 0 | 0.15 | 258.46 | 0.25 | 0.8 |
| Hex | C6 | BE | D8 | 8 | C | 0 | F | 102 | 19 | 50 |
| Octal | 306 | 276 | 330 | 10 | 14 | 0 | 17 | 402 | 31 | 120 |
| Binary | 11000110 | 10111110 | 11011000 | 1000 | 1100 | 0 | 1111 | 100000010 | 11001 | 1010000 |
Color Harmonies of #C6BED8
Complementary color
Monochromatic Colors of #C6BED8
Black with #C6BED8
Text Example
Text Example
White with #C6BED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BED8; }
p { color: rgb(198,190,216); }
H1.HeaderClassName
{
color: #C6BED8;
}
.AnyTagClassName
{
color: #C6BED8;
}
</style>
background-color css
<style>
a { background-color: #C6BED8; }
a { background-color: rgb(198,190,216); }
div.DivClassName
{
background-color: #C6BED8;
}
.BgClassName
{
background-color: #C6BED8;
}
</style>
border-color css
<style>
span { border-color: #C6BED8; }
span { border-color: rgb(198,190,216); }
td.TdClassName
{
border-color: #C6BED8;
}
.TagClassName
{
border-color: #C6BED8;
}
</style>