Shades of Melrose #C1B1EB
Tints of Melrose #C1B1EB
RGB
CMYK
RGB Variations
Color information
#C1B1EB (or 0xC1B1EB) is known color: Melrose. HEX triplet: C1, B1 and EB. RGB value is (193,177,235). Sum of RGB (Red+Green+Blue) = 193+177+235=605 (80% of max value = 765). Red value is 193 (75.78% from 255 or 31.90% from 605); Green value is 177 (69.53% from 255 or 29.26% from 605); Blue value is 235 (92.19% from 255 or 38.84% from 605); Max value from RGB is 235 - color contains mainly: blue. Hex color #C1B1EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C1B1EB is #3E4E14. Grayscale: #BCBCBC. Windows color (decimal): -4083221 or 15446465. OLE color: 15446465.
HSL color Cylindrical-coordinate representation of color #C1B1EB: hue angle of 256.55º degrees, saturation: 0.59, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C1B1EB is Cyan = 0.18, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 193 | 177 | 235 | - |
| CMYK | 0.18 | 0.25 | 0 | 0.08 |
| HSL | 256.55º | 0.59% | 0.81% | - |
| HSV(B) | 256.55º | 0.25% | 0.92% | - |
| XYZ | 52.71 | 48.78 | 85.23 | - |
| YUV | 188.4 | 154.3 | 131.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 177 | 235 | 0.18 | 0.25 | 0 | 0.08 | 256.55 | 0.59 | 0.81 |
| Hex | C1 | B1 | EB | 12 | 19 | 0 | 8 | 101 | 3B | 51 |
| Octal | 301 | 261 | 353 | 22 | 31 | 0 | 10 | 401 | 73 | 121 |
| Binary | 11000001 | 10110001 | 11101011 | 10010 | 11001 | 0 | 1000 | 100000001 | 111011 | 1010001 |
Color Harmonies of #C1B1EB
Complementary color
Monochromatic Colors of #C1B1EB
Black with #C1B1EB
Text Example
Text Example
White with #C1B1EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1B1EB; }
p { color: rgb(193,177,235); }
H1.HeaderClassName
{
color: #C1B1EB;
}
.AnyTagClassName
{
color: #C1B1EB;
}
</style>
background-color css
<style>
a { background-color: #C1B1EB; }
a { background-color: rgb(193,177,235); }
div.DivClassName
{
background-color: #C1B1EB;
}
.BgClassName
{
background-color: #C1B1EB;
}
</style>
border-color css
<style>
span { border-color: #C1B1EB; }
span { border-color: rgb(193,177,235); }
td.TdClassName
{
border-color: #C1B1EB;
}
.TagClassName
{
border-color: #C1B1EB;
}
</style>