Shades of Melrose #C1B2F3
Tints of Melrose #C1B2F3
RGB
CMYK
RGB Variations
Color information
#C1B2F3 (or 0xC1B2F3) is known color: Melrose. HEX triplet: C1, B2 and F3. RGB value is (193,178,243). Sum of RGB (Red+Green+Blue) = 193+178+243=614 (81% of max value = 765). Red value is 193 (75.78% from 255 or 31.43% from 614); Green value is 178 (69.92% from 255 or 28.99% from 614); Blue value is 243 (95.31% from 255 or 39.58% from 614); Max value from RGB is 243 - color contains mainly: blue. Hex color #C1B2F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C1B2F3 is #3E4D0C. Grayscale: #BDBDBD. Windows color (decimal): -4082957 or 15971009. OLE color: 15971009.
HSL color Cylindrical-coordinate representation of color #C1B2F3: hue angle of 253.85º degrees, saturation: 0.73, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C1B2F3 is Cyan = 0.21, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 193 | 178 | 243 | - |
| CMYK | 0.21 | 0.27 | 0 | 0.05 |
| HSL | 253.85º | 0.73% | 0.83% | - |
| HSV(B) | 253.85º | 0.27% | 0.95% | - |
| XYZ | 54.09 | 49.65 | 91.53 | - |
| YUV | 189.9 | 157.97 | 130.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 178 | 243 | 0.21 | 0.27 | 0 | 0.05 | 253.85 | 0.73 | 0.83 |
| Hex | C1 | B2 | F3 | 15 | 1B | 0 | 5 | FE | 49 | 53 |
| Octal | 301 | 262 | 363 | 25 | 33 | 0 | 5 | 376 | 111 | 123 |
| Binary | 11000001 | 10110010 | 11110011 | 10101 | 11011 | 0 | 101 | 11111110 | 1001001 | 1010011 |
Color Harmonies of #C1B2F3
Complementary color
Monochromatic Colors of #C1B2F3
Black with #C1B2F3
Text Example
Text Example
White with #C1B2F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1B2F3; }
p { color: rgb(193,178,243); }
H1.HeaderClassName
{
color: #C1B2F3;
}
.AnyTagClassName
{
color: #C1B2F3;
}
</style>
background-color css
<style>
a { background-color: #C1B2F3; }
a { background-color: rgb(193,178,243); }
div.DivClassName
{
background-color: #C1B2F3;
}
.BgClassName
{
background-color: #C1B2F3;
}
</style>
border-color css
<style>
span { border-color: #C1B2F3; }
span { border-color: rgb(193,178,243); }
td.TdClassName
{
border-color: #C1B2F3;
}
.TagClassName
{
border-color: #C1B2F3;
}
</style>