Shades of Melrose #C7BBDB
Tints of Melrose #C7BBDB
RGB
CMYK
RGB Variations
Color information
#C7BBDB (or 0xC7BBDB) is known color: Melrose. HEX triplet: C7, BB and DB. RGB value is (199,187,219). Sum of RGB (Red+Green+Blue) = 199+187+219=605 (80% of max value = 765). Red value is 199 (78.12% from 255 or 32.89% from 605); Green value is 187 (73.44% from 255 or 30.91% from 605); Blue value is 219 (85.94% from 255 or 36.20% from 605); Max value from RGB is 219 - color contains mainly: blue. Hex color #C7BBDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7BBDB is #384424. Grayscale: #C2C2C2. Windows color (decimal): -3687461 or 14400455. OLE color: 14400455.
HSL color Cylindrical-coordinate representation of color #C7BBDB: hue angle of 262.5º degrees, saturation: 0.31, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C7BBDB is Cyan = 0.09, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 199 | 187 | 219 | - |
| CMYK | 0.09 | 0.15 | 0 | 0.14 |
| HSL | 262.5º | 0.31% | 0.8% | - |
| HSV(B) | 262.5º | 0.15% | 0.86% | - |
| XYZ | 54.11 | 52.8 | 74.36 | - |
| YUV | 194.24 | 141.98 | 131.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 187 | 219 | 0.09 | 0.15 | 0 | 0.14 | 262.5 | 0.31 | 0.8 |
| Hex | C7 | BB | DB | 9 | F | 0 | E | 106 | 1F | 50 |
| Octal | 307 | 273 | 333 | 11 | 17 | 0 | 16 | 406 | 37 | 120 |
| Binary | 11000111 | 10111011 | 11011011 | 1001 | 1111 | 0 | 1110 | 100000110 | 11111 | 1010000 |
Color Harmonies of #C7BBDB
Complementary color
Monochromatic Colors of #C7BBDB
Black with #C7BBDB
Text Example
Text Example
White with #C7BBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BBDB; }
p { color: rgb(199,187,219); }
H1.HeaderClassName
{
color: #C7BBDB;
}
.AnyTagClassName
{
color: #C7BBDB;
}
</style>
background-color css
<style>
a { background-color: #C7BBDB; }
a { background-color: rgb(199,187,219); }
div.DivClassName
{
background-color: #C7BBDB;
}
.BgClassName
{
background-color: #C7BBDB;
}
</style>
border-color css
<style>
span { border-color: #C7BBDB; }
span { border-color: rgb(199,187,219); }
td.TdClassName
{
border-color: #C7BBDB;
}
.TagClassName
{
border-color: #C7BBDB;
}
</style>