Shades of Melrose #C5BBE0
Tints of Melrose #C5BBE0
RGB
CMYK
RGB Variations
Color information
#C5BBE0 (or 0xC5BBE0) is known color: Melrose. HEX triplet: C5, BB and E0. RGB value is (197,187,224). Sum of RGB (Red+Green+Blue) = 197+187+224=608 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.40% from 608); Green value is 187 (73.44% from 255 or 30.76% from 608); Blue value is 224 (87.89% from 255 or 36.84% from 608); Max value from RGB is 224 - color contains mainly: blue. Hex color #C5BBE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5BBE0 is #3A441F. Grayscale: #C2C2C2. Windows color (decimal): -3818528 or 14728133. OLE color: 14728133.
HSL color Cylindrical-coordinate representation of color #C5BBE0: hue angle of 256.22º degrees, saturation: 0.37, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C5BBE0 is Cyan = 0.12, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 197 | 187 | 224 | - |
| CMYK | 0.12 | 0.17 | 0 | 0.12 |
| HSL | 256.22º | 0.37% | 0.81% | - |
| HSV(B) | 256.22º | 0.17% | 0.88% | - |
| XYZ | 54.25 | 52.79 | 77.85 | - |
| YUV | 194.21 | 144.81 | 129.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 187 | 224 | 0.12 | 0.17 | 0 | 0.12 | 256.22 | 0.37 | 0.81 |
| Hex | C5 | BB | E0 | C | 11 | 0 | C | 100 | 25 | 51 |
| Octal | 305 | 273 | 340 | 14 | 21 | 0 | 14 | 400 | 45 | 121 |
| Binary | 11000101 | 10111011 | 11100000 | 1100 | 10001 | 0 | 1100 | 100000000 | 100101 | 1010001 |
Color Harmonies of #C5BBE0
Complementary color
Monochromatic Colors of #C5BBE0
Black with #C5BBE0
Text Example
Text Example
White with #C5BBE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BBE0; }
p { color: rgb(197,187,224); }
H1.HeaderClassName
{
color: #C5BBE0;
}
.AnyTagClassName
{
color: #C5BBE0;
}
</style>
background-color css
<style>
a { background-color: #C5BBE0; }
a { background-color: rgb(197,187,224); }
div.DivClassName
{
background-color: #C5BBE0;
}
.BgClassName
{
background-color: #C5BBE0;
}
</style>
border-color css
<style>
span { border-color: #C5BBE0; }
span { border-color: rgb(197,187,224); }
td.TdClassName
{
border-color: #C5BBE0;
}
.TagClassName
{
border-color: #C5BBE0;
}
</style>