Shades of Melrose #C7BCDF
Tints of Melrose #C7BCDF
RGB
CMYK
RGB Variations
Color information
#C7BCDF (or 0xC7BCDF) is known color: Melrose. HEX triplet: C7, BC and DF. RGB value is (199,188,223). Sum of RGB (Red+Green+Blue) = 199+188+223=610 (80% of max value = 765). Red value is 199 (78.12% from 255 or 32.62% from 610); Green value is 188 (73.83% from 255 or 30.82% from 610); Blue value is 223 (87.5% from 255 or 36.56% from 610); Max value from RGB is 223 - color contains mainly: blue. Hex color #C7BCDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7BCDF is #384320. Grayscale: #C3C3C3. Windows color (decimal): -3687201 or 14662855. OLE color: 14662855.
HSL color Cylindrical-coordinate representation of color #C7BCDF: hue angle of 258.86º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C7BCDF is Cyan = 0.11, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 199 | 188 | 223 | - |
| CMYK | 0.11 | 0.16 | 0 | 0.13 |
| HSL | 258.86º | 0.35% | 0.81% | - |
| HSV(B) | 258.86º | 0.16% | 0.87% | - |
| XYZ | 54.86 | 53.44 | 77.24 | - |
| YUV | 195.28 | 143.64 | 130.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 188 | 223 | 0.11 | 0.16 | 0 | 0.13 | 258.86 | 0.35 | 0.81 |
| Hex | C7 | BC | DF | B | 10 | 0 | D | 103 | 23 | 51 |
| Octal | 307 | 274 | 337 | 13 | 20 | 0 | 15 | 403 | 43 | 121 |
| Binary | 11000111 | 10111100 | 11011111 | 1011 | 10000 | 0 | 1101 | 100000011 | 100011 | 1010001 |
Color Harmonies of #C7BCDF
Complementary color
Monochromatic Colors of #C7BCDF
Black with #C7BCDF
Text Example
Text Example
White with #C7BCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BCDF; }
p { color: rgb(199,188,223); }
H1.HeaderClassName
{
color: #C7BCDF;
}
.AnyTagClassName
{
color: #C7BCDF;
}
</style>
background-color css
<style>
a { background-color: #C7BCDF; }
a { background-color: rgb(199,188,223); }
div.DivClassName
{
background-color: #C7BCDF;
}
.BgClassName
{
background-color: #C7BCDF;
}
</style>
border-color css
<style>
span { border-color: #C7BCDF; }
span { border-color: rgb(199,188,223); }
td.TdClassName
{
border-color: #C7BCDF;
}
.TagClassName
{
border-color: #C7BCDF;
}
</style>