Shades of Melrose #C7BBF3
Tints of Melrose #C7BBF3
RGB
CMYK
RGB Variations
Color information
#C7BBF3 (or 0xC7BBF3) is known color: Melrose. HEX triplet: C7, BB and F3. RGB value is (199,187,243). Sum of RGB (Red+Green+Blue) = 199+187+243=629 (83% of max value = 765). Red value is 199 (78.12% from 255 or 31.64% from 629); Green value is 187 (73.44% from 255 or 29.73% from 629); Blue value is 243 (95.31% from 255 or 38.63% from 629); Max value from RGB is 243 - color contains mainly: blue. Hex color #C7BBF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7BBF3 is #38440C. Grayscale: #C4C4C4. Windows color (decimal): -3687437 or 15973319. OLE color: 15973319.
HSL color Cylindrical-coordinate representation of color #C7BBF3: hue angle of 252.86º 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 #C7BBF3 is Cyan = 0.18, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 199 | 187 | 243 | - |
| CMYK | 0.18 | 0.23 | 0 | 0.05 |
| HSL | 252.86º | 0.7% | 0.84% | - |
| HSV(B) | 252.86º | 0.23% | 0.95% | - |
| XYZ | 57.5 | 54.15 | 92.22 | - |
| YUV | 196.97 | 153.98 | 129.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 187 | 243 | 0.18 | 0.23 | 0 | 0.05 | 252.86 | 0.7 | 0.84 |
| Hex | C7 | BB | F3 | 12 | 17 | 0 | 5 | FD | 46 | 54 |
| Octal | 307 | 273 | 363 | 22 | 27 | 0 | 5 | 375 | 106 | 124 |
| Binary | 11000111 | 10111011 | 11110011 | 10010 | 10111 | 0 | 101 | 11111101 | 1000110 | 1010100 |
Color Harmonies of #C7BBF3
Complementary color
Monochromatic Colors of #C7BBF3
Black with #C7BBF3
Text Example
Text Example
White with #C7BBF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BBF3; }
p { color: rgb(199,187,243); }
H1.HeaderClassName
{
color: #C7BBF3;
}
.AnyTagClassName
{
color: #C7BBF3;
}
</style>
background-color css
<style>
a { background-color: #C7BBF3; }
a { background-color: rgb(199,187,243); }
div.DivClassName
{
background-color: #C7BBF3;
}
.BgClassName
{
background-color: #C7BBF3;
}
</style>
border-color css
<style>
span { border-color: #C7BBF3; }
span { border-color: rgb(199,187,243); }
td.TdClassName
{
border-color: #C7BBF3;
}
.TagClassName
{
border-color: #C7BBF3;
}
</style>