Shades of Melrose #C5B1EA
Tints of Melrose #C5B1EA
RGB
CMYK
RGB Variations
Color information
#C5B1EA (or 0xC5B1EA) is known color: Melrose. HEX triplet: C5, B1 and EA. RGB value is (197,177,234). Sum of RGB (Red+Green+Blue) = 197+177+234=608 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.40% from 608); Green value is 177 (69.53% from 255 or 29.11% from 608); Blue value is 234 (91.80% from 255 or 38.49% from 608); Max value from RGB is 234 - color contains mainly: blue. Hex color #C5B1EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C5B1EA is #3A4E15. Grayscale: #BDBDBD. Windows color (decimal): -3821078 or 15380933. OLE color: 15380933.
HSL color Cylindrical-coordinate representation of color #C5B1EA: hue angle of 261.05º degrees, saturation: 0.58, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C5B1EA is Cyan = 0.16, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 197 | 177 | 234 | - |
| CMYK | 0.16 | 0.24 | 0 | 0.08 |
| HSL | 261.05º | 0.58% | 0.81% | - |
| HSV(B) | 261.05º | 0.24% | 0.92% | - |
| XYZ | 53.6 | 49.26 | 84.52 | - |
| YUV | 189.48 | 153.13 | 133.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 177 | 234 | 0.16 | 0.24 | 0 | 0.08 | 261.05 | 0.58 | 0.81 |
| Hex | C5 | B1 | EA | 10 | 18 | 0 | 8 | 105 | 3A | 51 |
| Octal | 305 | 261 | 352 | 20 | 30 | 0 | 10 | 405 | 72 | 121 |
| Binary | 11000101 | 10110001 | 11101010 | 10000 | 11000 | 0 | 1000 | 100000101 | 111010 | 1010001 |
Color Harmonies of #C5B1EA
Complementary color
Monochromatic Colors of #C5B1EA
Black with #C5B1EA
Text Example
Text Example
White with #C5B1EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B1EA; }
p { color: rgb(197,177,234); }
H1.HeaderClassName
{
color: #C5B1EA;
}
.AnyTagClassName
{
color: #C5B1EA;
}
</style>
background-color css
<style>
a { background-color: #C5B1EA; }
a { background-color: rgb(197,177,234); }
div.DivClassName
{
background-color: #C5B1EA;
}
.BgClassName
{
background-color: #C5B1EA;
}
</style>
border-color css
<style>
span { border-color: #C5B1EA; }
span { border-color: rgb(197,177,234); }
td.TdClassName
{
border-color: #C5B1EA;
}
.TagClassName
{
border-color: #C5B1EA;
}
</style>