Shades of Melrose #C5B8F6
Tints of Melrose #C5B8F6
RGB
CMYK
RGB Variations
Color information
#C5B8F6 (or 0xC5B8F6) is known color: Melrose. HEX triplet: C5, B8 and F6. RGB value is (197,184,246). Sum of RGB (Red+Green+Blue) = 197+184+246=627 (83% of max value = 765). Red value is 197 (77.34% from 255 or 31.42% from 627); Green value is 184 (72.27% from 255 or 29.35% from 627); Blue value is 246 (96.48% from 255 or 39.23% from 627); Max value from RGB is 246 - color contains mainly: blue. Hex color #C5B8F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5B8F6 is #3A4709. Grayscale: #C2C2C2. Windows color (decimal): -3819274 or 16169157. OLE color: 16169157.
HSL color Cylindrical-coordinate representation of color #C5B8F6: hue angle of 252.58º degrees, saturation: 0.77, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C5B8F6 is Cyan = 0.20, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 197 | 184 | 246 | - |
| CMYK | 0.20 | 0.25 | 0 | 0.04 |
| HSL | 252.58º | 0.78% | 0.84% | - |
| HSV(B) | 252.58º | 0.25% | 0.96% | - |
| XYZ | 56.8 | 52.81 | 94.39 | - |
| YUV | 194.96 | 156.81 | 129.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 184 | 246 | 0.20 | 0.25 | 0 | 0.04 | 252.58 | 0.78 | 0.84 |
| Hex | C5 | B8 | F6 | 14 | 19 | 0 | 4 | FD | 4E | 54 |
| Octal | 305 | 270 | 366 | 24 | 31 | 0 | 4 | 375 | 116 | 124 |
| Binary | 11000101 | 10111000 | 11110110 | 10100 | 11001 | 0 | 100 | 11111101 | 1001110 | 1010100 |
Color Harmonies of #C5B8F6
Complementary color
Monochromatic Colors of #C5B8F6
Black with #C5B8F6
Text Example
Text Example
White with #C5B8F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B8F6; }
p { color: rgb(197,184,246); }
H1.HeaderClassName
{
color: #C5B8F6;
}
.AnyTagClassName
{
color: #C5B8F6;
}
</style>
background-color css
<style>
a { background-color: #C5B8F6; }
a { background-color: rgb(197,184,246); }
div.DivClassName
{
background-color: #C5B8F6;
}
.BgClassName
{
background-color: #C5B8F6;
}
</style>
border-color css
<style>
span { border-color: #C5B8F6; }
span { border-color: rgb(197,184,246); }
td.TdClassName
{
border-color: #C5B8F6;
}
.TagClassName
{
border-color: #C5B8F6;
}
</style>