Shades of Melrose #C7BBDC
Tints of Melrose #C7BBDC
RGB
CMYK
RGB Variations
Color information
#C7BBDC (or 0xC7BBDC) is known color: Melrose. HEX triplet: C7, BB and DC. RGB value is (199,187,220). Sum of RGB (Red+Green+Blue) = 199+187+220=606 (80% of max value = 765). Red value is 199 (78.12% from 255 or 32.84% from 606); Green value is 187 (73.44% from 255 or 30.86% from 606); Blue value is 220 (86.33% from 255 or 36.30% from 606); Max value from RGB is 220 - color contains mainly: blue. Hex color #C7BBDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7BBDC is #384423. Grayscale: #C2C2C2. Windows color (decimal): -3687460 or 14465991. OLE color: 14465991.
HSL color Cylindrical-coordinate representation of color #C7BBDC: hue angle of 261.82º degrees, saturation: 0.32, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C7BBDC is Cyan = 0.10, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 199 | 187 | 220 | - |
| CMYK | 0.10 | 0.15 | 0 | 0.14 |
| HSL | 261.82º | 0.32% | 0.8% | - |
| HSV(B) | 261.82º | 0.15% | 0.86% | - |
| XYZ | 54.24 | 52.85 | 75.05 | - |
| YUV | 194.35 | 142.48 | 131.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 187 | 220 | 0.10 | 0.15 | 0 | 0.14 | 261.82 | 0.32 | 0.8 |
| Hex | C7 | BB | DC | A | F | 0 | E | 106 | 20 | 50 |
| Octal | 307 | 273 | 334 | 12 | 17 | 0 | 16 | 406 | 40 | 120 |
| Binary | 11000111 | 10111011 | 11011100 | 1010 | 1111 | 0 | 1110 | 100000110 | 100000 | 1010000 |
Color Harmonies of #C7BBDC
Complementary color
Monochromatic Colors of #C7BBDC
Black with #C7BBDC
Text Example
Text Example
White with #C7BBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BBDC; }
p { color: rgb(199,187,220); }
H1.HeaderClassName
{
color: #C7BBDC;
}
.AnyTagClassName
{
color: #C7BBDC;
}
</style>
background-color css
<style>
a { background-color: #C7BBDC; }
a { background-color: rgb(199,187,220); }
div.DivClassName
{
background-color: #C7BBDC;
}
.BgClassName
{
background-color: #C7BBDC;
}
</style>
border-color css
<style>
span { border-color: #C7BBDC; }
span { border-color: rgb(199,187,220); }
td.TdClassName
{
border-color: #C7BBDC;
}
.TagClassName
{
border-color: #C7BBDC;
}
</style>