Shades of Melrose #C7BFEC
Tints of Melrose #C7BFEC
RGB
CMYK
RGB Variations
Color information
#C7BFEC (or 0xC7BFEC) is known color: Melrose. HEX triplet: C7, BF and EC. RGB value is (199,191,236). Sum of RGB (Red+Green+Blue) = 199+191+236=626 (82% of max value = 765). Red value is 199 (78.12% from 255 or 31.79% from 626); Green value is 191 (75% from 255 or 30.51% from 626); Blue value is 236 (92.58% from 255 or 37.70% from 626); Max value from RGB is 236 - color contains mainly: blue. Hex color #C7BFEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7BFEC is #384013. Grayscale: #C6C6C6. Windows color (decimal): -3686420 or 15515591. OLE color: 15515591.
HSL color Cylindrical-coordinate representation of color #C7BFEC: hue angle of 250.67º degrees, saturation: 0.54, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C7BFEC is Cyan = 0.16, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 199 | 191 | 236 | - |
| CMYK | 0.16 | 0.19 | 0 | 0.07 |
| HSL | 250.67º | 0.54% | 0.84% | - |
| HSV(B) | 250.67º | 0.19% | 0.93% | - |
| XYZ | 57.32 | 55.46 | 87.04 | - |
| YUV | 198.52 | 149.15 | 128.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 191 | 236 | 0.16 | 0.19 | 0 | 0.07 | 250.67 | 0.54 | 0.84 |
| Hex | C7 | BF | EC | 10 | 13 | 0 | 7 | FB | 36 | 54 |
| Octal | 307 | 277 | 354 | 20 | 23 | 0 | 7 | 373 | 66 | 124 |
| Binary | 11000111 | 10111111 | 11101100 | 10000 | 10011 | 0 | 111 | 11111011 | 110110 | 1010100 |
Color Harmonies of #C7BFEC
Complementary color
Monochromatic Colors of #C7BFEC
Black with #C7BFEC
Text Example
Text Example
White with #C7BFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BFEC; }
p { color: rgb(199,191,236); }
H1.HeaderClassName
{
color: #C7BFEC;
}
.AnyTagClassName
{
color: #C7BFEC;
}
</style>
background-color css
<style>
a { background-color: #C7BFEC; }
a { background-color: rgb(199,191,236); }
div.DivClassName
{
background-color: #C7BFEC;
}
.BgClassName
{
background-color: #C7BFEC;
}
</style>
border-color css
<style>
span { border-color: #C7BFEC; }
span { border-color: rgb(199,191,236); }
td.TdClassName
{
border-color: #C7BFEC;
}
.TagClassName
{
border-color: #C7BFEC;
}
</style>