Shades of Melrose #C7B7EE
Tints of Melrose #C7B7EE
RGB
CMYK
RGB Variations
Color information
#C7B7EE (or 0xC7B7EE) is known color: Melrose. HEX triplet: C7, B7 and EE. RGB value is (199,183,238). Sum of RGB (Red+Green+Blue) = 199+183+238=620 (82% of max value = 765). Red value is 199 (78.12% from 255 or 32.10% from 620); Green value is 183 (71.88% from 255 or 29.52% from 620); Blue value is 238 (93.36% from 255 or 38.39% from 620); Max value from RGB is 238 - color contains mainly: blue. Hex color #C7B7EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7B7EE is #384811. Grayscale: #C1C1C1. Windows color (decimal): -3688466 or 15644615. OLE color: 15644615.
HSL color Cylindrical-coordinate representation of color #C7B7EE: hue angle of 257.45º degrees, saturation: 0.62, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C7B7EE is Cyan = 0.16, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 199 | 183 | 238 | - |
| CMYK | 0.16 | 0.23 | 0 | 0.07 |
| HSL | 257.45º | 0.62% | 0.83% | - |
| HSV(B) | 257.45º | 0.23% | 0.93% | - |
| XYZ | 55.92 | 52.18 | 88.01 | - |
| YUV | 194.05 | 152.8 | 131.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 183 | 238 | 0.16 | 0.23 | 0 | 0.07 | 257.45 | 0.62 | 0.83 |
| Hex | C7 | B7 | EE | 10 | 17 | 0 | 7 | 101 | 3E | 53 |
| Octal | 307 | 267 | 356 | 20 | 27 | 0 | 7 | 401 | 76 | 123 |
| Binary | 11000111 | 10110111 | 11101110 | 10000 | 10111 | 0 | 111 | 100000001 | 111110 | 1010011 |
Color Harmonies of #C7B7EE
Complementary color
Monochromatic Colors of #C7B7EE
Black with #C7B7EE
Text Example
Text Example
White with #C7B7EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B7EE; }
p { color: rgb(199,183,238); }
H1.HeaderClassName
{
color: #C7B7EE;
}
.AnyTagClassName
{
color: #C7B7EE;
}
</style>
background-color css
<style>
a { background-color: #C7B7EE; }
a { background-color: rgb(199,183,238); }
div.DivClassName
{
background-color: #C7B7EE;
}
.BgClassName
{
background-color: #C7B7EE;
}
</style>
border-color css
<style>
span { border-color: #C7B7EE; }
span { border-color: rgb(199,183,238); }
td.TdClassName
{
border-color: #C7B7EE;
}
.TagClassName
{
border-color: #C7B7EE;
}
</style>