Shades of Melrose #C8BCDD
Tints of Melrose #C8BCDD
RGB
CMYK
RGB Variations
Color information
#C8BCDD (or 0xC8BCDD) is known color: Melrose. HEX triplet: C8, BC and DD. RGB value is (200,188,221). Sum of RGB (Red+Green+Blue) = 200+188+221=609 (80% of max value = 765). Red value is 200 (78.52% from 255 or 32.84% from 609); Green value is 188 (73.83% from 255 or 30.87% 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 #C8BCDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8BCDD is #374322. Grayscale: #C3C3C3. Windows color (decimal): -3621667 or 14531784. OLE color: 14531784.
HSL color Cylindrical-coordinate representation of color #C8BCDD: hue angle of 261.82º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C8BCDD is Cyan = 0.10, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 188 | 221 | - |
| CMYK | 0.10 | 0.15 | 0 | 0.13 |
| HSL | 261.82º | 0.33% | 0.8% | - |
| HSV(B) | 261.82º | 0.15% | 0.87% | - |
| XYZ | 54.85 | 53.47 | 75.84 | - |
| YUV | 195.35 | 142.48 | 131.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 188 | 221 | 0.10 | 0.15 | 0 | 0.13 | 261.82 | 0.33 | 0.8 |
| Hex | C8 | BC | DD | A | F | 0 | D | 106 | 21 | 50 |
| Octal | 310 | 274 | 335 | 12 | 17 | 0 | 15 | 406 | 41 | 120 |
| Binary | 11001000 | 10111100 | 11011101 | 1010 | 1111 | 0 | 1101 | 100000110 | 100001 | 1010000 |
Color Harmonies of #C8BCDD
Complementary color
Monochromatic Colors of #C8BCDD
Black with #C8BCDD
Text Example
Text Example
White with #C8BCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BCDD; }
p { color: rgb(200,188,221); }
H1.HeaderClassName
{
color: #C8BCDD;
}
.AnyTagClassName
{
color: #C8BCDD;
}
</style>
background-color css
<style>
a { background-color: #C8BCDD; }
a { background-color: rgb(200,188,221); }
div.DivClassName
{
background-color: #C8BCDD;
}
.BgClassName
{
background-color: #C8BCDD;
}
</style>
border-color css
<style>
span { border-color: #C8BCDD; }
span { border-color: rgb(200,188,221); }
td.TdClassName
{
border-color: #C8BCDD;
}
.TagClassName
{
border-color: #C8BCDD;
}
</style>