Shades of Melrose #C8BAE9
Tints of Melrose #C8BAE9
RGB
CMYK
RGB Variations
Color information
#C8BAE9 (or 0xC8BAE9) is known color: Melrose. HEX triplet: C8, BA and E9. RGB value is (200,186,233). Sum of RGB (Red+Green+Blue) = 200+186+233=619 (81% of max value = 765). Red value is 200 (78.52% from 255 or 32.31% from 619); Green value is 186 (73.05% from 255 or 30.05% from 619); Blue value is 233 (91.41% from 255 or 37.64% from 619); Max value from RGB is 233 - color contains mainly: blue. Hex color #C8BAE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8BAE9 is #374516. Grayscale: #C3C3C3. Windows color (decimal): -3622167 or 15317704. OLE color: 15317704.
HSL color Cylindrical-coordinate representation of color #C8BAE9: hue angle of 257.87º degrees, saturation: 0.52, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C8BAE9 is Cyan = 0.14, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 200 | 186 | 233 | - |
| CMYK | 0.14 | 0.20 | 0 | 0.09 |
| HSL | 257.87º | 0.52% | 0.82% | - |
| HSV(B) | 257.87º | 0.2% | 0.91% | - |
| XYZ | 56.09 | 53.28 | 84.42 | - |
| YUV | 195.54 | 149.14 | 131.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 186 | 233 | 0.14 | 0.20 | 0 | 0.09 | 257.87 | 0.52 | 0.82 |
| Hex | C8 | BA | E9 | E | 14 | 0 | 9 | 102 | 34 | 52 |
| Octal | 310 | 272 | 351 | 16 | 24 | 0 | 11 | 402 | 64 | 122 |
| Binary | 11001000 | 10111010 | 11101001 | 1110 | 10100 | 0 | 1001 | 100000010 | 110100 | 1010010 |
Color Harmonies of #C8BAE9
Complementary color
Monochromatic Colors of #C8BAE9
Black with #C8BAE9
Text Example
Text Example
White with #C8BAE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BAE9; }
p { color: rgb(200,186,233); }
H1.HeaderClassName
{
color: #C8BAE9;
}
.AnyTagClassName
{
color: #C8BAE9;
}
</style>
background-color css
<style>
a { background-color: #C8BAE9; }
a { background-color: rgb(200,186,233); }
div.DivClassName
{
background-color: #C8BAE9;
}
.BgClassName
{
background-color: #C8BAE9;
}
</style>
border-color css
<style>
span { border-color: #C8BAE9; }
span { border-color: rgb(200,186,233); }
td.TdClassName
{
border-color: #C8BAE9;
}
.TagClassName
{
border-color: #C8BAE9;
}
</style>