Shades of Melrose #C5B0EA
Tints of Melrose #C5B0EA
RGB
CMYK
RGB Variations
Color information
#C5B0EA (or 0xC5B0EA) is known color: Melrose. HEX triplet: C5, B0 and EA. RGB value is (197,176,234). Sum of RGB (Red+Green+Blue) = 197+176+234=607 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.45% from 607); Green value is 176 (69.14% from 255 or 29.00% from 607); Blue value is 234 (91.80% from 255 or 38.55% from 607); Max value from RGB is 234 - color contains mainly: blue. Hex color #C5B0EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C5B0EA is #3A4F15. Grayscale: #BCBCBC. Windows color (decimal): -3821334 or 15380677. OLE color: 15380677.
HSL color Cylindrical-coordinate representation of color #C5B0EA: hue angle of 261.72º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C5B0EA is Cyan = 0.16, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 197 | 176 | 234 | - |
| CMYK | 0.16 | 0.25 | 0 | 0.08 |
| HSL | 261.72º | 0.58% | 0.8% | - |
| HSV(B) | 261.72º | 0.25% | 0.92% | - |
| XYZ | 53.4 | 48.86 | 84.46 | - |
| YUV | 188.89 | 153.46 | 133.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 176 | 234 | 0.16 | 0.25 | 0 | 0.08 | 261.72 | 0.58 | 0.8 |
| Hex | C5 | B0 | EA | 10 | 19 | 0 | 8 | 106 | 3A | 50 |
| Octal | 305 | 260 | 352 | 20 | 31 | 0 | 10 | 406 | 72 | 120 |
| Binary | 11000101 | 10110000 | 11101010 | 10000 | 11001 | 0 | 1000 | 100000110 | 111010 | 1010000 |
Color Harmonies of #C5B0EA
Complementary color
Monochromatic Colors of #C5B0EA
Black with #C5B0EA
Text Example
Text Example
White with #C5B0EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B0EA; }
p { color: rgb(197,176,234); }
H1.HeaderClassName
{
color: #C5B0EA;
}
.AnyTagClassName
{
color: #C5B0EA;
}
</style>
background-color css
<style>
a { background-color: #C5B0EA; }
a { background-color: rgb(197,176,234); }
div.DivClassName
{
background-color: #C5B0EA;
}
.BgClassName
{
background-color: #C5B0EA;
}
</style>
border-color css
<style>
span { border-color: #C5B0EA; }
span { border-color: rgb(197,176,234); }
td.TdClassName
{
border-color: #C5B0EA;
}
.TagClassName
{
border-color: #C5B0EA;
}
</style>