Shades of Melrose #C6BED9
Tints of Melrose #C6BED9
RGB
CMYK
RGB Variations
Color information
#C6BED9 (or 0xC6BED9) is known color: Melrose. HEX triplet: C6, BE and D9. RGB value is (198,190,217). Sum of RGB (Red+Green+Blue) = 198+190+217=605 (80% of max value = 765). Red value is 198 (77.73% from 255 or 32.73% from 605); Green value is 190 (74.61% from 255 or 31.40% from 605); Blue value is 217 (85.16% from 255 or 35.87% from 605); Max value from RGB is 217 - color contains mainly: blue. Hex color #C6BED9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6BED9 is #394126. Grayscale: #C3C3C3. Windows color (decimal): -3752231 or 14270150. OLE color: 14270150.
HSL color Cylindrical-coordinate representation of color #C6BED9: hue angle of 257.78º degrees, saturation: 0.26, 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 #C6BED9 is Cyan = 0.09, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 198 | 190 | 217 | - |
| CMYK | 0.09 | 0.12 | 0 | 0.15 |
| HSL | 257.78º | 0.26% | 0.8% | - |
| HSV(B) | 257.78º | 0.12% | 0.85% | - |
| XYZ | 54.23 | 53.84 | 73.18 | - |
| YUV | 195.47 | 140.15 | 129.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 190 | 217 | 0.09 | 0.12 | 0 | 0.15 | 257.78 | 0.26 | 0.8 |
| Hex | C6 | BE | D9 | 9 | C | 0 | F | 102 | 1A | 50 |
| Octal | 306 | 276 | 331 | 11 | 14 | 0 | 17 | 402 | 32 | 120 |
| Binary | 11000110 | 10111110 | 11011001 | 1001 | 1100 | 0 | 1111 | 100000010 | 11010 | 1010000 |
Color Harmonies of #C6BED9
Complementary color
Monochromatic Colors of #C6BED9
Black with #C6BED9
Text Example
Text Example
White with #C6BED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BED9; }
p { color: rgb(198,190,217); }
H1.HeaderClassName
{
color: #C6BED9;
}
.AnyTagClassName
{
color: #C6BED9;
}
</style>
background-color css
<style>
a { background-color: #C6BED9; }
a { background-color: rgb(198,190,217); }
div.DivClassName
{
background-color: #C6BED9;
}
.BgClassName
{
background-color: #C6BED9;
}
</style>
border-color css
<style>
span { border-color: #C6BED9; }
span { border-color: rgb(198,190,217); }
td.TdClassName
{
border-color: #C6BED9;
}
.TagClassName
{
border-color: #C6BED9;
}
</style>