Shades of Melrose #C1B3EF
Tints of Melrose #C1B3EF
RGB
CMYK
RGB Variations
Color information
#C1B3EF (or 0xC1B3EF) is known color: Melrose. HEX triplet: C1, B3 and EF. RGB value is (193,179,239). Sum of RGB (Red+Green+Blue) = 193+179+239=611 (80% of max value = 765). Red value is 193 (75.78% from 255 or 31.59% from 611); Green value is 179 (70.31% from 255 or 29.30% from 611); Blue value is 239 (93.75% from 255 or 39.12% from 611); Max value from RGB is 239 - color contains mainly: blue. Hex color #C1B3EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1B3EF is #3E4C10. Grayscale: #BDBDBD. Windows color (decimal): -4082705 or 15709121. OLE color: 15709121.
HSL color Cylindrical-coordinate representation of color #C1B3EF: hue angle of 254º degrees, saturation: 0.65, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C1B3EF is Cyan = 0.19, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 193 | 179 | 239 | - |
| CMYK | 0.19 | 0.25 | 0 | 0.06 |
| HSL | 254º | 0.65% | 0.82% | - |
| HSV(B) | 254º | 0.25% | 0.94% | - |
| XYZ | 53.69 | 49.81 | 88.45 | - |
| YUV | 190.03 | 155.64 | 130.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 179 | 239 | 0.19 | 0.25 | 0 | 0.06 | 254 | 0.65 | 0.82 |
| Hex | C1 | B3 | EF | 13 | 19 | 0 | 6 | FE | 41 | 52 |
| Octal | 301 | 263 | 357 | 23 | 31 | 0 | 6 | 376 | 101 | 122 |
| Binary | 11000001 | 10110011 | 11101111 | 10011 | 11001 | 0 | 110 | 11111110 | 1000001 | 1010010 |
Color Harmonies of #C1B3EF
Complementary color
Monochromatic Colors of #C1B3EF
Black with #C1B3EF
Text Example
Text Example
White with #C1B3EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1B3EF; }
p { color: rgb(193,179,239); }
H1.HeaderClassName
{
color: #C1B3EF;
}
.AnyTagClassName
{
color: #C1B3EF;
}
</style>
background-color css
<style>
a { background-color: #C1B3EF; }
a { background-color: rgb(193,179,239); }
div.DivClassName
{
background-color: #C1B3EF;
}
.BgClassName
{
background-color: #C1B3EF;
}
</style>
border-color css
<style>
span { border-color: #C1B3EF; }
span { border-color: rgb(193,179,239); }
td.TdClassName
{
border-color: #C1B3EF;
}
.TagClassName
{
border-color: #C1B3EF;
}
</style>