Shades of Melrose #C5B8F3
Tints of Melrose #C5B8F3
RGB
CMYK
RGB Variations
Color information
#C5B8F3 (or 0xC5B8F3) is known color: Melrose. HEX triplet: C5, B8 and F3. RGB value is (197,184,243). Sum of RGB (Red+Green+Blue) = 197+184+243=624 (82% of max value = 765). Red value is 197 (77.34% from 255 or 31.57% from 624); Green value is 184 (72.27% from 255 or 29.49% from 624); Blue value is 243 (95.31% from 255 or 38.94% from 624); Max value from RGB is 243 - color contains mainly: blue. Hex color #C5B8F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5B8F3 is #3A470C. Grayscale: #C2C2C2. Windows color (decimal): -3819277 or 15972549. OLE color: 15972549.
HSL color Cylindrical-coordinate representation of color #C5B8F3: hue angle of 253.22º degrees, saturation: 0.71, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C5B8F3 is Cyan = 0.19, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 197 | 184 | 243 | - |
| CMYK | 0.19 | 0.24 | 0 | 0.05 |
| HSL | 253.22º | 0.71% | 0.84% | - |
| HSV(B) | 253.22º | 0.24% | 0.95% | - |
| XYZ | 56.34 | 52.62 | 91.98 | - |
| YUV | 194.61 | 155.31 | 129.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 184 | 243 | 0.19 | 0.24 | 0 | 0.05 | 253.22 | 0.71 | 0.84 |
| Hex | C5 | B8 | F3 | 13 | 18 | 0 | 5 | FD | 47 | 54 |
| Octal | 305 | 270 | 363 | 23 | 30 | 0 | 5 | 375 | 107 | 124 |
| Binary | 11000101 | 10111000 | 11110011 | 10011 | 11000 | 0 | 101 | 11111101 | 1000111 | 1010100 |
Color Harmonies of #C5B8F3
Complementary color
Monochromatic Colors of #C5B8F3
Black with #C5B8F3
Text Example
Text Example
White with #C5B8F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B8F3; }
p { color: rgb(197,184,243); }
H1.HeaderClassName
{
color: #C5B8F3;
}
.AnyTagClassName
{
color: #C5B8F3;
}
</style>
background-color css
<style>
a { background-color: #C5B8F3; }
a { background-color: rgb(197,184,243); }
div.DivClassName
{
background-color: #C5B8F3;
}
.BgClassName
{
background-color: #C5B8F3;
}
</style>
border-color css
<style>
span { border-color: #C5B8F3; }
span { border-color: rgb(197,184,243); }
td.TdClassName
{
border-color: #C5B8F3;
}
.TagClassName
{
border-color: #C5B8F3;
}
</style>