Shades of Melrose #C5B8EB
Tints of Melrose #C5B8EB
RGB
CMYK
RGB Variations
Color information
#C5B8EB (or 0xC5B8EB) is known color: Melrose. HEX triplet: C5, B8 and EB. RGB value is (197,184,235). Sum of RGB (Red+Green+Blue) = 197+184+235=616 (81% of max value = 765). Red value is 197 (77.34% from 255 or 31.98% from 616); Green value is 184 (72.27% from 255 or 29.87% from 616); Blue value is 235 (92.19% from 255 or 38.15% from 616); Max value from RGB is 235 - color contains mainly: blue. Hex color #C5B8EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5B8EB is #3A4714. Grayscale: #C1C1C1. Windows color (decimal): -3819285 or 15448261. OLE color: 15448261.
HSL color Cylindrical-coordinate representation of color #C5B8EB: hue angle of 255.29º degrees, saturation: 0.56, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C5B8EB is Cyan = 0.16, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 197 | 184 | 235 | - |
| CMYK | 0.16 | 0.22 | 0 | 0.08 |
| HSL | 255.29º | 0.56% | 0.82% | - |
| HSV(B) | 255.29º | 0.22% | 0.92% | - |
| XYZ | 55.16 | 52.15 | 85.76 | - |
| YUV | 193.7 | 151.31 | 130.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 184 | 235 | 0.16 | 0.22 | 0 | 0.08 | 255.29 | 0.56 | 0.82 |
| Hex | C5 | B8 | EB | 10 | 16 | 0 | 8 | FF | 38 | 52 |
| Octal | 305 | 270 | 353 | 20 | 26 | 0 | 10 | 377 | 70 | 122 |
| Binary | 11000101 | 10111000 | 11101011 | 10000 | 10110 | 0 | 1000 | 11111111 | 111000 | 1010010 |
Color Harmonies of #C5B8EB
Complementary color
Monochromatic Colors of #C5B8EB
Black with #C5B8EB
Text Example
Text Example
White with #C5B8EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B8EB; }
p { color: rgb(197,184,235); }
H1.HeaderClassName
{
color: #C5B8EB;
}
.AnyTagClassName
{
color: #C5B8EB;
}
</style>
background-color css
<style>
a { background-color: #C5B8EB; }
a { background-color: rgb(197,184,235); }
div.DivClassName
{
background-color: #C5B8EB;
}
.BgClassName
{
background-color: #C5B8EB;
}
</style>
border-color css
<style>
span { border-color: #C5B8EB; }
span { border-color: rgb(197,184,235); }
td.TdClassName
{
border-color: #C5B8EB;
}
.TagClassName
{
border-color: #C5B8EB;
}
</style>