Shades of Melrose #C5B7ED
Tints of Melrose #C5B7ED
RGB
CMYK
RGB Variations
Color information
#C5B7ED (or 0xC5B7ED) is known color: Melrose. HEX triplet: C5, B7 and ED. RGB value is (197,183,237). Sum of RGB (Red+Green+Blue) = 197+183+237=617 (81% of max value = 765). Red value is 197 (77.34% from 255 or 31.93% from 617); Green value is 183 (71.88% from 255 or 29.66% from 617); Blue value is 237 (92.97% from 255 or 38.41% from 617); Max value from RGB is 237 - color contains mainly: blue. Hex color #C5B7ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5B7ED is #3A4812. Grayscale: #C1C1C1. Windows color (decimal): -3819539 or 15579077. OLE color: 15579077.
HSL color Cylindrical-coordinate representation of color #C5B7ED: hue angle of 255.56º degrees, saturation: 0.6, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C5B7ED is Cyan = 0.17, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 197 | 183 | 237 | - |
| CMYK | 0.17 | 0.23 | 0 | 0.07 |
| HSL | 255.56º | 0.6% | 0.82% | - |
| HSV(B) | 255.56º | 0.23% | 0.93% | - |
| XYZ | 55.25 | 51.85 | 87.22 | - |
| YUV | 193.34 | 152.64 | 130.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 183 | 237 | 0.17 | 0.23 | 0 | 0.07 | 255.56 | 0.6 | 0.82 |
| Hex | C5 | B7 | ED | 11 | 17 | 0 | 7 | 100 | 3C | 52 |
| Octal | 305 | 267 | 355 | 21 | 27 | 0 | 7 | 400 | 74 | 122 |
| Binary | 11000101 | 10110111 | 11101101 | 10001 | 10111 | 0 | 111 | 100000000 | 111100 | 1010010 |
Color Harmonies of #C5B7ED
Complementary color
Monochromatic Colors of #C5B7ED
Black with #C5B7ED
Text Example
Text Example
White with #C5B7ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B7ED; }
p { color: rgb(197,183,237); }
H1.HeaderClassName
{
color: #C5B7ED;
}
.AnyTagClassName
{
color: #C5B7ED;
}
</style>
background-color css
<style>
a { background-color: #C5B7ED; }
a { background-color: rgb(197,183,237); }
div.DivClassName
{
background-color: #C5B7ED;
}
.BgClassName
{
background-color: #C5B7ED;
}
</style>
border-color css
<style>
span { border-color: #C5B7ED; }
span { border-color: rgb(197,183,237); }
td.TdClassName
{
border-color: #C5B7ED;
}
.TagClassName
{
border-color: #C5B7ED;
}
</style>