Shades of Melrose #C8BCDC
Tints of Melrose #C8BCDC
RGB
CMYK
RGB Variations
Color information
#C8BCDC (or 0xC8BCDC) is known color: Melrose. HEX triplet: C8, BC and DC. RGB value is (200,188,220). Sum of RGB (Red+Green+Blue) = 200+188+220=608 (80% of max value = 765). Red value is 200 (78.52% from 255 or 32.89% from 608); Green value is 188 (73.83% from 255 or 30.92% from 608); Blue value is 220 (86.33% from 255 or 36.18% from 608); Max value from RGB is 220 - color contains mainly: blue. Hex color #C8BCDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8BCDC is #374323. Grayscale: #C3C3C3. Windows color (decimal): -3621668 or 14466248. OLE color: 14466248.
HSL color Cylindrical-coordinate representation of color #C8BCDC: hue angle of 262.5º degrees, saturation: 0.31, 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 #C8BCDC is Cyan = 0.09, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 200 | 188 | 220 | - |
| CMYK | 0.09 | 0.15 | 0 | 0.14 |
| HSL | 262.5º | 0.31% | 0.8% | - |
| HSV(B) | 262.5º | 0.15% | 0.86% | - |
| XYZ | 54.72 | 53.41 | 75.14 | - |
| YUV | 195.24 | 141.98 | 131.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 188 | 220 | 0.09 | 0.15 | 0 | 0.14 | 262.5 | 0.31 | 0.8 |
| Hex | C8 | BC | DC | 9 | F | 0 | E | 106 | 1F | 50 |
| Octal | 310 | 274 | 334 | 11 | 17 | 0 | 16 | 406 | 37 | 120 |
| Binary | 11001000 | 10111100 | 11011100 | 1001 | 1111 | 0 | 1110 | 100000110 | 11111 | 1010000 |
Color Harmonies of #C8BCDC
Complementary color
Monochromatic Colors of #C8BCDC
Black with #C8BCDC
Text Example
Text Example
White with #C8BCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BCDC; }
p { color: rgb(200,188,220); }
H1.HeaderClassName
{
color: #C8BCDC;
}
.AnyTagClassName
{
color: #C8BCDC;
}
</style>
background-color css
<style>
a { background-color: #C8BCDC; }
a { background-color: rgb(200,188,220); }
div.DivClassName
{
background-color: #C8BCDC;
}
.BgClassName
{
background-color: #C8BCDC;
}
</style>
border-color css
<style>
span { border-color: #C8BCDC; }
span { border-color: rgb(200,188,220); }
td.TdClassName
{
border-color: #C8BCDC;
}
.TagClassName
{
border-color: #C8BCDC;
}
</style>