Shades of Melrose #C5B0EF
Tints of Melrose #C5B0EF
RGB
CMYK
RGB Variations
Color information
#C5B0EF (or 0xC5B0EF) is known color: Melrose. HEX triplet: C5, B0 and EF. RGB value is (197,176,239). Sum of RGB (Red+Green+Blue) = 197+176+239=612 (81% of max value = 765). Red value is 197 (77.34% from 255 or 32.19% from 612); Green value is 176 (69.14% from 255 or 28.76% from 612); Blue value is 239 (93.75% from 255 or 39.05% from 612); Max value from RGB is 239 - color contains mainly: blue. Hex color #C5B0EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C5B0EF is #3A4F10. Grayscale: #BDBDBD. Windows color (decimal): -3821329 or 15708357. OLE color: 15708357.
HSL color Cylindrical-coordinate representation of color #C5B0EF: hue angle of 260º degrees, saturation: 0.66, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C5B0EF is Cyan = 0.18, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 197 | 176 | 239 | - |
| CMYK | 0.18 | 0.26 | 0 | 0.06 |
| HSL | 260º | 0.66% | 0.81% | - |
| HSV(B) | 260º | 0.26% | 0.94% | - |
| XYZ | 54.13 | 49.15 | 88.3 | - |
| YUV | 189.46 | 155.96 | 133.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 176 | 239 | 0.18 | 0.26 | 0 | 0.06 | 260 | 0.66 | 0.81 |
| Hex | C5 | B0 | EF | 12 | 1A | 0 | 6 | 104 | 42 | 51 |
| Octal | 305 | 260 | 357 | 22 | 32 | 0 | 6 | 404 | 102 | 121 |
| Binary | 11000101 | 10110000 | 11101111 | 10010 | 11010 | 0 | 110 | 100000100 | 1000010 | 1010001 |
Color Harmonies of #C5B0EF
Complementary color
Monochromatic Colors of #C5B0EF
Black with #C5B0EF
Text Example
Text Example
White with #C5B0EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B0EF; }
p { color: rgb(197,176,239); }
H1.HeaderClassName
{
color: #C5B0EF;
}
.AnyTagClassName
{
color: #C5B0EF;
}
</style>
background-color css
<style>
a { background-color: #C5B0EF; }
a { background-color: rgb(197,176,239); }
div.DivClassName
{
background-color: #C5B0EF;
}
.BgClassName
{
background-color: #C5B0EF;
}
</style>
border-color css
<style>
span { border-color: #C5B0EF; }
span { border-color: rgb(197,176,239); }
td.TdClassName
{
border-color: #C5B0EF;
}
.TagClassName
{
border-color: #C5B0EF;
}
</style>