Shades of Melrose #C2B0FB
Tints of Melrose #C2B0FB
RGB
CMYK
RGB Variations
Color information
#C2B0FB (or 0xC2B0FB) is known color: Melrose. HEX triplet: C2, B0 and FB. RGB value is (194,176,251). Sum of RGB (Red+Green+Blue) = 194+176+251=621 (82% of max value = 765). Red value is 194 (76.17% from 255 or 31.24% from 621); Green value is 176 (69.14% from 255 or 28.34% from 621); Blue value is 251 (98.44% from 255 or 40.42% from 621); Max value from RGB is 251 - color contains mainly: blue. Hex color #C2B0FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C2B0FB is #3D4F04. Grayscale: #BDBDBD. Windows color (decimal): -4017925 or 16494786. OLE color: 16494786.
HSL color Cylindrical-coordinate representation of color #C2B0FB: hue angle of 254.4º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C2B0FB is Cyan = 0.23, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 176 | 251 | - |
| CMYK | 0.23 | 0.30 | 0 | 0.02 |
| HSL | 254.4º | 0.9% | 0.84% | - |
| HSV(B) | 254.4º | 0.3% | 0.98% | - |
| XYZ | 55.19 | 49.49 | 97.91 | - |
| YUV | 189.93 | 162.46 | 130.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 176 | 251 | 0.23 | 0.30 | 0 | 0.02 | 254.4 | 0.9 | 0.84 |
| Hex | C2 | B0 | FB | 17 | 1E | 0 | 2 | FE | 5A | 54 |
| Octal | 302 | 260 | 373 | 27 | 36 | 0 | 2 | 376 | 132 | 124 |
| Binary | 11000010 | 10110000 | 11111011 | 10111 | 11110 | 0 | 10 | 11111110 | 1011010 | 1010100 |
Color Harmonies of #C2B0FB
Complementary color
Monochromatic Colors of #C2B0FB
Black with #C2B0FB
Text Example
Text Example
White with #C2B0FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B0FB; }
p { color: rgb(194,176,251); }
H1.HeaderClassName
{
color: #C2B0FB;
}
.AnyTagClassName
{
color: #C2B0FB;
}
</style>
background-color css
<style>
a { background-color: #C2B0FB; }
a { background-color: rgb(194,176,251); }
div.DivClassName
{
background-color: #C2B0FB;
}
.BgClassName
{
background-color: #C2B0FB;
}
</style>
border-color css
<style>
span { border-color: #C2B0FB; }
span { border-color: rgb(194,176,251); }
td.TdClassName
{
border-color: #C2B0FB;
}
.TagClassName
{
border-color: #C2B0FB;
}
</style>