Shades of Melrose #C1B1E1
Tints of Melrose #C1B1E1
RGB
CMYK
RGB Variations
Color information
#C1B1E1 (or 0xC1B1E1) is known color: Melrose. HEX triplet: C1, B1 and E1. RGB value is (193,177,225). Sum of RGB (Red+Green+Blue) = 193+177+225=595 (78% of max value = 765). Red value is 193 (75.78% from 255 or 32.44% from 595); Green value is 177 (69.53% from 255 or 29.75% from 595); Blue value is 225 (88.28% from 255 or 37.82% from 595); Max value from RGB is 225 - color contains mainly: blue. Hex color #C1B1E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1B1E1 is #3E4E1E. Grayscale: #BBBBBB. Windows color (decimal): -4083231 or 14791105. OLE color: 14791105.
HSL color Cylindrical-coordinate representation of color #C1B1E1: hue angle of 260º degrees, saturation: 0.44, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C1B1E1 is Cyan = 0.14, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 193 | 177 | 225 | - |
| CMYK | 0.14 | 0.21 | 0 | 0.12 |
| HSL | 260º | 0.44% | 0.79% | - |
| HSV(B) | 260º | 0.21% | 0.88% | - |
| XYZ | 51.31 | 48.22 | 77.84 | - |
| YUV | 187.26 | 149.3 | 132.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 177 | 225 | 0.14 | 0.21 | 0 | 0.12 | 260 | 0.44 | 0.79 |
| Hex | C1 | B1 | E1 | E | 15 | 0 | C | 104 | 2C | 4F |
| Octal | 301 | 261 | 341 | 16 | 25 | 0 | 14 | 404 | 54 | 117 |
| Binary | 11000001 | 10110001 | 11100001 | 1110 | 10101 | 0 | 1100 | 100000100 | 101100 | 1001111 |
Color Harmonies of #C1B1E1
Complementary color
Monochromatic Colors of #C1B1E1
Black with #C1B1E1
Text Example
Text Example
White with #C1B1E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1B1E1; }
p { color: rgb(193,177,225); }
H1.HeaderClassName
{
color: #C1B1E1;
}
.AnyTagClassName
{
color: #C1B1E1;
}
</style>
background-color css
<style>
a { background-color: #C1B1E1; }
a { background-color: rgb(193,177,225); }
div.DivClassName
{
background-color: #C1B1E1;
}
.BgClassName
{
background-color: #C1B1E1;
}
</style>
border-color css
<style>
span { border-color: #C1B1E1; }
span { border-color: rgb(193,177,225); }
td.TdClassName
{
border-color: #C1B1E1;
}
.TagClassName
{
border-color: #C1B1E1;
}
</style>