Shades of Melrose #C8BCDF
Tints of Melrose #C8BCDF
RGB
CMYK
RGB Variations
Color information
#C8BCDF (or 0xC8BCDF) is known color: Melrose. HEX triplet: C8, BC and DF. RGB value is (200,188,223). Sum of RGB (Red+Green+Blue) = 200+188+223=611 (80% of max value = 765). Red value is 200 (78.52% from 255 or 32.73% from 611); Green value is 188 (73.83% from 255 or 30.77% from 611); Blue value is 223 (87.5% from 255 or 36.50% from 611); Max value from RGB is 223 - color contains mainly: blue. Hex color #C8BCDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8BCDF is #374320. Grayscale: #C3C3C3. Windows color (decimal): -3621665 or 14662856. OLE color: 14662856.
HSL color Cylindrical-coordinate representation of color #C8BCDF: hue angle of 260.57º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C8BCDF is Cyan = 0.10, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 188 | 223 | - |
| CMYK | 0.10 | 0.16 | 0 | 0.13 |
| HSL | 260.57º | 0.35% | 0.81% | - |
| HSV(B) | 260.57º | 0.16% | 0.87% | - |
| XYZ | 55.12 | 53.57 | 77.25 | - |
| YUV | 195.58 | 143.48 | 131.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 188 | 223 | 0.10 | 0.16 | 0 | 0.13 | 260.57 | 0.35 | 0.81 |
| Hex | C8 | BC | DF | A | 10 | 0 | D | 105 | 23 | 51 |
| Octal | 310 | 274 | 337 | 12 | 20 | 0 | 15 | 405 | 43 | 121 |
| Binary | 11001000 | 10111100 | 11011111 | 1010 | 10000 | 0 | 1101 | 100000101 | 100011 | 1010001 |
Color Harmonies of #C8BCDF
Complementary color
Monochromatic Colors of #C8BCDF
Black with #C8BCDF
Text Example
Text Example
White with #C8BCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BCDF; }
p { color: rgb(200,188,223); }
H1.HeaderClassName
{
color: #C8BCDF;
}
.AnyTagClassName
{
color: #C8BCDF;
}
</style>
background-color css
<style>
a { background-color: #C8BCDF; }
a { background-color: rgb(200,188,223); }
div.DivClassName
{
background-color: #C8BCDF;
}
.BgClassName
{
background-color: #C8BCDF;
}
</style>
border-color css
<style>
span { border-color: #C8BCDF; }
span { border-color: rgb(200,188,223); }
td.TdClassName
{
border-color: #C8BCDF;
}
.TagClassName
{
border-color: #C8BCDF;
}
</style>