Shades of Melrose #C7BBF5
Tints of Melrose #C7BBF5
RGB
CMYK
RGB Variations
Color information
#C7BBF5 (or 0xC7BBF5) is known color: Melrose. HEX triplet: C7, BB and F5. RGB value is (199,187,245). Sum of RGB (Red+Green+Blue) = 199+187+245=631 (83% of max value = 765). Red value is 199 (78.12% from 255 or 31.54% from 631); Green value is 187 (73.44% from 255 or 29.64% from 631); Blue value is 245 (96.09% from 255 or 38.83% from 631); Max value from RGB is 245 - color contains mainly: blue. Hex color #C7BBF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7BBF5 is #38440A. Grayscale: #C4C4C4. Windows color (decimal): -3687435 or 16104391. OLE color: 16104391.
HSL color Cylindrical-coordinate representation of color #C7BBF5: hue angle of 252.41º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C7BBF5 is Cyan = 0.19, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 199 | 187 | 245 | - |
| CMYK | 0.19 | 0.24 | 0 | 0.04 |
| HSL | 252.41º | 0.74% | 0.85% | - |
| HSV(B) | 252.41º | 0.24% | 0.96% | - |
| XYZ | 57.8 | 54.28 | 93.82 | - |
| YUV | 197.2 | 154.98 | 129.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 187 | 245 | 0.19 | 0.24 | 0 | 0.04 | 252.41 | 0.74 | 0.85 |
| Hex | C7 | BB | F5 | 13 | 18 | 0 | 4 | FC | 4A | 55 |
| Octal | 307 | 273 | 365 | 23 | 30 | 0 | 4 | 374 | 112 | 125 |
| Binary | 11000111 | 10111011 | 11110101 | 10011 | 11000 | 0 | 100 | 11111100 | 1001010 | 1010101 |
Color Harmonies of #C7BBF5
Complementary color
Monochromatic Colors of #C7BBF5
Black with #C7BBF5
Text Example
Text Example
White with #C7BBF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BBF5; }
p { color: rgb(199,187,245); }
H1.HeaderClassName
{
color: #C7BBF5;
}
.AnyTagClassName
{
color: #C7BBF5;
}
</style>
background-color css
<style>
a { background-color: #C7BBF5; }
a { background-color: rgb(199,187,245); }
div.DivClassName
{
background-color: #C7BBF5;
}
.BgClassName
{
background-color: #C7BBF5;
}
</style>
border-color css
<style>
span { border-color: #C7BBF5; }
span { border-color: rgb(199,187,245); }
td.TdClassName
{
border-color: #C7BBF5;
}
.TagClassName
{
border-color: #C7BBF5;
}
</style>