Shades of Melrose #C5BFDB
Tints of Melrose #C5BFDB
RGB
CMYK
RGB Variations
Color information
#C5BFDB (or 0xC5BFDB) is known color: Melrose. HEX triplet: C5, BF and DB. RGB value is (197,191,219). Sum of RGB (Red+Green+Blue) = 197+191+219=607 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.45% from 607); Green value is 191 (75% from 255 or 31.47% from 607); Blue value is 219 (85.94% from 255 or 36.08% from 607); Max value from RGB is 219 - color contains mainly: blue. Hex color #C5BFDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5BFDB is #3A4024. Grayscale: #C3C3C3. Windows color (decimal): -3817509 or 14401477. OLE color: 14401477.
HSL color Cylindrical-coordinate representation of color #C5BFDB: hue angle of 252.86º 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 #C5BFDB is Cyan = 0.10, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 197 | 191 | 219 | - |
| CMYK | 0.10 | 0.13 | 0 | 0.14 |
| HSL | 252.86º | 0.28% | 0.8% | - |
| HSV(B) | 252.86º | 0.13% | 0.86% | - |
| XYZ | 54.44 | 54.25 | 74.62 | - |
| YUV | 195.99 | 140.99 | 128.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 191 | 219 | 0.10 | 0.13 | 0 | 0.14 | 252.86 | 0.28 | 0.8 |
| Hex | C5 | BF | DB | A | D | 0 | E | FD | 1C | 50 |
| Octal | 305 | 277 | 333 | 12 | 15 | 0 | 16 | 375 | 34 | 120 |
| Binary | 11000101 | 10111111 | 11011011 | 1010 | 1101 | 0 | 1110 | 11111101 | 11100 | 1010000 |
Color Harmonies of #C5BFDB
Complementary color
Monochromatic Colors of #C5BFDB
Black with #C5BFDB
Text Example
Text Example
White with #C5BFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BFDB; }
p { color: rgb(197,191,219); }
H1.HeaderClassName
{
color: #C5BFDB;
}
.AnyTagClassName
{
color: #C5BFDB;
}
</style>
background-color css
<style>
a { background-color: #C5BFDB; }
a { background-color: rgb(197,191,219); }
div.DivClassName
{
background-color: #C5BFDB;
}
.BgClassName
{
background-color: #C5BFDB;
}
</style>
border-color css
<style>
span { border-color: #C5BFDB; }
span { border-color: rgb(197,191,219); }
td.TdClassName
{
border-color: #C5BFDB;
}
.TagClassName
{
border-color: #C5BFDB;
}
</style>