Shades of Melrose #C7BADB
Tints of Melrose #C7BADB
RGB
CMYK
RGB Variations
Color information
#C7BADB (or 0xC7BADB) is known color: Melrose. HEX triplet: C7, BA and DB. RGB value is (199,186,219). Sum of RGB (Red+Green+Blue) = 199+186+219=604 (80% of max value = 765). Red value is 199 (78.12% from 255 or 32.95% from 604); Green value is 186 (73.05% from 255 or 30.79% from 604); Blue value is 219 (85.94% from 255 or 36.26% from 604); Max value from RGB is 219 - color contains mainly: blue. Hex color #C7BADB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7BADB is #384524. Grayscale: #C1C1C1. Windows color (decimal): -3687717 or 14400199. OLE color: 14400199.
HSL color Cylindrical-coordinate representation of color #C7BADB: hue angle of 263.64º degrees, saturation: 0.31, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C7BADB is Cyan = 0.09, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 199 | 186 | 219 | - |
| CMYK | 0.09 | 0.15 | 0 | 0.14 |
| HSL | 263.64º | 0.31% | 0.79% | - |
| HSV(B) | 263.64º | 0.15% | 0.86% | - |
| XYZ | 53.9 | 52.37 | 74.29 | - |
| YUV | 193.65 | 142.31 | 131.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 186 | 219 | 0.09 | 0.15 | 0 | 0.14 | 263.64 | 0.31 | 0.79 |
| Hex | C7 | BA | DB | 9 | F | 0 | E | 108 | 1F | 4F |
| Octal | 307 | 272 | 333 | 11 | 17 | 0 | 16 | 410 | 37 | 117 |
| Binary | 11000111 | 10111010 | 11011011 | 1001 | 1111 | 0 | 1110 | 100001000 | 11111 | 1001111 |
Color Harmonies of #C7BADB
Complementary color
Monochromatic Colors of #C7BADB
Black with #C7BADB
Text Example
Text Example
White with #C7BADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BADB; }
p { color: rgb(199,186,219); }
H1.HeaderClassName
{
color: #C7BADB;
}
.AnyTagClassName
{
color: #C7BADB;
}
</style>
background-color css
<style>
a { background-color: #C7BADB; }
a { background-color: rgb(199,186,219); }
div.DivClassName
{
background-color: #C7BADB;
}
.BgClassName
{
background-color: #C7BADB;
}
</style>
border-color css
<style>
span { border-color: #C7BADB; }
span { border-color: rgb(199,186,219); }
td.TdClassName
{
border-color: #C7BADB;
}
.TagClassName
{
border-color: #C7BADB;
}
</style>