Shades of Melrose #C2B1EC
Tints of Melrose #C2B1EC
RGB
CMYK
RGB Variations
Color information
#C2B1EC (or 0xC2B1EC) is known color: Melrose. HEX triplet: C2, B1 and EC. RGB value is (194,177,236). Sum of RGB (Red+Green+Blue) = 194+177+236=607 (80% of max value = 765). Red value is 194 (76.17% from 255 or 31.96% from 607); Green value is 177 (69.53% from 255 or 29.16% from 607); Blue value is 236 (92.58% from 255 or 38.88% from 607); Max value from RGB is 236 - color contains mainly: blue. Hex color #C2B1EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C2B1EC is #3D4E13. Grayscale: #BCBCBC. Windows color (decimal): -4017684 or 15512002. OLE color: 15512002.
HSL color Cylindrical-coordinate representation of color #C2B1EC: hue angle of 257.29º degrees, saturation: 0.61, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C2B1EC is Cyan = 0.18, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 177 | 236 | - |
| CMYK | 0.18 | 0.25 | 0 | 0.07 |
| HSL | 257.29º | 0.61% | 0.81% | - |
| HSV(B) | 257.29º | 0.25% | 0.93% | - |
| XYZ | 53.11 | 48.97 | 86.01 | - |
| YUV | 188.81 | 154.63 | 131.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 177 | 236 | 0.18 | 0.25 | 0 | 0.07 | 257.29 | 0.61 | 0.81 |
| Hex | C2 | B1 | EC | 12 | 19 | 0 | 7 | 101 | 3D | 51 |
| Octal | 302 | 261 | 354 | 22 | 31 | 0 | 7 | 401 | 75 | 121 |
| Binary | 11000010 | 10110001 | 11101100 | 10010 | 11001 | 0 | 111 | 100000001 | 111101 | 1010001 |
Color Harmonies of #C2B1EC
Complementary color
Monochromatic Colors of #C2B1EC
Black with #C2B1EC
Text Example
Text Example
White with #C2B1EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B1EC; }
p { color: rgb(194,177,236); }
H1.HeaderClassName
{
color: #C2B1EC;
}
.AnyTagClassName
{
color: #C2B1EC;
}
</style>
background-color css
<style>
a { background-color: #C2B1EC; }
a { background-color: rgb(194,177,236); }
div.DivClassName
{
background-color: #C2B1EC;
}
.BgClassName
{
background-color: #C2B1EC;
}
</style>
border-color css
<style>
span { border-color: #C2B1EC; }
span { border-color: rgb(194,177,236); }
td.TdClassName
{
border-color: #C2B1EC;
}
.TagClassName
{
border-color: #C2B1EC;
}
</style>