Shades of Melrose #C8B0EF
Tints of Melrose #C8B0EF
RGB
CMYK
RGB Variations
Color information
#C8B0EF (or 0xC8B0EF) is known color: Melrose. HEX triplet: C8, B0 and EF. RGB value is (200,176,239). Sum of RGB (Red+Green+Blue) = 200+176+239=615 (81% of max value = 765). Red value is 200 (78.52% from 255 or 32.52% from 615); Green value is 176 (69.14% from 255 or 28.62% from 615); Blue value is 239 (93.75% from 255 or 38.86% from 615); Max value from RGB is 239 - color contains mainly: blue. Hex color #C8B0EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C8B0EF is #374F10. Grayscale: #BEBEBE. Windows color (decimal): -3624721 or 15708360. OLE color: 15708360.
HSL color Cylindrical-coordinate representation of color #C8B0EF: hue angle of 262.86º degrees, saturation: 0.66, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C8B0EF is Cyan = 0.16, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 200 | 176 | 239 | - |
| CMYK | 0.16 | 0.26 | 0 | 0.06 |
| HSL | 262.86º | 0.66% | 0.81% | - |
| HSV(B) | 262.86º | 0.26% | 0.94% | - |
| XYZ | 54.92 | 49.56 | 88.33 | - |
| YUV | 190.36 | 155.45 | 134.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 176 | 239 | 0.16 | 0.26 | 0 | 0.06 | 262.86 | 0.66 | 0.81 |
| Hex | C8 | B0 | EF | 10 | 1A | 0 | 6 | 107 | 42 | 51 |
| Octal | 310 | 260 | 357 | 20 | 32 | 0 | 6 | 407 | 102 | 121 |
| Binary | 11001000 | 10110000 | 11101111 | 10000 | 11010 | 0 | 110 | 100000111 | 1000010 | 1010001 |
Color Harmonies of #C8B0EF
Complementary color
Monochromatic Colors of #C8B0EF
Black with #C8B0EF
Text Example
Text Example
White with #C8B0EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B0EF; }
p { color: rgb(200,176,239); }
H1.HeaderClassName
{
color: #C8B0EF;
}
.AnyTagClassName
{
color: #C8B0EF;
}
</style>
background-color css
<style>
a { background-color: #C8B0EF; }
a { background-color: rgb(200,176,239); }
div.DivClassName
{
background-color: #C8B0EF;
}
.BgClassName
{
background-color: #C8B0EF;
}
</style>
border-color css
<style>
span { border-color: #C8B0EF; }
span { border-color: rgb(200,176,239); }
td.TdClassName
{
border-color: #C8B0EF;
}
.TagClassName
{
border-color: #C8B0EF;
}
</style>