Shades of Melrose #C7BBEB
Tints of Melrose #C7BBEB
RGB
CMYK
RGB Variations
Color information
#C7BBEB (or 0xC7BBEB) is known color: Melrose. HEX triplet: C7, BB and EB. RGB value is (199,187,235). Sum of RGB (Red+Green+Blue) = 199+187+235=621 (82% of max value = 765). Red value is 199 (78.12% from 255 or 32.05% from 621); Green value is 187 (73.44% from 255 or 30.11% from 621); Blue value is 235 (92.19% from 255 or 37.84% from 621); Max value from RGB is 235 - color contains mainly: blue. Hex color #C7BBEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7BBEB is #384414. Grayscale: #C3C3C3. Windows color (decimal): -3687445 or 15449031. OLE color: 15449031.
HSL color Cylindrical-coordinate representation of color #C7BBEB: hue angle of 255º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C7BBEB is Cyan = 0.15, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 199 | 187 | 235 | - |
| CMYK | 0.15 | 0.20 | 0 | 0.08 |
| HSL | 255º | 0.55% | 0.83% | - |
| HSV(B) | 255º | 0.2% | 0.92% | - |
| XYZ | 56.32 | 53.68 | 85.99 | - |
| YUV | 196.06 | 149.98 | 130.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 187 | 235 | 0.15 | 0.20 | 0 | 0.08 | 255 | 0.55 | 0.83 |
| Hex | C7 | BB | EB | F | 14 | 0 | 8 | FF | 37 | 53 |
| Octal | 307 | 273 | 353 | 17 | 24 | 0 | 10 | 377 | 67 | 123 |
| Binary | 11000111 | 10111011 | 11101011 | 1111 | 10100 | 0 | 1000 | 11111111 | 110111 | 1010011 |
Color Harmonies of #C7BBEB
Complementary color
Monochromatic Colors of #C7BBEB
Black with #C7BBEB
Text Example
Text Example
White with #C7BBEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BBEB; }
p { color: rgb(199,187,235); }
H1.HeaderClassName
{
color: #C7BBEB;
}
.AnyTagClassName
{
color: #C7BBEB;
}
</style>
background-color css
<style>
a { background-color: #C7BBEB; }
a { background-color: rgb(199,187,235); }
div.DivClassName
{
background-color: #C7BBEB;
}
.BgClassName
{
background-color: #C7BBEB;
}
</style>
border-color css
<style>
span { border-color: #C7BBEB; }
span { border-color: rgb(199,187,235); }
td.TdClassName
{
border-color: #C7BBEB;
}
.TagClassName
{
border-color: #C7BBEB;
}
</style>