Shades of Melrose #C7B1EA
Tints of Melrose #C7B1EA
RGB
CMYK
RGB Variations
Color information
#C7B1EA (or 0xC7B1EA) is known color: Melrose. HEX triplet: C7, B1 and EA. RGB value is (199,177,234). Sum of RGB (Red+Green+Blue) = 199+177+234=610 (80% of max value = 765). Red value is 199 (78.12% from 255 or 32.62% from 610); Green value is 177 (69.53% from 255 or 29.02% from 610); Blue value is 234 (91.80% from 255 or 38.36% from 610); Max value from RGB is 234 - color contains mainly: blue. Hex color #C7B1EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C7B1EA is #384E15. Grayscale: #BDBDBD. Windows color (decimal): -3690006 or 15380935. OLE color: 15380935.
HSL color Cylindrical-coordinate representation of color #C7B1EA: hue angle of 263.16º degrees, saturation: 0.58, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C7B1EA is Cyan = 0.15, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 199 | 177 | 234 | - |
| CMYK | 0.15 | 0.24 | 0 | 0.08 |
| HSL | 263.16º | 0.58% | 0.81% | - |
| HSV(B) | 263.16º | 0.24% | 0.92% | - |
| XYZ | 54.13 | 49.53 | 84.55 | - |
| YUV | 190.08 | 152.79 | 134.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 177 | 234 | 0.15 | 0.24 | 0 | 0.08 | 263.16 | 0.58 | 0.81 |
| Hex | C7 | B1 | EA | F | 18 | 0 | 8 | 107 | 3A | 51 |
| Octal | 307 | 261 | 352 | 17 | 30 | 0 | 10 | 407 | 72 | 121 |
| Binary | 11000111 | 10110001 | 11101010 | 1111 | 11000 | 0 | 1000 | 100000111 | 111010 | 1010001 |
Color Harmonies of #C7B1EA
Complementary color
Monochromatic Colors of #C7B1EA
Black with #C7B1EA
Text Example
Text Example
White with #C7B1EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B1EA; }
p { color: rgb(199,177,234); }
H1.HeaderClassName
{
color: #C7B1EA;
}
.AnyTagClassName
{
color: #C7B1EA;
}
</style>
background-color css
<style>
a { background-color: #C7B1EA; }
a { background-color: rgb(199,177,234); }
div.DivClassName
{
background-color: #C7B1EA;
}
.BgClassName
{
background-color: #C7B1EA;
}
</style>
border-color css
<style>
span { border-color: #C7B1EA; }
span { border-color: rgb(199,177,234); }
td.TdClassName
{
border-color: #C7B1EA;
}
.TagClassName
{
border-color: #C7B1EA;
}
</style>