Shades of Melrose #C8BCEB
Tints of Melrose #C8BCEB
RGB
CMYK
RGB Variations
Color information
#C8BCEB (or 0xC8BCEB) is known color: Melrose. HEX triplet: C8, BC and EB. RGB value is (200,188,235). Sum of RGB (Red+Green+Blue) = 200+188+235=623 (82% of max value = 765). Red value is 200 (78.52% from 255 or 32.10% from 623); Green value is 188 (73.83% from 255 or 30.18% from 623); Blue value is 235 (92.19% from 255 or 37.72% from 623); Max value from RGB is 235 - color contains mainly: blue. Hex color #C8BCEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8BCEB is #374314. Grayscale: #C4C4C4. Windows color (decimal): -3621653 or 15449288. OLE color: 15449288.
HSL color Cylindrical-coordinate representation of color #C8BCEB: hue angle of 255.32º degrees, saturation: 0.54, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C8BCEB is Cyan = 0.15, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 200 | 188 | 235 | - |
| CMYK | 0.15 | 0.2 | 0 | 0.08 |
| HSL | 255.32º | 0.54% | 0.83% | - |
| HSV(B) | 255.32º | 0.2% | 0.92% | - |
| XYZ | 56.8 | 54.24 | 86.07 | - |
| YUV | 196.95 | 149.48 | 130.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 188 | 235 | 0.15 | 0.2 | 0 | 0.08 | 255.32 | 0.54 | 0.83 |
| Hex | C8 | BC | EB | F | 14 | 0 | 8 | FF | 36 | 53 |
| Octal | 310 | 274 | 353 | 17 | 24 | 0 | 10 | 377 | 66 | 123 |
| Binary | 11001000 | 10111100 | 11101011 | 1111 | 10100 | 0 | 1000 | 11111111 | 110110 | 1010011 |
Color Harmonies of #C8BCEB
Complementary color
Monochromatic Colors of #C8BCEB
Black with #C8BCEB
Text Example
Text Example
White with #C8BCEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BCEB; }
p { color: rgb(200,188,235); }
H1.HeaderClassName
{
color: #C8BCEB;
}
.AnyTagClassName
{
color: #C8BCEB;
}
</style>
background-color css
<style>
a { background-color: #C8BCEB; }
a { background-color: rgb(200,188,235); }
div.DivClassName
{
background-color: #C8BCEB;
}
.BgClassName
{
background-color: #C8BCEB;
}
</style>
border-color css
<style>
span { border-color: #C8BCEB; }
span { border-color: rgb(200,188,235); }
td.TdClassName
{
border-color: #C8BCEB;
}
.TagClassName
{
border-color: #C8BCEB;
}
</style>