Shades of Melrose #C5B7DF
Tints of Melrose #C5B7DF
RGB
CMYK
RGB Variations
Color information
#C5B7DF (or 0xC5B7DF) is known color: Melrose. HEX triplet: C5, B7 and DF. RGB value is (197,183,223). Sum of RGB (Red+Green+Blue) = 197+183+223=603 (79% of max value = 765). Red value is 197 (77.34% from 255 or 32.67% from 603); Green value is 183 (71.88% from 255 or 30.35% from 603); Blue value is 223 (87.5% from 255 or 36.98% from 603); Max value from RGB is 223 - color contains mainly: blue. Hex color #C5B7DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5B7DF is #3A4820. Grayscale: #BFBFBF. Windows color (decimal): -3819553 or 14661573. OLE color: 14661573.
HSL color Cylindrical-coordinate representation of color #C5B7DF: hue angle of 261º degrees, saturation: 0.38, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C5B7DF is Cyan = 0.12, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 197 | 183 | 223 | - |
| CMYK | 0.12 | 0.18 | 0 | 0.13 |
| HSL | 261º | 0.38% | 0.8% | - |
| HSV(B) | 261º | 0.18% | 0.87% | - |
| XYZ | 53.28 | 51.07 | 76.86 | - |
| YUV | 191.75 | 145.64 | 131.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 183 | 223 | 0.12 | 0.18 | 0 | 0.13 | 261 | 0.38 | 0.8 |
| Hex | C5 | B7 | DF | C | 12 | 0 | D | 105 | 26 | 50 |
| Octal | 305 | 267 | 337 | 14 | 22 | 0 | 15 | 405 | 46 | 120 |
| Binary | 11000101 | 10110111 | 11011111 | 1100 | 10010 | 0 | 1101 | 100000101 | 100110 | 1010000 |
Color Harmonies of #C5B7DF
Complementary color
Monochromatic Colors of #C5B7DF
Black with #C5B7DF
Text Example
Text Example
White with #C5B7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B7DF; }
p { color: rgb(197,183,223); }
H1.HeaderClassName
{
color: #C5B7DF;
}
.AnyTagClassName
{
color: #C5B7DF;
}
</style>
background-color css
<style>
a { background-color: #C5B7DF; }
a { background-color: rgb(197,183,223); }
div.DivClassName
{
background-color: #C5B7DF;
}
.BgClassName
{
background-color: #C5B7DF;
}
</style>
border-color css
<style>
span { border-color: #C5B7DF; }
span { border-color: rgb(197,183,223); }
td.TdClassName
{
border-color: #C5B7DF;
}
.TagClassName
{
border-color: #C5B7DF;
}
</style>