Shades of Melrose #C1B3E8
Tints of Melrose #C1B3E8
RGB
CMYK
RGB Variations
Color information
#C1B3E8 (or 0xC1B3E8) is known color: Melrose. HEX triplet: C1, B3 and E8. RGB value is (193,179,232). Sum of RGB (Red+Green+Blue) = 193+179+232=604 (80% of max value = 765). Red value is 193 (75.78% from 255 or 31.95% from 604); Green value is 179 (70.31% from 255 or 29.64% from 604); Blue value is 232 (91.02% from 255 or 38.41% from 604); Max value from RGB is 232 - color contains mainly: blue. Hex color #C1B3E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1B3E8 is #3E4C17. Grayscale: #BDBDBD. Windows color (decimal): -4082712 or 15250369. OLE color: 15250369.
HSL color Cylindrical-coordinate representation of color #C1B3E8: hue angle of 255.85º degrees, saturation: 0.54, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C1B3E8 is Cyan = 0.17, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 193 | 179 | 232 | - |
| CMYK | 0.17 | 0.23 | 0 | 0.09 |
| HSL | 255.85º | 0.54% | 0.81% | - |
| HSV(B) | 255.85º | 0.23% | 0.91% | - |
| XYZ | 52.68 | 49.4 | 83.1 | - |
| YUV | 189.23 | 152.14 | 130.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 179 | 232 | 0.17 | 0.23 | 0 | 0.09 | 255.85 | 0.54 | 0.81 |
| Hex | C1 | B3 | E8 | 11 | 17 | 0 | 9 | 100 | 36 | 51 |
| Octal | 301 | 263 | 350 | 21 | 27 | 0 | 11 | 400 | 66 | 121 |
| Binary | 11000001 | 10110011 | 11101000 | 10001 | 10111 | 0 | 1001 | 100000000 | 110110 | 1010001 |
Color Harmonies of #C1B3E8
Complementary color
Monochromatic Colors of #C1B3E8
Black with #C1B3E8
Text Example
Text Example
White with #C1B3E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1B3E8; }
p { color: rgb(193,179,232); }
H1.HeaderClassName
{
color: #C1B3E8;
}
.AnyTagClassName
{
color: #C1B3E8;
}
</style>
background-color css
<style>
a { background-color: #C1B3E8; }
a { background-color: rgb(193,179,232); }
div.DivClassName
{
background-color: #C1B3E8;
}
.BgClassName
{
background-color: #C1B3E8;
}
</style>
border-color css
<style>
span { border-color: #C1B3E8; }
span { border-color: rgb(193,179,232); }
td.TdClassName
{
border-color: #C1B3E8;
}
.TagClassName
{
border-color: #C1B3E8;
}
</style>