Shades of Melrose #C7BBDD
Tints of Melrose #C7BBDD
RGB
CMYK
RGB Variations
Color information
#C7BBDD (or 0xC7BBDD) is known color: Melrose. HEX triplet: C7, BB and DD. RGB value is (199,187,221). Sum of RGB (Red+Green+Blue) = 199+187+221=607 (80% of max value = 765). Red value is 199 (78.12% from 255 or 32.78% from 607); Green value is 187 (73.44% from 255 or 30.81% from 607); Blue value is 221 (86.72% from 255 or 36.41% from 607); Max value from RGB is 221 - color contains mainly: blue. Hex color #C7BBDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7BBDD is #384422. Grayscale: #C2C2C2. Windows color (decimal): -3687459 or 14531527. OLE color: 14531527.
HSL color Cylindrical-coordinate representation of color #C7BBDD: hue angle of 261.18º 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 #C7BBDD is Cyan = 0.10, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 199 | 187 | 221 | - |
| CMYK | 0.10 | 0.15 | 0 | 0.13 |
| HSL | 261.18º | 0.33% | 0.8% | - |
| HSV(B) | 261.18º | 0.15% | 0.87% | - |
| XYZ | 54.37 | 52.9 | 75.75 | - |
| YUV | 194.46 | 142.98 | 131.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 187 | 221 | 0.10 | 0.15 | 0 | 0.13 | 261.18 | 0.33 | 0.8 |
| Hex | C7 | BB | DD | A | F | 0 | D | 105 | 21 | 50 |
| Octal | 307 | 273 | 335 | 12 | 17 | 0 | 15 | 405 | 41 | 120 |
| Binary | 11000111 | 10111011 | 11011101 | 1010 | 1111 | 0 | 1101 | 100000101 | 100001 | 1010000 |
Color Harmonies of #C7BBDD
Complementary color
Monochromatic Colors of #C7BBDD
Black with #C7BBDD
Text Example
Text Example
White with #C7BBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BBDD; }
p { color: rgb(199,187,221); }
H1.HeaderClassName
{
color: #C7BBDD;
}
.AnyTagClassName
{
color: #C7BBDD;
}
</style>
background-color css
<style>
a { background-color: #C7BBDD; }
a { background-color: rgb(199,187,221); }
div.DivClassName
{
background-color: #C7BBDD;
}
.BgClassName
{
background-color: #C7BBDD;
}
</style>
border-color css
<style>
span { border-color: #C7BBDD; }
span { border-color: rgb(199,187,221); }
td.TdClassName
{
border-color: #C7BBDD;
}
.TagClassName
{
border-color: #C7BBDD;
}
</style>