Shades of Melrose #C3BBF3
Tints of Melrose #C3BBF3
RGB
CMYK
RGB Variations
Color information
#C3BBF3 (or 0xC3BBF3) is known color: Melrose. HEX triplet: C3, BB and F3. RGB value is (195,187,243). Sum of RGB (Red+Green+Blue) = 195+187+243=625 (82% of max value = 765). Red value is 195 (76.56% from 255 or 31.2% from 625); Green value is 187 (73.44% from 255 or 29.92% from 625); Blue value is 243 (95.31% from 255 or 38.88% from 625); Max value from RGB is 243 - color contains mainly: blue. Hex color #C3BBF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3BBF3 is #3C440C. Grayscale: #C3C3C3. Windows color (decimal): -3949581 or 15973315. OLE color: 15973315.
HSL color Cylindrical-coordinate representation of color #C3BBF3: hue angle of 248.57º degrees, saturation: 0.7, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C3BBF3 is Cyan = 0.20, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 195 | 187 | 243 | - |
| CMYK | 0.20 | 0.23 | 0 | 0.05 |
| HSL | 248.57º | 0.7% | 0.84% | - |
| HSV(B) | 248.57º | 0.23% | 0.95% | - |
| XYZ | 56.45 | 53.61 | 92.17 | - |
| YUV | 195.78 | 154.65 | 127.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 187 | 243 | 0.20 | 0.23 | 0 | 0.05 | 248.57 | 0.7 | 0.84 |
| Hex | C3 | BB | F3 | 14 | 17 | 0 | 5 | F9 | 46 | 54 |
| Octal | 303 | 273 | 363 | 24 | 27 | 0 | 5 | 371 | 106 | 124 |
| Binary | 11000011 | 10111011 | 11110011 | 10100 | 10111 | 0 | 101 | 11111001 | 1000110 | 1010100 |
Color Harmonies of #C3BBF3
Complementary color
Monochromatic Colors of #C3BBF3
Black with #C3BBF3
Text Example
Text Example
White with #C3BBF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BBF3; }
p { color: rgb(195,187,243); }
H1.HeaderClassName
{
color: #C3BBF3;
}
.AnyTagClassName
{
color: #C3BBF3;
}
</style>
background-color css
<style>
a { background-color: #C3BBF3; }
a { background-color: rgb(195,187,243); }
div.DivClassName
{
background-color: #C3BBF3;
}
.BgClassName
{
background-color: #C3BBF3;
}
</style>
border-color css
<style>
span { border-color: #C3BBF3; }
span { border-color: rgb(195,187,243); }
td.TdClassName
{
border-color: #C3BBF3;
}
.TagClassName
{
border-color: #C3BBF3;
}
</style>