Shades of Melrose #C8BCE0
Tints of Melrose #C8BCE0
RGB
CMYK
RGB Variations
Color information
#C8BCE0 (or 0xC8BCE0) is known color: Melrose. HEX triplet: C8, BC and E0. RGB value is (200,188,224). Sum of RGB (Red+Green+Blue) = 200+188+224=612 (81% of max value = 765). Red value is 200 (78.52% from 255 or 32.68% from 612); Green value is 188 (73.83% from 255 or 30.72% from 612); Blue value is 224 (87.89% from 255 or 36.60% from 612); Max value from RGB is 224 - color contains mainly: blue. Hex color #C8BCE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8BCE0 is #37431F. Grayscale: #C3C3C3. Windows color (decimal): -3621664 or 14728392. OLE color: 14728392.
HSL color Cylindrical-coordinate representation of color #C8BCE0: hue angle of 260º degrees, saturation: 0.37, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C8BCE0 is Cyan = 0.11, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 200 | 188 | 224 | - |
| CMYK | 0.11 | 0.16 | 0 | 0.12 |
| HSL | 260º | 0.37% | 0.81% | - |
| HSV(B) | 260º | 0.16% | 0.88% | - |
| XYZ | 55.26 | 53.63 | 77.96 | - |
| YUV | 195.69 | 143.98 | 131.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 188 | 224 | 0.11 | 0.16 | 0 | 0.12 | 260 | 0.37 | 0.81 |
| Hex | C8 | BC | E0 | B | 10 | 0 | C | 104 | 25 | 51 |
| Octal | 310 | 274 | 340 | 13 | 20 | 0 | 14 | 404 | 45 | 121 |
| Binary | 11001000 | 10111100 | 11100000 | 1011 | 10000 | 0 | 1100 | 100000100 | 100101 | 1010001 |
Color Harmonies of #C8BCE0
Complementary color
Monochromatic Colors of #C8BCE0
Black with #C8BCE0
Text Example
Text Example
White with #C8BCE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BCE0; }
p { color: rgb(200,188,224); }
H1.HeaderClassName
{
color: #C8BCE0;
}
.AnyTagClassName
{
color: #C8BCE0;
}
</style>
background-color css
<style>
a { background-color: #C8BCE0; }
a { background-color: rgb(200,188,224); }
div.DivClassName
{
background-color: #C8BCE0;
}
.BgClassName
{
background-color: #C8BCE0;
}
</style>
border-color css
<style>
span { border-color: #C8BCE0; }
span { border-color: rgb(200,188,224); }
td.TdClassName
{
border-color: #C8BCE0;
}
.TagClassName
{
border-color: #C8BCE0;
}
</style>