Shades of Melrose #C2B1FE
Tints of Melrose #C2B1FE
RGB
CMYK
RGB Variations
Color information
#C2B1FE (or 0xC2B1FE) is known color: Melrose. HEX triplet: C2, B1 and FE. RGB value is (194,177,254). Sum of RGB (Red+Green+Blue) = 194+177+254=625 (82% of max value = 765). Red value is 194 (76.17% from 255 or 31.04% from 625); Green value is 177 (69.53% from 255 or 28.32% from 625); Blue value is 254 (99.61% from 255 or 40.64% from 625); Max value from RGB is 254 - color contains mainly: blue. Hex color #C2B1FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C2B1FE is #3D4E01. Grayscale: #BEBEBE. Windows color (decimal): -4017666 or 16691650. OLE color: 16691650.
HSL color Cylindrical-coordinate representation of color #C2B1FE: hue angle of 253.25º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C2B1FE is Cyan = 0.24, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 194 | 177 | 254 | - |
| CMYK | 0.24 | 0.30 | 0 | 0.00 |
| HSL | 253.25º | 0.97% | 0.85% | - |
| HSV(B) | 253.25º | 0.3% | 1% | - |
| XYZ | 55.86 | 50.07 | 100.49 | - |
| YUV | 190.86 | 163.63 | 130.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 177 | 254 | 0.24 | 0.30 | 0 | 0.00 | 253.25 | 0.97 | 0.85 |
| Hex | C2 | B1 | FE | 18 | 1E | 0 | 0 | FD | 61 | 55 |
| Octal | 302 | 261 | 376 | 30 | 36 | 0 | 0 | 375 | 141 | 125 |
| Binary | 11000010 | 10110001 | 11111110 | 11000 | 11110 | 0 | 0 | 11111101 | 1100001 | 1010101 |
Color Harmonies of #C2B1FE
Complementary color
Monochromatic Colors of #C2B1FE
Black with #C2B1FE
Text Example
Text Example
White with #C2B1FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B1FE; }
p { color: rgb(194,177,254); }
H1.HeaderClassName
{
color: #C2B1FE;
}
.AnyTagClassName
{
color: #C2B1FE;
}
</style>
background-color css
<style>
a { background-color: #C2B1FE; }
a { background-color: rgb(194,177,254); }
div.DivClassName
{
background-color: #C2B1FE;
}
.BgClassName
{
background-color: #C2B1FE;
}
</style>
border-color css
<style>
span { border-color: #C2B1FE; }
span { border-color: rgb(194,177,254); }
td.TdClassName
{
border-color: #C2B1FE;
}
.TagClassName
{
border-color: #C2B1FE;
}
</style>