Shades of Melrose #C8BCED
Tints of Melrose #C8BCED
RGB
CMYK
RGB Variations
Color information
#C8BCED (or 0xC8BCED) is known color: Melrose. HEX triplet: C8, BC and ED. RGB value is (200,188,237). Sum of RGB (Red+Green+Blue) = 200+188+237=625 (82% of max value = 765). Red value is 200 (78.52% from 255 or 32% from 625); Green value is 188 (73.83% from 255 or 30.08% from 625); Blue value is 237 (92.97% from 255 or 37.92% from 625); Max value from RGB is 237 - color contains mainly: blue. Hex color #C8BCED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8BCED is #374312. Grayscale: #C4C4C4. Windows color (decimal): -3621651 or 15580360. OLE color: 15580360.
HSL color Cylindrical-coordinate representation of color #C8BCED: hue angle of 254.69º degrees, saturation: 0.58, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C8BCED is Cyan = 0.16, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 188 | 237 | - |
| CMYK | 0.16 | 0.21 | 0 | 0.07 |
| HSL | 254.69º | 0.58% | 0.83% | - |
| HSV(B) | 254.69º | 0.21% | 0.93% | - |
| XYZ | 57.09 | 54.36 | 87.6 | - |
| YUV | 197.17 | 150.48 | 130.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 188 | 237 | 0.16 | 0.21 | 0 | 0.07 | 254.69 | 0.58 | 0.83 |
| Hex | C8 | BC | ED | 10 | 15 | 0 | 7 | FF | 3A | 53 |
| Octal | 310 | 274 | 355 | 20 | 25 | 0 | 7 | 377 | 72 | 123 |
| Binary | 11001000 | 10111100 | 11101101 | 10000 | 10101 | 0 | 111 | 11111111 | 111010 | 1010011 |
Color Harmonies of #C8BCED
Complementary color
Monochromatic Colors of #C8BCED
Black with #C8BCED
Text Example
Text Example
White with #C8BCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BCED; }
p { color: rgb(200,188,237); }
H1.HeaderClassName
{
color: #C8BCED;
}
.AnyTagClassName
{
color: #C8BCED;
}
</style>
background-color css
<style>
a { background-color: #C8BCED; }
a { background-color: rgb(200,188,237); }
div.DivClassName
{
background-color: #C8BCED;
}
.BgClassName
{
background-color: #C8BCED;
}
</style>
border-color css
<style>
span { border-color: #C8BCED; }
span { border-color: rgb(200,188,237); }
td.TdClassName
{
border-color: #C8BCED;
}
.TagClassName
{
border-color: #C8BCED;
}
</style>