Shades of Melrose #C8BCEF
Tints of Melrose #C8BCEF
RGB
CMYK
RGB Variations
Color information
#C8BCEF (or 0xC8BCEF) is known color: Melrose. HEX triplet: C8, BC and EF. RGB value is (200,188,239). Sum of RGB (Red+Green+Blue) = 200+188+239=627 (83% of max value = 765). Red value is 200 (78.52% from 255 or 31.90% from 627); Green value is 188 (73.83% from 255 or 29.98% from 627); Blue value is 239 (93.75% from 255 or 38.12% from 627); Max value from RGB is 239 - color contains mainly: blue. Hex color #C8BCEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8BCEF is #374310. Grayscale: #C5C5C5. Windows color (decimal): -3621649 or 15711432. OLE color: 15711432.
HSL color Cylindrical-coordinate representation of color #C8BCEF: hue angle of 254.12º degrees, saturation: 0.61, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C8BCEF is Cyan = 0.16, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 200 | 188 | 239 | - |
| CMYK | 0.16 | 0.21 | 0 | 0.06 |
| HSL | 254.12º | 0.61% | 0.84% | - |
| HSV(B) | 254.12º | 0.21% | 0.94% | - |
| XYZ | 57.38 | 54.48 | 89.15 | - |
| YUV | 197.4 | 151.48 | 129.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 188 | 239 | 0.16 | 0.21 | 0 | 0.06 | 254.12 | 0.61 | 0.84 |
| Hex | C8 | BC | EF | 10 | 15 | 0 | 6 | FE | 3D | 54 |
| Octal | 310 | 274 | 357 | 20 | 25 | 0 | 6 | 376 | 75 | 124 |
| Binary | 11001000 | 10111100 | 11101111 | 10000 | 10101 | 0 | 110 | 11111110 | 111101 | 1010100 |
Color Harmonies of #C8BCEF
Complementary color
Monochromatic Colors of #C8BCEF
Black with #C8BCEF
Text Example
Text Example
White with #C8BCEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BCEF; }
p { color: rgb(200,188,239); }
H1.HeaderClassName
{
color: #C8BCEF;
}
.AnyTagClassName
{
color: #C8BCEF;
}
</style>
background-color css
<style>
a { background-color: #C8BCEF; }
a { background-color: rgb(200,188,239); }
div.DivClassName
{
background-color: #C8BCEF;
}
.BgClassName
{
background-color: #C8BCEF;
}
</style>
border-color css
<style>
span { border-color: #C8BCEF; }
span { border-color: rgb(200,188,239); }
td.TdClassName
{
border-color: #C8BCEF;
}
.TagClassName
{
border-color: #C8BCEF;
}
</style>