Shades of Melrose #C7BED6
Tints of Melrose #C7BED6
RGB
CMYK
RGB Variations
Color information
#C7BED6 (or 0xC7BED6) is known color: Melrose. HEX triplet: C7, BE and D6. RGB value is (199,190,214). Sum of RGB (Red+Green+Blue) = 199+190+214=603 (79% of max value = 765). Red value is 199 (78.12% from 255 or 33.00% from 603); Green value is 190 (74.61% from 255 or 31.51% from 603); Blue value is 214 (83.98% from 255 or 35.49% from 603); Max value from RGB is 214 - color contains mainly: blue. Hex color #C7BED6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7BED6 is #384129. Grayscale: #C3C3C3. Windows color (decimal): -3686698 or 14073543. OLE color: 14073543.
HSL color Cylindrical-coordinate representation of color #C7BED6: hue angle of 262.5º degrees, saturation: 0.23, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C7BED6 is Cyan = 0.07, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 199 | 190 | 214 | - |
| CMYK | 0.07 | 0.11 | 0 | 0.16 |
| HSL | 262.5º | 0.23% | 0.79% | - |
| HSV(B) | 262.5º | 0.11% | 0.84% | - |
| XYZ | 54.1 | 53.82 | 71.16 | - |
| YUV | 195.43 | 138.48 | 130.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 190 | 214 | 0.07 | 0.11 | 0 | 0.16 | 262.5 | 0.23 | 0.79 |
| Hex | C7 | BE | D6 | 7 | B | 0 | 10 | 106 | 17 | 4F |
| Octal | 307 | 276 | 326 | 7 | 13 | 0 | 20 | 406 | 27 | 117 |
| Binary | 11000111 | 10111110 | 11010110 | 111 | 1011 | 0 | 10000 | 100000110 | 10111 | 1001111 |
Color Harmonies of #C7BED6
Complementary color
Monochromatic Colors of #C7BED6
Black with #C7BED6
Text Example
Text Example
White with #C7BED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BED6; }
p { color: rgb(199,190,214); }
H1.HeaderClassName
{
color: #C7BED6;
}
.AnyTagClassName
{
color: #C7BED6;
}
</style>
background-color css
<style>
a { background-color: #C7BED6; }
a { background-color: rgb(199,190,214); }
div.DivClassName
{
background-color: #C7BED6;
}
.BgClassName
{
background-color: #C7BED6;
}
</style>
border-color css
<style>
span { border-color: #C7BED6; }
span { border-color: rgb(199,190,214); }
td.TdClassName
{
border-color: #C7BED6;
}
.TagClassName
{
border-color: #C7BED6;
}
</style>