Shades of Melrose #C7BFDB
Tints of Melrose #C7BFDB
RGB
CMYK
RGB Variations
Color information
#C7BFDB (or 0xC7BFDB) is known color: Melrose. HEX triplet: C7, BF and DB. RGB value is (199,191,219). Sum of RGB (Red+Green+Blue) = 199+191+219=609 (80% of max value = 765). Red value is 199 (78.12% from 255 or 32.68% from 609); Green value is 191 (75% from 255 or 31.36% from 609); Blue value is 219 (85.94% from 255 or 35.96% from 609); Max value from RGB is 219 - color contains mainly: blue. Hex color #C7BFDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7BFDB is #384024. Grayscale: #C4C4C4. Windows color (decimal): -3686437 or 14401479. OLE color: 14401479.
HSL color Cylindrical-coordinate representation of color #C7BFDB: hue angle of 257.14º degrees, saturation: 0.28, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C7BFDB is Cyan = 0.09, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 199 | 191 | 219 | - |
| CMYK | 0.09 | 0.13 | 0 | 0.14 |
| HSL | 257.14º | 0.28% | 0.8% | - |
| HSV(B) | 257.14º | 0.13% | 0.86% | - |
| XYZ | 54.97 | 54.52 | 74.64 | - |
| YUV | 196.58 | 140.65 | 129.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 191 | 219 | 0.09 | 0.13 | 0 | 0.14 | 257.14 | 0.28 | 0.8 |
| Hex | C7 | BF | DB | 9 | D | 0 | E | 101 | 1C | 50 |
| Octal | 307 | 277 | 333 | 11 | 15 | 0 | 16 | 401 | 34 | 120 |
| Binary | 11000111 | 10111111 | 11011011 | 1001 | 1101 | 0 | 1110 | 100000001 | 11100 | 1010000 |
Color Harmonies of #C7BFDB
Complementary color
Monochromatic Colors of #C7BFDB
Black with #C7BFDB
Text Example
Text Example
White with #C7BFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BFDB; }
p { color: rgb(199,191,219); }
H1.HeaderClassName
{
color: #C7BFDB;
}
.AnyTagClassName
{
color: #C7BFDB;
}
</style>
background-color css
<style>
a { background-color: #C7BFDB; }
a { background-color: rgb(199,191,219); }
div.DivClassName
{
background-color: #C7BFDB;
}
.BgClassName
{
background-color: #C7BFDB;
}
</style>
border-color css
<style>
span { border-color: #C7BFDB; }
span { border-color: rgb(199,191,219); }
td.TdClassName
{
border-color: #C7BFDB;
}
.TagClassName
{
border-color: #C7BFDB;
}
</style>