Shades of Melrose #C8BBE6
Tints of Melrose #C8BBE6
RGB
CMYK
RGB Variations
Color information
#C8BBE6 (or 0xC8BBE6) is known color: Melrose. HEX triplet: C8, BB and E6. RGB value is (200,187,230). Sum of RGB (Red+Green+Blue) = 200+187+230=617 (81% of max value = 765). Red value is 200 (78.52% from 255 or 32.41% from 617); Green value is 187 (73.44% from 255 or 30.31% from 617); Blue value is 230 (90.23% from 255 or 37.28% from 617); Max value from RGB is 230 - color contains mainly: blue. Hex color #C8BBE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8BBE6 is #374419. Grayscale: #C3C3C3. Windows color (decimal): -3621914 or 15121352. OLE color: 15121352.
HSL color Cylindrical-coordinate representation of color #C8BBE6: hue angle of 258.14º degrees, saturation: 0.46, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C8BBE6 is Cyan = 0.13, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 200 | 187 | 230 | - |
| CMYK | 0.13 | 0.19 | 0 | 0.10 |
| HSL | 258.14º | 0.46% | 0.82% | - |
| HSV(B) | 258.14º | 0.19% | 0.9% | - |
| XYZ | 55.87 | 53.53 | 82.25 | - |
| YUV | 195.79 | 147.31 | 131 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 187 | 230 | 0.13 | 0.19 | 0 | 0.10 | 258.14 | 0.46 | 0.82 |
| Hex | C8 | BB | E6 | D | 13 | 0 | A | 102 | 2E | 52 |
| Octal | 310 | 273 | 346 | 15 | 23 | 0 | 12 | 402 | 56 | 122 |
| Binary | 11001000 | 10111011 | 11100110 | 1101 | 10011 | 0 | 1010 | 100000010 | 101110 | 1010010 |
Color Harmonies of #C8BBE6
Complementary color
Monochromatic Colors of #C8BBE6
Black with #C8BBE6
Text Example
Text Example
White with #C8BBE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BBE6; }
p { color: rgb(200,187,230); }
H1.HeaderClassName
{
color: #C8BBE6;
}
.AnyTagClassName
{
color: #C8BBE6;
}
</style>
background-color css
<style>
a { background-color: #C8BBE6; }
a { background-color: rgb(200,187,230); }
div.DivClassName
{
background-color: #C8BBE6;
}
.BgClassName
{
background-color: #C8BBE6;
}
</style>
border-color css
<style>
span { border-color: #C8BBE6; }
span { border-color: rgb(200,187,230); }
td.TdClassName
{
border-color: #C8BBE6;
}
.TagClassName
{
border-color: #C8BBE6;
}
</style>