Shades of Melrose #C7B7EF
Tints of Melrose #C7B7EF
RGB
CMYK
RGB Variations
Color information
#C7B7EF (or 0xC7B7EF) is known color: Melrose. HEX triplet: C7, B7 and EF. RGB value is (199,183,239). Sum of RGB (Red+Green+Blue) = 199+183+239=621 (82% of max value = 765). Red value is 199 (78.12% from 255 or 32.05% from 621); Green value is 183 (71.88% from 255 or 29.47% from 621); Blue value is 239 (93.75% from 255 or 38.49% from 621); Max value from RGB is 239 - color contains mainly: blue. Hex color #C7B7EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7B7EF is #384810. Grayscale: #C1C1C1. Windows color (decimal): -3688465 or 15710151. OLE color: 15710151.
HSL color Cylindrical-coordinate representation of color #C7B7EF: hue angle of 257.14º degrees, saturation: 0.64, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C7B7EF is Cyan = 0.17, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 199 | 183 | 239 | - |
| CMYK | 0.17 | 0.23 | 0 | 0.06 |
| HSL | 257.14º | 0.64% | 0.83% | - |
| HSV(B) | 257.14º | 0.23% | 0.94% | - |
| XYZ | 56.07 | 52.24 | 88.79 | - |
| YUV | 194.17 | 153.3 | 131.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 183 | 239 | 0.17 | 0.23 | 0 | 0.06 | 257.14 | 0.64 | 0.83 |
| Hex | C7 | B7 | EF | 11 | 17 | 0 | 6 | 101 | 40 | 53 |
| Octal | 307 | 267 | 357 | 21 | 27 | 0 | 6 | 401 | 100 | 123 |
| Binary | 11000111 | 10110111 | 11101111 | 10001 | 10111 | 0 | 110 | 100000001 | 1000000 | 1010011 |
Color Harmonies of #C7B7EF
Complementary color
Monochromatic Colors of #C7B7EF
Black with #C7B7EF
Text Example
Text Example
White with #C7B7EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B7EF; }
p { color: rgb(199,183,239); }
H1.HeaderClassName
{
color: #C7B7EF;
}
.AnyTagClassName
{
color: #C7B7EF;
}
</style>
background-color css
<style>
a { background-color: #C7B7EF; }
a { background-color: rgb(199,183,239); }
div.DivClassName
{
background-color: #C7B7EF;
}
.BgClassName
{
background-color: #C7B7EF;
}
</style>
border-color css
<style>
span { border-color: #C7B7EF; }
span { border-color: rgb(199,183,239); }
td.TdClassName
{
border-color: #C7B7EF;
}
.TagClassName
{
border-color: #C7B7EF;
}
</style>