Shades of Melrose #C8BAEB
Tints of Melrose #C8BAEB
RGB
CMYK
RGB Variations
Color information
#C8BAEB (or 0xC8BAEB) is known color: Melrose. HEX triplet: C8, BA and EB. RGB value is (200,186,235). Sum of RGB (Red+Green+Blue) = 200+186+235=621 (82% of max value = 765). Red value is 200 (78.52% from 255 or 32.21% from 621); Green value is 186 (73.05% from 255 or 29.95% from 621); Blue value is 235 (92.19% from 255 or 37.84% from 621); Max value from RGB is 235 - color contains mainly: blue. Hex color #C8BAEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8BAEB is #374514. Grayscale: #C3C3C3. Windows color (decimal): -3622165 or 15448776. OLE color: 15448776.
HSL color Cylindrical-coordinate representation of color #C8BAEB: hue angle of 257.14º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C8BAEB is Cyan = 0.15, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 200 | 186 | 235 | - |
| CMYK | 0.15 | 0.21 | 0 | 0.08 |
| HSL | 257.14º | 0.55% | 0.83% | - |
| HSV(B) | 257.14º | 0.21% | 0.92% | - |
| XYZ | 56.37 | 53.4 | 85.93 | - |
| YUV | 195.77 | 150.14 | 131.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 186 | 235 | 0.15 | 0.21 | 0 | 0.08 | 257.14 | 0.55 | 0.83 |
| Hex | C8 | BA | EB | F | 15 | 0 | 8 | 101 | 37 | 53 |
| Octal | 310 | 272 | 353 | 17 | 25 | 0 | 10 | 401 | 67 | 123 |
| Binary | 11001000 | 10111010 | 11101011 | 1111 | 10101 | 0 | 1000 | 100000001 | 110111 | 1010011 |
Color Harmonies of #C8BAEB
Complementary color
Monochromatic Colors of #C8BAEB
Black with #C8BAEB
Text Example
Text Example
White with #C8BAEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BAEB; }
p { color: rgb(200,186,235); }
H1.HeaderClassName
{
color: #C8BAEB;
}
.AnyTagClassName
{
color: #C8BAEB;
}
</style>
background-color css
<style>
a { background-color: #C8BAEB; }
a { background-color: rgb(200,186,235); }
div.DivClassName
{
background-color: #C8BAEB;
}
.BgClassName
{
background-color: #C8BAEB;
}
</style>
border-color css
<style>
span { border-color: #C8BAEB; }
span { border-color: rgb(200,186,235); }
td.TdClassName
{
border-color: #C8BAEB;
}
.TagClassName
{
border-color: #C8BAEB;
}
</style>