Shades of Melrose #C8BCF1
Tints of Melrose #C8BCF1
RGB
CMYK
RGB Variations
Color information
#C8BCF1 (or 0xC8BCF1) is known color: Melrose. HEX triplet: C8, BC and F1. RGB value is (200,188,241). Sum of RGB (Red+Green+Blue) = 200+188+241=629 (83% of max value = 765). Red value is 200 (78.52% from 255 or 31.80% from 629); Green value is 188 (73.83% from 255 or 29.89% from 629); Blue value is 241 (94.53% from 255 or 38.31% from 629); Max value from RGB is 241 - color contains mainly: blue. Hex color #C8BCF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8BCF1 is #37430E. Grayscale: #C5C5C5. Windows color (decimal): -3621647 or 15842504. OLE color: 15842504.
HSL color Cylindrical-coordinate representation of color #C8BCF1: hue angle of 253.58º degrees, saturation: 0.65, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C8BCF1 is Cyan = 0.17, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 200 | 188 | 241 | - |
| CMYK | 0.17 | 0.22 | 0 | 0.05 |
| HSL | 253.58º | 0.65% | 0.84% | - |
| HSV(B) | 253.58º | 0.22% | 0.95% | - |
| XYZ | 57.68 | 54.6 | 90.72 | - |
| YUV | 197.63 | 152.48 | 129.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 188 | 241 | 0.17 | 0.22 | 0 | 0.05 | 253.58 | 0.65 | 0.84 |
| Hex | C8 | BC | F1 | 11 | 16 | 0 | 5 | FE | 41 | 54 |
| Octal | 310 | 274 | 361 | 21 | 26 | 0 | 5 | 376 | 101 | 124 |
| Binary | 11001000 | 10111100 | 11110001 | 10001 | 10110 | 0 | 101 | 11111110 | 1000001 | 1010100 |
Color Harmonies of #C8BCF1
Complementary color
Monochromatic Colors of #C8BCF1
Black with #C8BCF1
Text Example
Text Example
White with #C8BCF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BCF1; }
p { color: rgb(200,188,241); }
H1.HeaderClassName
{
color: #C8BCF1;
}
.AnyTagClassName
{
color: #C8BCF1;
}
</style>
background-color css
<style>
a { background-color: #C8BCF1; }
a { background-color: rgb(200,188,241); }
div.DivClassName
{
background-color: #C8BCF1;
}
.BgClassName
{
background-color: #C8BCF1;
}
</style>
border-color css
<style>
span { border-color: #C8BCF1; }
span { border-color: rgb(200,188,241); }
td.TdClassName
{
border-color: #C8BCF1;
}
.TagClassName
{
border-color: #C8BCF1;
}
</style>