Shades of Melrose #C1B2E9
Tints of Melrose #C1B2E9
RGB
CMYK
RGB Variations
Color information
#C1B2E9 (or 0xC1B2E9) is known color: Melrose. HEX triplet: C1, B2 and E9. RGB value is (193,178,233). Sum of RGB (Red+Green+Blue) = 193+178+233=604 (80% of max value = 765). Red value is 193 (75.78% from 255 or 31.95% from 604); Green value is 178 (69.92% from 255 or 29.47% from 604); Blue value is 233 (91.41% from 255 or 38.58% from 604); Max value from RGB is 233 - color contains mainly: blue. Hex color #C1B2E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C1B2E9 is #3E4D16. Grayscale: #BCBCBC. Windows color (decimal): -4082967 or 15315649. OLE color: 15315649.
HSL color Cylindrical-coordinate representation of color #C1B2E9: hue angle of 256.36º degrees, saturation: 0.56, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C1B2E9 is Cyan = 0.17, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 193 | 178 | 233 | - |
| CMYK | 0.17 | 0.24 | 0 | 0.09 |
| HSL | 256.36º | 0.56% | 0.81% | - |
| HSV(B) | 256.36º | 0.24% | 0.91% | - |
| XYZ | 52.62 | 49.06 | 83.79 | - |
| YUV | 188.76 | 152.97 | 131.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 178 | 233 | 0.17 | 0.24 | 0 | 0.09 | 256.36 | 0.56 | 0.81 |
| Hex | C1 | B2 | E9 | 11 | 18 | 0 | 9 | 100 | 38 | 51 |
| Octal | 301 | 262 | 351 | 21 | 30 | 0 | 11 | 400 | 70 | 121 |
| Binary | 11000001 | 10110010 | 11101001 | 10001 | 11000 | 0 | 1001 | 100000000 | 111000 | 1010001 |
Color Harmonies of #C1B2E9
Complementary color
Monochromatic Colors of #C1B2E9
Black with #C1B2E9
Text Example
Text Example
White with #C1B2E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1B2E9; }
p { color: rgb(193,178,233); }
H1.HeaderClassName
{
color: #C1B2E9;
}
.AnyTagClassName
{
color: #C1B2E9;
}
</style>
background-color css
<style>
a { background-color: #C1B2E9; }
a { background-color: rgb(193,178,233); }
div.DivClassName
{
background-color: #C1B2E9;
}
.BgClassName
{
background-color: #C1B2E9;
}
</style>
border-color css
<style>
span { border-color: #C1B2E9; }
span { border-color: rgb(193,178,233); }
td.TdClassName
{
border-color: #C1B2E9;
}
.TagClassName
{
border-color: #C1B2E9;
}
</style>