Shades of Melrose #C7BBDA
Tints of Melrose #C7BBDA
RGB
CMYK
RGB Variations
Color information
#C7BBDA (or 0xC7BBDA) is known color: Melrose. HEX triplet: C7, BB and DA. RGB value is (199,187,218). Sum of RGB (Red+Green+Blue) = 199+187+218=604 (80% of max value = 765). Red value is 199 (78.12% from 255 or 32.95% from 604); Green value is 187 (73.44% from 255 or 30.96% from 604); Blue value is 218 (85.55% from 255 or 36.09% from 604); Max value from RGB is 218 - color contains mainly: blue. Hex color #C7BBDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7BBDA is #384425. Grayscale: #C2C2C2. Windows color (decimal): -3687462 or 14334919. OLE color: 14334919.
HSL color Cylindrical-coordinate representation of color #C7BBDA: hue angle of 263.23º degrees, saturation: 0.3, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C7BBDA is Cyan = 0.09, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 199 | 187 | 218 | - |
| CMYK | 0.09 | 0.14 | 0 | 0.15 |
| HSL | 263.23º | 0.3% | 0.79% | - |
| HSV(B) | 263.23º | 0.14% | 0.85% | - |
| XYZ | 53.98 | 52.74 | 73.67 | - |
| YUV | 194.12 | 141.48 | 131.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 187 | 218 | 0.09 | 0.14 | 0 | 0.15 | 263.23 | 0.3 | 0.79 |
| Hex | C7 | BB | DA | 9 | E | 0 | F | 107 | 1E | 4F |
| Octal | 307 | 273 | 332 | 11 | 16 | 0 | 17 | 407 | 36 | 117 |
| Binary | 11000111 | 10111011 | 11011010 | 1001 | 1110 | 0 | 1111 | 100000111 | 11110 | 1001111 |
Color Harmonies of #C7BBDA
Complementary color
Monochromatic Colors of #C7BBDA
Black with #C7BBDA
Text Example
Text Example
White with #C7BBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BBDA; }
p { color: rgb(199,187,218); }
H1.HeaderClassName
{
color: #C7BBDA;
}
.AnyTagClassName
{
color: #C7BBDA;
}
</style>
background-color css
<style>
a { background-color: #C7BBDA; }
a { background-color: rgb(199,187,218); }
div.DivClassName
{
background-color: #C7BBDA;
}
.BgClassName
{
background-color: #C7BBDA;
}
</style>
border-color css
<style>
span { border-color: #C7BBDA; }
span { border-color: rgb(199,187,218); }
td.TdClassName
{
border-color: #C7BBDA;
}
.TagClassName
{
border-color: #C7BBDA;
}
</style>