Shades of Melrose #C7BDDD
Tints of Melrose #C7BDDD
RGB
CMYK
RGB Variations
Color information
#C7BDDD (or 0xC7BDDD) is known color: Melrose. HEX triplet: C7, BD and DD. RGB value is (199,189,221). Sum of RGB (Red+Green+Blue) = 199+189+221=609 (80% of max value = 765). Red value is 199 (78.12% from 255 or 32.68% from 609); Green value is 189 (74.22% from 255 or 31.03% from 609); Blue value is 221 (86.72% from 255 or 36.29% from 609); Max value from RGB is 221 - color contains mainly: blue. Hex color #C7BDDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7BDDD is #384222. Grayscale: #C3C3C3. Windows color (decimal): -3686947 or 14532039. OLE color: 14532039.
HSL color Cylindrical-coordinate representation of color #C7BDDD: hue angle of 258.75º degrees, saturation: 0.32, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C7BDDD is Cyan = 0.10, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 199 | 189 | 221 | - |
| CMYK | 0.10 | 0.14 | 0 | 0.13 |
| HSL | 258.75º | 0.32% | 0.8% | - |
| HSV(B) | 258.75º | 0.14% | 0.87% | - |
| XYZ | 54.8 | 53.76 | 75.89 | - |
| YUV | 195.64 | 142.31 | 130.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 189 | 221 | 0.10 | 0.14 | 0 | 0.13 | 258.75 | 0.32 | 0.8 |
| Hex | C7 | BD | DD | A | E | 0 | D | 103 | 20 | 50 |
| Octal | 307 | 275 | 335 | 12 | 16 | 0 | 15 | 403 | 40 | 120 |
| Binary | 11000111 | 10111101 | 11011101 | 1010 | 1110 | 0 | 1101 | 100000011 | 100000 | 1010000 |
Color Harmonies of #C7BDDD
Complementary color
Monochromatic Colors of #C7BDDD
Black with #C7BDDD
Text Example
Text Example
White with #C7BDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BDDD; }
p { color: rgb(199,189,221); }
H1.HeaderClassName
{
color: #C7BDDD;
}
.AnyTagClassName
{
color: #C7BDDD;
}
</style>
background-color css
<style>
a { background-color: #C7BDDD; }
a { background-color: rgb(199,189,221); }
div.DivClassName
{
background-color: #C7BDDD;
}
.BgClassName
{
background-color: #C7BDDD;
}
</style>
border-color css
<style>
span { border-color: #C7BDDD; }
span { border-color: rgb(199,189,221); }
td.TdClassName
{
border-color: #C7BDDD;
}
.TagClassName
{
border-color: #C7BDDD;
}
</style>