Shades of Melrose #C8BAED
Tints of Melrose #C8BAED
RGB
CMYK
RGB Variations
Color information
#C8BAED (or 0xC8BAED) is known color: Melrose. HEX triplet: C8, BA and ED. RGB value is (200,186,237). Sum of RGB (Red+Green+Blue) = 200+186+237=623 (82% of max value = 765). Red value is 200 (78.52% from 255 or 32.10% from 623); Green value is 186 (73.05% from 255 or 29.86% from 623); Blue value is 237 (92.97% from 255 or 38.04% from 623); Max value from RGB is 237 - color contains mainly: blue. Hex color #C8BAED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8BAED is #374512. Grayscale: #C3C3C3. Windows color (decimal): -3622163 or 15579848. OLE color: 15579848.
HSL color Cylindrical-coordinate representation of color #C8BAED: hue angle of 256.47º degrees, saturation: 0.59, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C8BAED is Cyan = 0.16, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 186 | 237 | - |
| CMYK | 0.16 | 0.22 | 0 | 0.07 |
| HSL | 256.47º | 0.59% | 0.83% | - |
| HSV(B) | 256.47º | 0.22% | 0.93% | - |
| XYZ | 56.66 | 53.51 | 87.46 | - |
| YUV | 196 | 151.14 | 130.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 186 | 237 | 0.16 | 0.22 | 0 | 0.07 | 256.47 | 0.59 | 0.83 |
| Hex | C8 | BA | ED | 10 | 16 | 0 | 7 | 100 | 3B | 53 |
| Octal | 310 | 272 | 355 | 20 | 26 | 0 | 7 | 400 | 73 | 123 |
| Binary | 11001000 | 10111010 | 11101101 | 10000 | 10110 | 0 | 111 | 100000000 | 111011 | 1010011 |
Color Harmonies of #C8BAED
Complementary color
Monochromatic Colors of #C8BAED
Black with #C8BAED
Text Example
Text Example
White with #C8BAED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BAED; }
p { color: rgb(200,186,237); }
H1.HeaderClassName
{
color: #C8BAED;
}
.AnyTagClassName
{
color: #C8BAED;
}
</style>
background-color css
<style>
a { background-color: #C8BAED; }
a { background-color: rgb(200,186,237); }
div.DivClassName
{
background-color: #C8BAED;
}
.BgClassName
{
background-color: #C8BAED;
}
</style>
border-color css
<style>
span { border-color: #C8BAED; }
span { border-color: rgb(200,186,237); }
td.TdClassName
{
border-color: #C8BAED;
}
.TagClassName
{
border-color: #C8BAED;
}
</style>