Shades of Melrose #C8BAEF
Tints of Melrose #C8BAEF
RGB
CMYK
RGB Variations
Color information
#C8BAEF (or 0xC8BAEF) is known color: Melrose. HEX triplet: C8, BA and EF. RGB value is (200,186,239). Sum of RGB (Red+Green+Blue) = 200+186+239=625 (82% of max value = 765). Red value is 200 (78.52% from 255 or 32% from 625); Green value is 186 (73.05% from 255 or 29.76% from 625); Blue value is 239 (93.75% from 255 or 38.24% from 625); Max value from RGB is 239 - color contains mainly: blue. Hex color #C8BAEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8BAEF is #374510. Grayscale: #C4C4C4. Windows color (decimal): -3622161 or 15710920. OLE color: 15710920.
HSL color Cylindrical-coordinate representation of color #C8BAEF: hue angle of 255.85º degrees, saturation: 0.62, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C8BAEF is Cyan = 0.16, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 200 | 186 | 239 | - |
| CMYK | 0.16 | 0.22 | 0 | 0.06 |
| HSL | 255.85º | 0.62% | 0.83% | - |
| HSV(B) | 255.85º | 0.22% | 0.94% | - |
| XYZ | 56.96 | 53.63 | 89.01 | - |
| YUV | 196.23 | 152.14 | 130.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 186 | 239 | 0.16 | 0.22 | 0 | 0.06 | 255.85 | 0.62 | 0.83 |
| Hex | C8 | BA | EF | 10 | 16 | 0 | 6 | 100 | 3E | 53 |
| Octal | 310 | 272 | 357 | 20 | 26 | 0 | 6 | 400 | 76 | 123 |
| Binary | 11001000 | 10111010 | 11101111 | 10000 | 10110 | 0 | 110 | 100000000 | 111110 | 1010011 |
Color Harmonies of #C8BAEF
Complementary color
Monochromatic Colors of #C8BAEF
Black with #C8BAEF
Text Example
Text Example
White with #C8BAEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BAEF; }
p { color: rgb(200,186,239); }
H1.HeaderClassName
{
color: #C8BAEF;
}
.AnyTagClassName
{
color: #C8BAEF;
}
</style>
background-color css
<style>
a { background-color: #C8BAEF; }
a { background-color: rgb(200,186,239); }
div.DivClassName
{
background-color: #C8BAEF;
}
.BgClassName
{
background-color: #C8BAEF;
}
</style>
border-color css
<style>
span { border-color: #C8BAEF; }
span { border-color: rgb(200,186,239); }
td.TdClassName
{
border-color: #C8BAEF;
}
.TagClassName
{
border-color: #C8BAEF;
}
</style>