Shades of Melrose #C1B3F6
Tints of Melrose #C1B3F6
RGB
CMYK
RGB Variations
Color information
#C1B3F6 (or 0xC1B3F6) is known color: Melrose. HEX triplet: C1, B3 and F6. RGB value is (193,179,246). Sum of RGB (Red+Green+Blue) = 193+179+246=618 (81% of max value = 765). Red value is 193 (75.78% from 255 or 31.23% from 618); Green value is 179 (70.31% from 255 or 28.96% from 618); Blue value is 246 (96.48% from 255 or 39.81% from 618); Max value from RGB is 246 - color contains mainly: blue. Hex color #C1B3F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1B3F6 is #3E4C09. Grayscale: #BEBEBE. Windows color (decimal): -4082698 or 16167873. OLE color: 16167873.
HSL color Cylindrical-coordinate representation of color #C1B3F6: hue angle of 252.54º degrees, saturation: 0.79, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C1B3F6 is Cyan = 0.22, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 193 | 179 | 246 | - |
| CMYK | 0.22 | 0.27 | 0 | 0.04 |
| HSL | 252.54º | 0.79% | 0.83% | - |
| HSV(B) | 252.54º | 0.27% | 0.96% | - |
| XYZ | 54.75 | 50.23 | 94 | - |
| YUV | 190.82 | 159.14 | 129.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 179 | 246 | 0.22 | 0.27 | 0 | 0.04 | 252.54 | 0.79 | 0.83 |
| Hex | C1 | B3 | F6 | 16 | 1B | 0 | 4 | FD | 4F | 53 |
| Octal | 301 | 263 | 366 | 26 | 33 | 0 | 4 | 375 | 117 | 123 |
| Binary | 11000001 | 10110011 | 11110110 | 10110 | 11011 | 0 | 100 | 11111101 | 1001111 | 1010011 |
Color Harmonies of #C1B3F6
Complementary color
Monochromatic Colors of #C1B3F6
Black with #C1B3F6
Text Example
Text Example
White with #C1B3F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1B3F6; }
p { color: rgb(193,179,246); }
H1.HeaderClassName
{
color: #C1B3F6;
}
.AnyTagClassName
{
color: #C1B3F6;
}
</style>
background-color css
<style>
a { background-color: #C1B3F6; }
a { background-color: rgb(193,179,246); }
div.DivClassName
{
background-color: #C1B3F6;
}
.BgClassName
{
background-color: #C1B3F6;
}
</style>
border-color css
<style>
span { border-color: #C1B3F6; }
span { border-color: rgb(193,179,246); }
td.TdClassName
{
border-color: #C1B3F6;
}
.TagClassName
{
border-color: #C1B3F6;
}
</style>