Shades of Melrose #C8B1EF
Tints of Melrose #C8B1EF
RGB
CMYK
RGB Variations
Color information
#C8B1EF (or 0xC8B1EF) is known color: Melrose. HEX triplet: C8, B1 and EF. RGB value is (200,177,239). Sum of RGB (Red+Green+Blue) = 200+177+239=616 (81% of max value = 765). Red value is 200 (78.52% from 255 or 32.47% from 616); Green value is 177 (69.53% from 255 or 28.73% from 616); Blue value is 239 (93.75% from 255 or 38.80% from 616); Max value from RGB is 239 - color contains mainly: blue. Hex color #C8B1EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C8B1EF is #374E10. Grayscale: #BEBEBE. Windows color (decimal): -3624465 or 15708616. OLE color: 15708616.
HSL color Cylindrical-coordinate representation of color #C8B1EF: hue angle of 262.26º degrees, saturation: 0.66, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C8B1EF is Cyan = 0.16, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 200 | 177 | 239 | - |
| CMYK | 0.16 | 0.26 | 0 | 0.06 |
| HSL | 262.26º | 0.66% | 0.82% | - |
| HSV(B) | 262.26º | 0.26% | 0.94% | - |
| XYZ | 55.12 | 49.96 | 88.4 | - |
| YUV | 190.95 | 155.12 | 134.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 177 | 239 | 0.16 | 0.26 | 0 | 0.06 | 262.26 | 0.66 | 0.82 |
| Hex | C8 | B1 | EF | 10 | 1A | 0 | 6 | 106 | 42 | 52 |
| Octal | 310 | 261 | 357 | 20 | 32 | 0 | 6 | 406 | 102 | 122 |
| Binary | 11001000 | 10110001 | 11101111 | 10000 | 11010 | 0 | 110 | 100000110 | 1000010 | 1010010 |
Color Harmonies of #C8B1EF
Complementary color
Monochromatic Colors of #C8B1EF
Black with #C8B1EF
Text Example
Text Example
White with #C8B1EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B1EF; }
p { color: rgb(200,177,239); }
H1.HeaderClassName
{
color: #C8B1EF;
}
.AnyTagClassName
{
color: #C8B1EF;
}
</style>
background-color css
<style>
a { background-color: #C8B1EF; }
a { background-color: rgb(200,177,239); }
div.DivClassName
{
background-color: #C8B1EF;
}
.BgClassName
{
background-color: #C8B1EF;
}
</style>
border-color css
<style>
span { border-color: #C8B1EF; }
span { border-color: rgb(200,177,239); }
td.TdClassName
{
border-color: #C8B1EF;
}
.TagClassName
{
border-color: #C8B1EF;
}
</style>