Shades of Melrose #C7BCEB
Tints of Melrose #C7BCEB
RGB
CMYK
RGB Variations
Color information
#C7BCEB (or 0xC7BCEB) is known color: Melrose. HEX triplet: C7, BC and EB. RGB value is (199,188,235). Sum of RGB (Red+Green+Blue) = 199+188+235=622 (82% of max value = 765). Red value is 199 (78.12% from 255 or 31.99% from 622); Green value is 188 (73.83% from 255 or 30.23% from 622); Blue value is 235 (92.19% from 255 or 37.78% from 622); Max value from RGB is 235 - color contains mainly: blue. Hex color #C7BCEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7BCEB is #384314. Grayscale: #C4C4C4. Windows color (decimal): -3687189 or 15449287. OLE color: 15449287.
HSL color Cylindrical-coordinate representation of color #C7BCEB: hue angle of 254.04º degrees, saturation: 0.54, 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 #C7BCEB is Cyan = 0.15, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 199 | 188 | 235 | - |
| CMYK | 0.15 | 0.2 | 0 | 0.08 |
| HSL | 254.04º | 0.54% | 0.83% | - |
| HSV(B) | 254.04º | 0.2% | 0.92% | - |
| XYZ | 56.53 | 54.11 | 86.06 | - |
| YUV | 196.65 | 149.64 | 129.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 188 | 235 | 0.15 | 0.2 | 0 | 0.08 | 254.04 | 0.54 | 0.83 |
| Hex | C7 | BC | EB | F | 14 | 0 | 8 | FE | 36 | 53 |
| Octal | 307 | 274 | 353 | 17 | 24 | 0 | 10 | 376 | 66 | 123 |
| Binary | 11000111 | 10111100 | 11101011 | 1111 | 10100 | 0 | 1000 | 11111110 | 110110 | 1010011 |
Color Harmonies of #C7BCEB
Complementary color
Monochromatic Colors of #C7BCEB
Black with #C7BCEB
Text Example
Text Example
White with #C7BCEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BCEB; }
p { color: rgb(199,188,235); }
H1.HeaderClassName
{
color: #C7BCEB;
}
.AnyTagClassName
{
color: #C7BCEB;
}
</style>
background-color css
<style>
a { background-color: #C7BCEB; }
a { background-color: rgb(199,188,235); }
div.DivClassName
{
background-color: #C7BCEB;
}
.BgClassName
{
background-color: #C7BCEB;
}
</style>
border-color css
<style>
span { border-color: #C7BCEB; }
span { border-color: rgb(199,188,235); }
td.TdClassName
{
border-color: #C7BCEB;
}
.TagClassName
{
border-color: #C7BCEB;
}
</style>