Shades of Melrose #C7BBF1
Tints of Melrose #C7BBF1
RGB
CMYK
RGB Variations
Color information
#C7BBF1 (or 0xC7BBF1) is known color: Melrose. HEX triplet: C7, BB and F1. RGB value is (199,187,241). Sum of RGB (Red+Green+Blue) = 199+187+241=627 (83% of max value = 765). Red value is 199 (78.12% from 255 or 31.74% from 627); Green value is 187 (73.44% from 255 or 29.82% from 627); Blue value is 241 (94.53% from 255 or 38.44% from 627); Max value from RGB is 241 - color contains mainly: blue. Hex color #C7BBF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7BBF1 is #38440E. Grayscale: #C4C4C4. Windows color (decimal): -3687439 or 15842247. OLE color: 15842247.
HSL color Cylindrical-coordinate representation of color #C7BBF1: hue angle of 253.33º degrees, saturation: 0.66, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C7BBF1 is Cyan = 0.17, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 199 | 187 | 241 | - |
| CMYK | 0.17 | 0.22 | 0 | 0.05 |
| HSL | 253.33º | 0.66% | 0.84% | - |
| HSV(B) | 253.33º | 0.22% | 0.95% | - |
| XYZ | 57.2 | 54.03 | 90.63 | - |
| YUV | 196.74 | 152.98 | 129.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 187 | 241 | 0.17 | 0.22 | 0 | 0.05 | 253.33 | 0.66 | 0.84 |
| Hex | C7 | BB | F1 | 11 | 16 | 0 | 5 | FD | 42 | 54 |
| Octal | 307 | 273 | 361 | 21 | 26 | 0 | 5 | 375 | 102 | 124 |
| Binary | 11000111 | 10111011 | 11110001 | 10001 | 10110 | 0 | 101 | 11111101 | 1000010 | 1010100 |
Color Harmonies of #C7BBF1
Complementary color
Monochromatic Colors of #C7BBF1
Black with #C7BBF1
Text Example
Text Example
White with #C7BBF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BBF1; }
p { color: rgb(199,187,241); }
H1.HeaderClassName
{
color: #C7BBF1;
}
.AnyTagClassName
{
color: #C7BBF1;
}
</style>
background-color css
<style>
a { background-color: #C7BBF1; }
a { background-color: rgb(199,187,241); }
div.DivClassName
{
background-color: #C7BBF1;
}
.BgClassName
{
background-color: #C7BBF1;
}
</style>
border-color css
<style>
span { border-color: #C7BBF1; }
span { border-color: rgb(199,187,241); }
td.TdClassName
{
border-color: #C7BBF1;
}
.TagClassName
{
border-color: #C7BBF1;
}
</style>