Shades of Melrose #C7BBEA
Tints of Melrose #C7BBEA
RGB
CMYK
RGB Variations
Color information
#C7BBEA (or 0xC7BBEA) is known color: Melrose. HEX triplet: C7, BB and EA. RGB value is (199,187,234). Sum of RGB (Red+Green+Blue) = 199+187+234=620 (82% of max value = 765). Red value is 199 (78.12% from 255 or 32.10% from 620); Green value is 187 (73.44% from 255 or 30.16% from 620); Blue value is 234 (91.80% from 255 or 37.74% from 620); Max value from RGB is 234 - color contains mainly: blue. Hex color #C7BBEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7BBEA is #384415. Grayscale: #C3C3C3. Windows color (decimal): -3687446 or 15383495. OLE color: 15383495.
HSL color Cylindrical-coordinate representation of color #C7BBEA: hue angle of 255.32º degrees, saturation: 0.53, 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 #C7BBEA is Cyan = 0.15, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 199 | 187 | 234 | - |
| CMYK | 0.15 | 0.20 | 0 | 0.08 |
| HSL | 255.32º | 0.53% | 0.83% | - |
| HSV(B) | 255.32º | 0.2% | 0.92% | - |
| XYZ | 56.17 | 53.62 | 85.23 | - |
| YUV | 195.95 | 149.48 | 130.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 187 | 234 | 0.15 | 0.20 | 0 | 0.08 | 255.32 | 0.53 | 0.83 |
| Hex | C7 | BB | EA | F | 14 | 0 | 8 | FF | 35 | 53 |
| Octal | 307 | 273 | 352 | 17 | 24 | 0 | 10 | 377 | 65 | 123 |
| Binary | 11000111 | 10111011 | 11101010 | 1111 | 10100 | 0 | 1000 | 11111111 | 110101 | 1010011 |
Color Harmonies of #C7BBEA
Complementary color
Monochromatic Colors of #C7BBEA
Black with #C7BBEA
Text Example
Text Example
White with #C7BBEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BBEA; }
p { color: rgb(199,187,234); }
H1.HeaderClassName
{
color: #C7BBEA;
}
.AnyTagClassName
{
color: #C7BBEA;
}
</style>
background-color css
<style>
a { background-color: #C7BBEA; }
a { background-color: rgb(199,187,234); }
div.DivClassName
{
background-color: #C7BBEA;
}
.BgClassName
{
background-color: #C7BBEA;
}
</style>
border-color css
<style>
span { border-color: #C7BBEA; }
span { border-color: rgb(199,187,234); }
td.TdClassName
{
border-color: #C7BBEA;
}
.TagClassName
{
border-color: #C7BBEA;
}
</style>