Shades of Melrose #C7BDD9
Tints of Melrose #C7BDD9
RGB
CMYK
RGB Variations
Color information
#C7BDD9 (or 0xC7BDD9) is known color: Melrose. HEX triplet: C7, BD and D9. RGB value is (199,189,217). Sum of RGB (Red+Green+Blue) = 199+189+217=605 (80% of max value = 765). Red value is 199 (78.12% from 255 or 32.89% from 605); Green value is 189 (74.22% from 255 or 31.24% from 605); Blue value is 217 (85.16% from 255 or 35.87% from 605); Max value from RGB is 217 - color contains mainly: blue. Hex color #C7BDD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7BDD9 is #384226. Grayscale: #C3C3C3. Windows color (decimal): -3686951 or 14269895. OLE color: 14269895.
HSL color Cylindrical-coordinate representation of color #C7BDD9: hue angle of 261.43º degrees, saturation: 0.27, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C7BDD9 is Cyan = 0.08, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 199 | 189 | 217 | - |
| CMYK | 0.08 | 0.13 | 0 | 0.15 |
| HSL | 261.43º | 0.27% | 0.8% | - |
| HSV(B) | 261.43º | 0.13% | 0.85% | - |
| XYZ | 54.28 | 53.55 | 73.12 | - |
| YUV | 195.18 | 140.31 | 130.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 189 | 217 | 0.08 | 0.13 | 0 | 0.15 | 261.43 | 0.27 | 0.8 |
| Hex | C7 | BD | D9 | 8 | D | 0 | F | 105 | 1B | 50 |
| Octal | 307 | 275 | 331 | 10 | 15 | 0 | 17 | 405 | 33 | 120 |
| Binary | 11000111 | 10111101 | 11011001 | 1000 | 1101 | 0 | 1111 | 100000101 | 11011 | 1010000 |
Color Harmonies of #C7BDD9
Complementary color
Monochromatic Colors of #C7BDD9
Black with #C7BDD9
Text Example
Text Example
White with #C7BDD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BDD9; }
p { color: rgb(199,189,217); }
H1.HeaderClassName
{
color: #C7BDD9;
}
.AnyTagClassName
{
color: #C7BDD9;
}
</style>
background-color css
<style>
a { background-color: #C7BDD9; }
a { background-color: rgb(199,189,217); }
div.DivClassName
{
background-color: #C7BDD9;
}
.BgClassName
{
background-color: #C7BDD9;
}
</style>
border-color css
<style>
span { border-color: #C7BDD9; }
span { border-color: rgb(199,189,217); }
td.TdClassName
{
border-color: #C7BDD9;
}
.TagClassName
{
border-color: #C7BDD9;
}
</style>