Shades of Melrose #C5B3E5
Tints of Melrose #C5B3E5
RGB
CMYK
RGB Variations
Color information
#C5B3E5 (or 0xC5B3E5) is known color: Melrose. HEX triplet: C5, B3 and E5. RGB value is (197,179,229). Sum of RGB (Red+Green+Blue) = 197+179+229=605 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.56% from 605); Green value is 179 (70.31% from 255 or 29.59% from 605); Blue value is 229 (89.84% from 255 or 37.85% from 605); Max value from RGB is 229 - color contains mainly: blue. Hex color #C5B3E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5B3E5 is #3A4C1A. Grayscale: #BDBDBD. Windows color (decimal): -3820571 or 15053765. OLE color: 15053765.
HSL color Cylindrical-coordinate representation of color #C5B3E5: hue angle of 261.6º degrees, saturation: 0.49, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C5B3E5 is Cyan = 0.14, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 197 | 179 | 229 | - |
| CMYK | 0.14 | 0.22 | 0 | 0.10 |
| HSL | 261.6º | 0.49% | 0.8% | - |
| HSV(B) | 261.6º | 0.22% | 0.9% | - |
| XYZ | 53.29 | 49.77 | 80.93 | - |
| YUV | 190.08 | 149.96 | 132.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 179 | 229 | 0.14 | 0.22 | 0 | 0.10 | 261.6 | 0.49 | 0.8 |
| Hex | C5 | B3 | E5 | E | 16 | 0 | A | 106 | 31 | 50 |
| Octal | 305 | 263 | 345 | 16 | 26 | 0 | 12 | 406 | 61 | 120 |
| Binary | 11000101 | 10110011 | 11100101 | 1110 | 10110 | 0 | 1010 | 100000110 | 110001 | 1010000 |
Color Harmonies of #C5B3E5
Complementary color
Monochromatic Colors of #C5B3E5
Black with #C5B3E5
Text Example
Text Example
White with #C5B3E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B3E5; }
p { color: rgb(197,179,229); }
H1.HeaderClassName
{
color: #C5B3E5;
}
.AnyTagClassName
{
color: #C5B3E5;
}
</style>
background-color css
<style>
a { background-color: #C5B3E5; }
a { background-color: rgb(197,179,229); }
div.DivClassName
{
background-color: #C5B3E5;
}
.BgClassName
{
background-color: #C5B3E5;
}
</style>
border-color css
<style>
span { border-color: #C5B3E5; }
span { border-color: rgb(197,179,229); }
td.TdClassName
{
border-color: #C5B3E5;
}
.TagClassName
{
border-color: #C5B3E5;
}
</style>