Shades of Melrose #C1B5EF
Tints of Melrose #C1B5EF
RGB
CMYK
RGB Variations
Color information
#C1B5EF (or 0xC1B5EF) is known color: Melrose. HEX triplet: C1, B5 and EF. RGB value is (193,181,239). Sum of RGB (Red+Green+Blue) = 193+181+239=613 (81% of max value = 765). Red value is 193 (75.78% from 255 or 31.48% from 613); Green value is 181 (71.09% from 255 or 29.53% from 613); Blue value is 239 (93.75% from 255 or 38.99% from 613); Max value from RGB is 239 - color contains mainly: blue. Hex color #C1B5EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1B5EF is #3E4A10. Grayscale: #BEBEBE. Windows color (decimal): -4082193 or 15709633. OLE color: 15709633.
HSL color Cylindrical-coordinate representation of color #C1B5EF: hue angle of 252.41º degrees, saturation: 0.64, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C1B5EF is Cyan = 0.19, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 193 | 181 | 239 | - |
| CMYK | 0.19 | 0.24 | 0 | 0.06 |
| HSL | 252.41º | 0.64% | 0.82% | - |
| HSV(B) | 252.41º | 0.24% | 0.94% | - |
| XYZ | 54.1 | 50.62 | 88.58 | - |
| YUV | 191.2 | 154.98 | 129.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 181 | 239 | 0.19 | 0.24 | 0 | 0.06 | 252.41 | 0.64 | 0.82 |
| Hex | C1 | B5 | EF | 13 | 18 | 0 | 6 | FC | 40 | 52 |
| Octal | 301 | 265 | 357 | 23 | 30 | 0 | 6 | 374 | 100 | 122 |
| Binary | 11000001 | 10110101 | 11101111 | 10011 | 11000 | 0 | 110 | 11111100 | 1000000 | 1010010 |
Color Harmonies of #C1B5EF
Complementary color
Monochromatic Colors of #C1B5EF
Black with #C1B5EF
Text Example
Text Example
White with #C1B5EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1B5EF; }
p { color: rgb(193,181,239); }
H1.HeaderClassName
{
color: #C1B5EF;
}
.AnyTagClassName
{
color: #C1B5EF;
}
</style>
background-color css
<style>
a { background-color: #C1B5EF; }
a { background-color: rgb(193,181,239); }
div.DivClassName
{
background-color: #C1B5EF;
}
.BgClassName
{
background-color: #C1B5EF;
}
</style>
border-color css
<style>
span { border-color: #C1B5EF; }
span { border-color: rgb(193,181,239); }
td.TdClassName
{
border-color: #C1B5EF;
}
.TagClassName
{
border-color: #C1B5EF;
}
</style>