Shades of Melrose #C7BFD7
Tints of Melrose #C7BFD7
RGB
CMYK
RGB Variations
Color information
#C7BFD7 (or 0xC7BFD7) is known color: Melrose. HEX triplet: C7, BF and D7. RGB value is (199,191,215). Sum of RGB (Red+Green+Blue) = 199+191+215=605 (80% of max value = 765). Red value is 199 (78.12% from 255 or 32.89% from 605); Green value is 191 (75% from 255 or 31.57% from 605); Blue value is 215 (84.38% from 255 or 35.54% from 605); Max value from RGB is 215 - color contains mainly: blue. Hex color #C7BFD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7BFD7 is #384028. Grayscale: #C4C4C4. Windows color (decimal): -3686441 or 14139335. OLE color: 14139335.
HSL color Cylindrical-coordinate representation of color #C7BFD7: hue angle of 260º degrees, saturation: 0.23, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C7BFD7 is Cyan = 0.07, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
RGB | 199 | 191 | 215 | - |
CMYK | 0.07 | 0.11 | 0 | 0.16 |
HSL | 260º | 0.23% | 0.8% | - |
HSV(B) | 260º | 0.11% | 0.84% | - |
XYZ | 54.45 | 54.31 | 71.9 | - |
YUV | 196.13 | 138.65 | 130.05 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 191 | 215 | 0.07 | 0.11 | 0 | 0.16 | 260 | 0.23 | 0.8 |
Hex | C7 | BF | D7 | 7 | B | 0 | 10 | 104 | 17 | 50 |
Octal | 307 | 277 | 327 | 7 | 13 | 0 | 20 | 404 | 27 | 120 |
Binary | 11000111 | 10111111 | 11010111 | 111 | 1011 | 0 | 10000 | 100000100 | 10111 | 1010000 |
Color Harmonies of #C7BFD7
Complementary color
Monochromatic Colors of #C7BFD7
Black with #C7BFD7
Text Example
Text Example
White with #C7BFD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BFD7; }
p { color: rgb(199,191,215); }
H1.HeaderClassName
{
color: #C7BFD7;
}
.AnyTagClassName
{
color: #C7BFD7;
}
</style>
background-color css
<style>
a { background-color: #C7BFD7; }
a { background-color: rgb(199,191,215); }
div.DivClassName
{
background-color: #C7BFD7;
}
.BgClassName
{
background-color: #C7BFD7;
}
</style>
border-color css
<style>
span { border-color: #C7BFD7; }
span { border-color: rgb(199,191,215); }
td.TdClassName
{
border-color: #C7BFD7;
}
.TagClassName
{
border-color: #C7BFD7;
}
</style>