Shades of Melrose #C7BCDD
Tints of Melrose #C7BCDD
RGB
CMYK
RGB Variations
Color information
#C7BCDD (or 0xC7BCDD) is known color: Melrose. HEX triplet: C7, BC and DD. RGB value is (199,188,221). Sum of RGB (Red+Green+Blue) = 199+188+221=608 (80% of max value = 765). Red value is 199 (78.12% from 255 or 32.73% from 608); Green value is 188 (73.83% from 255 or 30.92% from 608); Blue value is 221 (86.72% from 255 or 36.35% from 608); Max value from RGB is 221 - color contains mainly: blue. Hex color #C7BCDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7BCDD is #384322. Grayscale: #C2C2C2. Windows color (decimal): -3687203 or 14531783. OLE color: 14531783.
HSL color Cylindrical-coordinate representation of color #C7BCDD: hue angle of 260º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C7BCDD is Cyan = 0.10, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 199 | 188 | 221 | - |
| CMYK | 0.10 | 0.15 | 0 | 0.13 |
| HSL | 260º | 0.33% | 0.8% | - |
| HSV(B) | 260º | 0.15% | 0.87% | - |
| XYZ | 54.59 | 53.33 | 75.82 | - |
| YUV | 195.05 | 142.64 | 130.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 188 | 221 | 0.10 | 0.15 | 0 | 0.13 | 260 | 0.33 | 0.8 |
| Hex | C7 | BC | DD | A | F | 0 | D | 104 | 21 | 50 |
| Octal | 307 | 274 | 335 | 12 | 17 | 0 | 15 | 404 | 41 | 120 |
| Binary | 11000111 | 10111100 | 11011101 | 1010 | 1111 | 0 | 1101 | 100000100 | 100001 | 1010000 |
Color Harmonies of #C7BCDD
Complementary color
Monochromatic Colors of #C7BCDD
Black with #C7BCDD
Text Example
Text Example
White with #C7BCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BCDD; }
p { color: rgb(199,188,221); }
H1.HeaderClassName
{
color: #C7BCDD;
}
.AnyTagClassName
{
color: #C7BCDD;
}
</style>
background-color css
<style>
a { background-color: #C7BCDD; }
a { background-color: rgb(199,188,221); }
div.DivClassName
{
background-color: #C7BCDD;
}
.BgClassName
{
background-color: #C7BCDD;
}
</style>
border-color css
<style>
span { border-color: #C7BCDD; }
span { border-color: rgb(199,188,221); }
td.TdClassName
{
border-color: #C7BCDD;
}
.TagClassName
{
border-color: #C7BCDD;
}
</style>