Shades of Melrose #C8B7E3
Tints of Melrose #C8B7E3
RGB
CMYK
RGB Variations
Color information
#C8B7E3 (or 0xC8B7E3) is known color: Melrose. HEX triplet: C8, B7 and E3. RGB value is (200,183,227). Sum of RGB (Red+Green+Blue) = 200+183+227=610 (80% of max value = 765). Red value is 200 (78.52% from 255 or 32.79% from 610); Green value is 183 (71.88% from 255 or 30% from 610); Blue value is 227 (89.06% from 255 or 37.21% from 610); Max value from RGB is 227 - color contains mainly: blue. Hex color #C8B7E3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8B7E3 is #37481C. Grayscale: #C0C0C0. Windows color (decimal): -3622941 or 14923720. OLE color: 14923720.
HSL color Cylindrical-coordinate representation of color #C8B7E3: hue angle of 263.18º degrees, saturation: 0.44, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C8B7E3 is Cyan = 0.12, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 200 | 183 | 227 | - |
| CMYK | 0.12 | 0.19 | 0 | 0.11 |
| HSL | 263.18º | 0.44% | 0.8% | - |
| HSV(B) | 263.18º | 0.19% | 0.89% | - |
| XYZ | 54.62 | 51.69 | 79.77 | - |
| YUV | 193.1 | 147.13 | 132.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 183 | 227 | 0.12 | 0.19 | 0 | 0.11 | 263.18 | 0.44 | 0.8 |
| Hex | C8 | B7 | E3 | C | 13 | 0 | B | 107 | 2C | 50 |
| Octal | 310 | 267 | 343 | 14 | 23 | 0 | 13 | 407 | 54 | 120 |
| Binary | 11001000 | 10110111 | 11100011 | 1100 | 10011 | 0 | 1011 | 100000111 | 101100 | 1010000 |
Color Harmonies of #C8B7E3
Complementary color
Monochromatic Colors of #C8B7E3
Black with #C8B7E3
Text Example
Text Example
White with #C8B7E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B7E3; }
p { color: rgb(200,183,227); }
H1.HeaderClassName
{
color: #C8B7E3;
}
.AnyTagClassName
{
color: #C8B7E3;
}
</style>
background-color css
<style>
a { background-color: #C8B7E3; }
a { background-color: rgb(200,183,227); }
div.DivClassName
{
background-color: #C8B7E3;
}
.BgClassName
{
background-color: #C8B7E3;
}
</style>
border-color css
<style>
span { border-color: #C8B7E3; }
span { border-color: rgb(200,183,227); }
td.TdClassName
{
border-color: #C8B7E3;
}
.TagClassName
{
border-color: #C8B7E3;
}
</style>