Shades of Melrose #C8BAF7
Tints of Melrose #C8BAF7
RGB
CMYK
RGB Variations
Color information
#C8BAF7 (or 0xC8BAF7) is known color: Melrose. HEX triplet: C8, BA and F7. RGB value is (200,186,247). Sum of RGB (Red+Green+Blue) = 200+186+247=633 (83% of max value = 765). Red value is 200 (78.52% from 255 or 31.60% from 633); Green value is 186 (73.05% from 255 or 29.38% from 633); Blue value is 247 (96.88% from 255 or 39.02% from 633); Max value from RGB is 247 - color contains mainly: blue. Hex color #C8BAF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8BAF7 is #374508. Grayscale: #C4C4C4. Windows color (decimal): -3622153 or 16235208. OLE color: 16235208.
HSL color Cylindrical-coordinate representation of color #C8BAF7: hue angle of 253.77º degrees, saturation: 0.79, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C8BAF7 is Cyan = 0.19, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 200 | 186 | 247 | - |
| CMYK | 0.19 | 0.25 | 0 | 0.03 |
| HSL | 253.77º | 0.79% | 0.85% | - |
| HSV(B) | 253.77º | 0.25% | 0.97% | - |
| XYZ | 58.17 | 54.11 | 95.37 | - |
| YUV | 197.14 | 156.14 | 130.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 186 | 247 | 0.19 | 0.25 | 0 | 0.03 | 253.77 | 0.79 | 0.85 |
| Hex | C8 | BA | F7 | 13 | 19 | 0 | 3 | FE | 4F | 55 |
| Octal | 310 | 272 | 367 | 23 | 31 | 0 | 3 | 376 | 117 | 125 |
| Binary | 11001000 | 10111010 | 11110111 | 10011 | 11001 | 0 | 11 | 11111110 | 1001111 | 1010101 |
Color Harmonies of #C8BAF7
Complementary color
Monochromatic Colors of #C8BAF7
Black with #C8BAF7
Text Example
Text Example
White with #C8BAF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BAF7; }
p { color: rgb(200,186,247); }
H1.HeaderClassName
{
color: #C8BAF7;
}
.AnyTagClassName
{
color: #C8BAF7;
}
</style>
background-color css
<style>
a { background-color: #C8BAF7; }
a { background-color: rgb(200,186,247); }
div.DivClassName
{
background-color: #C8BAF7;
}
.BgClassName
{
background-color: #C8BAF7;
}
</style>
border-color css
<style>
span { border-color: #C8BAF7; }
span { border-color: rgb(200,186,247); }
td.TdClassName
{
border-color: #C8BAF7;
}
.TagClassName
{
border-color: #C8BAF7;
}
</style>