Shades of Melrose #C5BFD7
Tints of Melrose #C5BFD7
RGB
CMYK
RGB Variations
Color information
#C5BFD7 (or 0xC5BFD7) is known color: Melrose. HEX triplet: C5, BF and D7. RGB value is (197,191,215). Sum of RGB (Red+Green+Blue) = 197+191+215=603 (79% of max value = 765). Red value is 197 (77.34% from 255 or 32.67% from 603); Green value is 191 (75% from 255 or 31.67% from 603); Blue value is 215 (84.38% from 255 or 35.66% from 603); Max value from RGB is 215 - color contains mainly: blue. Hex color #C5BFD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5BFD7 is #3A4028. Grayscale: #C3C3C3. Windows color (decimal): -3817513 or 14139333. OLE color: 14139333.
HSL color Cylindrical-coordinate representation of color #C5BFD7: hue angle of 255º degrees, saturation: 0.23, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C5BFD7 is Cyan = 0.08, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 197 | 191 | 215 | - |
| CMYK | 0.08 | 0.11 | 0 | 0.16 |
| HSL | 255º | 0.23% | 0.8% | - |
| HSV(B) | 255º | 0.11% | 0.84% | - |
| XYZ | 53.92 | 54.04 | 71.88 | - |
| YUV | 195.53 | 138.99 | 129.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 191 | 215 | 0.08 | 0.11 | 0 | 0.16 | 255 | 0.23 | 0.8 |
| Hex | C5 | BF | D7 | 8 | B | 0 | 10 | FF | 17 | 50 |
| Octal | 305 | 277 | 327 | 10 | 13 | 0 | 20 | 377 | 27 | 120 |
| Binary | 11000101 | 10111111 | 11010111 | 1000 | 1011 | 0 | 10000 | 11111111 | 10111 | 1010000 |
Color Harmonies of #C5BFD7
Complementary color
Monochromatic Colors of #C5BFD7
Black with #C5BFD7
Text Example
Text Example
White with #C5BFD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BFD7; }
p { color: rgb(197,191,215); }
H1.HeaderClassName
{
color: #C5BFD7;
}
.AnyTagClassName
{
color: #C5BFD7;
}
</style>
background-color css
<style>
a { background-color: #C5BFD7; }
a { background-color: rgb(197,191,215); }
div.DivClassName
{
background-color: #C5BFD7;
}
.BgClassName
{
background-color: #C5BFD7;
}
</style>
border-color css
<style>
span { border-color: #C5BFD7; }
span { border-color: rgb(197,191,215); }
td.TdClassName
{
border-color: #C5BFD7;
}
.TagClassName
{
border-color: #C5BFD7;
}
</style>