Shades of Melrose #C7BFD5
Tints of Melrose #C7BFD5
RGB
CMYK
RGB Variations
Color information
#C7BFD5 (or 0xC7BFD5) is known color: Melrose. HEX triplet: C7, BF and D5. RGB value is (199,191,213). Sum of RGB (Red+Green+Blue) = 199+191+213=603 (79% of max value = 765). Red value is 199 (78.12% from 255 or 33.00% from 603); Green value is 191 (75% from 255 or 31.67% from 603); Blue value is 213 (83.59% from 255 or 35.32% from 603); Max value from RGB is 213 - color contains mainly: blue. Hex color #C7BFD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7BFD5 is #38402A. Grayscale: #C3C3C3. Windows color (decimal): -3686443 or 14008263. OLE color: 14008263.
HSL color Cylindrical-coordinate representation of color #C7BFD5: hue angle of 261.82º degrees, saturation: 0.21, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C7BFD5 is Cyan = 0.07, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 199 | 191 | 213 | - |
| CMYK | 0.07 | 0.10 | 0 | 0.16 |
| HSL | 261.82º | 0.21% | 0.79% | - |
| HSV(B) | 261.82º | 0.1% | 0.84% | - |
| XYZ | 54.19 | 54.21 | 70.56 | - |
| YUV | 195.9 | 137.65 | 130.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 191 | 213 | 0.07 | 0.10 | 0 | 0.16 | 261.82 | 0.21 | 0.79 |
| Hex | C7 | BF | D5 | 7 | A | 0 | 10 | 106 | 15 | 4F |
| Octal | 307 | 277 | 325 | 7 | 12 | 0 | 20 | 406 | 25 | 117 |
| Binary | 11000111 | 10111111 | 11010101 | 111 | 1010 | 0 | 10000 | 100000110 | 10101 | 1001111 |
Color Harmonies of #C7BFD5
Complementary color
Monochromatic Colors of #C7BFD5
Black with #C7BFD5
Text Example
Text Example
White with #C7BFD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BFD5; }
p { color: rgb(199,191,213); }
H1.HeaderClassName
{
color: #C7BFD5;
}
.AnyTagClassName
{
color: #C7BFD5;
}
</style>
background-color css
<style>
a { background-color: #C7BFD5; }
a { background-color: rgb(199,191,213); }
div.DivClassName
{
background-color: #C7BFD5;
}
.BgClassName
{
background-color: #C7BFD5;
}
</style>
border-color css
<style>
span { border-color: #C7BFD5; }
span { border-color: rgb(199,191,213); }
td.TdClassName
{
border-color: #C7BFD5;
}
.TagClassName
{
border-color: #C7BFD5;
}
</style>