Shades of Melrose #C7B9DC
Tints of Melrose #C7B9DC
RGB
CMYK
RGB Variations
Color information
#C7B9DC (or 0xC7B9DC) is known color: Melrose. HEX triplet: C7, B9 and DC. RGB value is (199,185,220). Sum of RGB (Red+Green+Blue) = 199+185+220=604 (80% of max value = 765). Red value is 199 (78.12% from 255 or 32.95% from 604); Green value is 185 (72.66% from 255 or 30.63% from 604); Blue value is 220 (86.33% from 255 or 36.42% from 604); Max value from RGB is 220 - color contains mainly: blue. Hex color #C7B9DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7B9DC is #384623. Grayscale: #C1C1C1. Windows color (decimal): -3687972 or 14465479. OLE color: 14465479.
HSL color Cylindrical-coordinate representation of color #C7B9DC: hue angle of 264º degrees, saturation: 0.33, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C7B9DC is Cyan = 0.10, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 199 | 185 | 220 | - |
| CMYK | 0.10 | 0.16 | 0 | 0.14 |
| HSL | 264º | 0.33% | 0.79% | - |
| HSV(B) | 264º | 0.16% | 0.86% | - |
| XYZ | 53.82 | 52.01 | 74.91 | - |
| YUV | 193.18 | 143.14 | 132.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 185 | 220 | 0.10 | 0.16 | 0 | 0.14 | 264 | 0.33 | 0.79 |
| Hex | C7 | B9 | DC | A | 10 | 0 | E | 108 | 21 | 4F |
| Octal | 307 | 271 | 334 | 12 | 20 | 0 | 16 | 410 | 41 | 117 |
| Binary | 11000111 | 10111001 | 11011100 | 1010 | 10000 | 0 | 1110 | 100001000 | 100001 | 1001111 |
Color Harmonies of #C7B9DC
Complementary color
Monochromatic Colors of #C7B9DC
Black with #C7B9DC
Text Example
Text Example
White with #C7B9DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B9DC; }
p { color: rgb(199,185,220); }
H1.HeaderClassName
{
color: #C7B9DC;
}
.AnyTagClassName
{
color: #C7B9DC;
}
</style>
background-color css
<style>
a { background-color: #C7B9DC; }
a { background-color: rgb(199,185,220); }
div.DivClassName
{
background-color: #C7B9DC;
}
.BgClassName
{
background-color: #C7B9DC;
}
</style>
border-color css
<style>
span { border-color: #C7B9DC; }
span { border-color: rgb(199,185,220); }
td.TdClassName
{
border-color: #C7B9DC;
}
.TagClassName
{
border-color: #C7B9DC;
}
</style>