Shades of Melrose #C7BADE
Tints of Melrose #C7BADE
RGB
CMYK
RGB Variations
Color information
#C7BADE (or 0xC7BADE) is known color: Melrose. HEX triplet: C7, BA and DE. RGB value is (199,186,222). Sum of RGB (Red+Green+Blue) = 199+186+222=607 (80% of max value = 765). Red value is 199 (78.12% from 255 or 32.78% from 607); Green value is 186 (73.05% from 255 or 30.64% from 607); Blue value is 222 (87.11% from 255 or 36.57% from 607); Max value from RGB is 222 - color contains mainly: blue. Hex color #C7BADE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7BADE is #384521. Grayscale: #C1C1C1. Windows color (decimal): -3687714 or 14596807. OLE color: 14596807.
HSL color Cylindrical-coordinate representation of color #C7BADE: hue angle of 261.67º degrees, saturation: 0.35, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C7BADE is Cyan = 0.10, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 199 | 186 | 222 | - |
| CMYK | 0.10 | 0.16 | 0 | 0.13 |
| HSL | 261.67º | 0.35% | 0.8% | - |
| HSV(B) | 261.67º | 0.16% | 0.87% | - |
| XYZ | 54.3 | 52.53 | 76.39 | - |
| YUV | 193.99 | 143.81 | 131.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 186 | 222 | 0.10 | 0.16 | 0 | 0.13 | 261.67 | 0.35 | 0.8 |
| Hex | C7 | BA | DE | A | 10 | 0 | D | 106 | 23 | 50 |
| Octal | 307 | 272 | 336 | 12 | 20 | 0 | 15 | 406 | 43 | 120 |
| Binary | 11000111 | 10111010 | 11011110 | 1010 | 10000 | 0 | 1101 | 100000110 | 100011 | 1010000 |
Color Harmonies of #C7BADE
Complementary color
Monochromatic Colors of #C7BADE
Black with #C7BADE
Text Example
Text Example
White with #C7BADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BADE; }
p { color: rgb(199,186,222); }
H1.HeaderClassName
{
color: #C7BADE;
}
.AnyTagClassName
{
color: #C7BADE;
}
</style>
background-color css
<style>
a { background-color: #C7BADE; }
a { background-color: rgb(199,186,222); }
div.DivClassName
{
background-color: #C7BADE;
}
.BgClassName
{
background-color: #C7BADE;
}
</style>
border-color css
<style>
span { border-color: #C7BADE; }
span { border-color: rgb(199,186,222); }
td.TdClassName
{
border-color: #C7BADE;
}
.TagClassName
{
border-color: #C7BADE;
}
</style>