Shades of Melrose #C5B7DE
Tints of Melrose #C5B7DE
RGB
CMYK
RGB Variations
Color information
#C5B7DE (or 0xC5B7DE) is known color: Melrose. HEX triplet: C5, B7 and DE. RGB value is (197,183,222). Sum of RGB (Red+Green+Blue) = 197+183+222=602 (79% of max value = 765). Red value is 197 (77.34% from 255 or 32.72% from 602); Green value is 183 (71.88% from 255 or 30.40% from 602); Blue value is 222 (87.11% from 255 or 36.88% from 602); Max value from RGB is 222 - color contains mainly: blue. Hex color #C5B7DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5B7DE is #3A4821. Grayscale: #BFBFBF. Windows color (decimal): -3819554 or 14596037. OLE color: 14596037.
HSL color Cylindrical-coordinate representation of color #C5B7DE: hue angle of 261.54º degrees, saturation: 0.37, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C5B7DE is Cyan = 0.11, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 197 | 183 | 222 | - |
| CMYK | 0.11 | 0.18 | 0 | 0.13 |
| HSL | 261.54º | 0.37% | 0.79% | - |
| HSV(B) | 261.54º | 0.18% | 0.87% | - |
| XYZ | 53.14 | 51.01 | 76.15 | - |
| YUV | 191.63 | 145.14 | 131.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 183 | 222 | 0.11 | 0.18 | 0 | 0.13 | 261.54 | 0.37 | 0.79 |
| Hex | C5 | B7 | DE | B | 12 | 0 | D | 106 | 25 | 4F |
| Octal | 305 | 267 | 336 | 13 | 22 | 0 | 15 | 406 | 45 | 117 |
| Binary | 11000101 | 10110111 | 11011110 | 1011 | 10010 | 0 | 1101 | 100000110 | 100101 | 1001111 |
Color Harmonies of #C5B7DE
Complementary color
Monochromatic Colors of #C5B7DE
Black with #C5B7DE
Text Example
Text Example
White with #C5B7DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B7DE; }
p { color: rgb(197,183,222); }
H1.HeaderClassName
{
color: #C5B7DE;
}
.AnyTagClassName
{
color: #C5B7DE;
}
</style>
background-color css
<style>
a { background-color: #C5B7DE; }
a { background-color: rgb(197,183,222); }
div.DivClassName
{
background-color: #C5B7DE;
}
.BgClassName
{
background-color: #C5B7DE;
}
</style>
border-color css
<style>
span { border-color: #C5B7DE; }
span { border-color: rgb(197,183,222); }
td.TdClassName
{
border-color: #C5B7DE;
}
.TagClassName
{
border-color: #C5B7DE;
}
</style>