Shades of Melrose #C7BFDC
Tints of Melrose #C7BFDC
RGB
CMYK
RGB Variations
Color information
#C7BFDC (or 0xC7BFDC) is known color: Melrose. HEX triplet: C7, BF and DC. RGB value is (199,191,220). Sum of RGB (Red+Green+Blue) = 199+191+220=610 (80% of max value = 765). Red value is 199 (78.12% from 255 or 32.62% from 610); Green value is 191 (75% from 255 or 31.31% from 610); Blue value is 220 (86.33% from 255 or 36.07% from 610); Max value from RGB is 220 - color contains mainly: blue. Hex color #C7BFDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7BFDC is #384023. Grayscale: #C4C4C4. Windows color (decimal): -3686436 or 14467015. OLE color: 14467015.
HSL color Cylindrical-coordinate representation of color #C7BFDC: hue angle of 256.55º degrees, saturation: 0.29, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C7BFDC is Cyan = 0.10, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 199 | 191 | 220 | - |
| CMYK | 0.10 | 0.13 | 0 | 0.14 |
| HSL | 256.55º | 0.29% | 0.81% | - |
| HSV(B) | 256.55º | 0.13% | 0.86% | - |
| XYZ | 55.1 | 54.57 | 75.34 | - |
| YUV | 196.7 | 141.15 | 129.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 191 | 220 | 0.10 | 0.13 | 0 | 0.14 | 256.55 | 0.29 | 0.81 |
| Hex | C7 | BF | DC | A | D | 0 | E | 101 | 1D | 51 |
| Octal | 307 | 277 | 334 | 12 | 15 | 0 | 16 | 401 | 35 | 121 |
| Binary | 11000111 | 10111111 | 11011100 | 1010 | 1101 | 0 | 1110 | 100000001 | 11101 | 1010001 |
Color Harmonies of #C7BFDC
Complementary color
Monochromatic Colors of #C7BFDC
Black with #C7BFDC
Text Example
Text Example
White with #C7BFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BFDC; }
p { color: rgb(199,191,220); }
H1.HeaderClassName
{
color: #C7BFDC;
}
.AnyTagClassName
{
color: #C7BFDC;
}
</style>
background-color css
<style>
a { background-color: #C7BFDC; }
a { background-color: rgb(199,191,220); }
div.DivClassName
{
background-color: #C7BFDC;
}
.BgClassName
{
background-color: #C7BFDC;
}
</style>
border-color css
<style>
span { border-color: #C7BFDC; }
span { border-color: rgb(199,191,220); }
td.TdClassName
{
border-color: #C7BFDC;
}
.TagClassName
{
border-color: #C7BFDC;
}
</style>