Shades of Melrose #C5B2EB
Tints of Melrose #C5B2EB
RGB
CMYK
RGB Variations
Color information
#C5B2EB (or 0xC5B2EB) is known color: Melrose. HEX triplet: C5, B2 and EB. RGB value is (197,178,235). Sum of RGB (Red+Green+Blue) = 197+178+235=610 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.30% from 610); Green value is 178 (69.92% from 255 or 29.18% from 610); Blue value is 235 (92.19% from 255 or 38.52% from 610); Max value from RGB is 235 - color contains mainly: blue. Hex color #C5B2EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C5B2EB is #3A4D14. Grayscale: #BDBDBD. Windows color (decimal): -3820821 or 15446725. OLE color: 15446725.
HSL color Cylindrical-coordinate representation of color #C5B2EB: hue angle of 260º degrees, saturation: 0.59, 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 #C5B2EB is Cyan = 0.16, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 197 | 178 | 235 | - |
| CMYK | 0.16 | 0.24 | 0 | 0.08 |
| HSL | 260º | 0.59% | 0.81% | - |
| HSV(B) | 260º | 0.24% | 0.92% | - |
| XYZ | 53.94 | 49.71 | 85.35 | - |
| YUV | 190.18 | 153.29 | 132.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 178 | 235 | 0.16 | 0.24 | 0 | 0.08 | 260 | 0.59 | 0.81 |
| Hex | C5 | B2 | EB | 10 | 18 | 0 | 8 | 104 | 3B | 51 |
| Octal | 305 | 262 | 353 | 20 | 30 | 0 | 10 | 404 | 73 | 121 |
| Binary | 11000101 | 10110010 | 11101011 | 10000 | 11000 | 0 | 1000 | 100000100 | 111011 | 1010001 |
Color Harmonies of #C5B2EB
Complementary color
Monochromatic Colors of #C5B2EB
Black with #C5B2EB
Text Example
Text Example
White with #C5B2EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B2EB; }
p { color: rgb(197,178,235); }
H1.HeaderClassName
{
color: #C5B2EB;
}
.AnyTagClassName
{
color: #C5B2EB;
}
</style>
background-color css
<style>
a { background-color: #C5B2EB; }
a { background-color: rgb(197,178,235); }
div.DivClassName
{
background-color: #C5B2EB;
}
.BgClassName
{
background-color: #C5B2EB;
}
</style>
border-color css
<style>
span { border-color: #C5B2EB; }
span { border-color: rgb(197,178,235); }
td.TdClassName
{
border-color: #C5B2EB;
}
.TagClassName
{
border-color: #C5B2EB;
}
</style>