Shades of Melrose #C3B1E3
Tints of Melrose #C3B1E3
RGB
CMYK
RGB Variations
Color information
#C3B1E3 (or 0xC3B1E3) is known color: Melrose. HEX triplet: C3, B1 and E3. RGB value is (195,177,227). Sum of RGB (Red+Green+Blue) = 195+177+227=599 (79% of max value = 765). Red value is 195 (76.56% from 255 or 32.55% from 599); Green value is 177 (69.53% from 255 or 29.55% from 599); Blue value is 227 (89.06% from 255 or 37.90% from 599); Max value from RGB is 227 - color contains mainly: blue. Hex color #C3B1E3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3B1E3 is #3C4E1C. Grayscale: #BBBBBB. Windows color (decimal): -3952157 or 14922179. OLE color: 14922179.
HSL color Cylindrical-coordinate representation of color #C3B1E3: hue angle of 261.6º degrees, saturation: 0.47, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C3B1E3 is Cyan = 0.14, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 195 | 177 | 227 | - |
| CMYK | 0.14 | 0.22 | 0 | 0.11 |
| HSL | 261.6º | 0.47% | 0.79% | - |
| HSV(B) | 261.6º | 0.22% | 0.89% | - |
| XYZ | 52.09 | 48.59 | 79.31 | - |
| YUV | 188.08 | 149.96 | 132.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 177 | 227 | 0.14 | 0.22 | 0 | 0.11 | 261.6 | 0.47 | 0.79 |
| Hex | C3 | B1 | E3 | E | 16 | 0 | B | 106 | 2F | 4F |
| Octal | 303 | 261 | 343 | 16 | 26 | 0 | 13 | 406 | 57 | 117 |
| Binary | 11000011 | 10110001 | 11100011 | 1110 | 10110 | 0 | 1011 | 100000110 | 101111 | 1001111 |
Color Harmonies of #C3B1E3
Complementary color
Monochromatic Colors of #C3B1E3
Black with #C3B1E3
Text Example
Text Example
White with #C3B1E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3B1E3; }
p { color: rgb(195,177,227); }
H1.HeaderClassName
{
color: #C3B1E3;
}
.AnyTagClassName
{
color: #C3B1E3;
}
</style>
background-color css
<style>
a { background-color: #C3B1E3; }
a { background-color: rgb(195,177,227); }
div.DivClassName
{
background-color: #C3B1E3;
}
.BgClassName
{
background-color: #C3B1E3;
}
</style>
border-color css
<style>
span { border-color: #C3B1E3; }
span { border-color: rgb(195,177,227); }
td.TdClassName
{
border-color: #C3B1E3;
}
.TagClassName
{
border-color: #C3B1E3;
}
</style>