Shades of Melrose #C7C1EC
Tints of Melrose #C7C1EC
RGB
CMYK
RGB Variations
Color information
#C7C1EC (or 0xC7C1EC) is known color: Melrose. HEX triplet: C7, C1 and EC. RGB value is (199,193,236). Sum of RGB (Red+Green+Blue) = 199+193+236=628 (83% of max value = 765). Red value is 199 (78.12% from 255 or 31.69% from 628); Green value is 193 (75.78% from 255 or 30.73% from 628); Blue value is 236 (92.58% from 255 or 37.58% from 628); Max value from RGB is 236 - color contains mainly: blue. Hex color #C7C1EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7C1EC is #383E13. Grayscale: #C7C7C7. Windows color (decimal): -3685908 or 15516103. OLE color: 15516103.
HSL color Cylindrical-coordinate representation of color #C7C1EC: hue angle of 248.37º degrees, saturation: 0.53, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C7C1EC is Cyan = 0.16, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 199 | 193 | 236 | - |
| CMYK | 0.16 | 0.18 | 0 | 0.07 |
| HSL | 248.37º | 0.53% | 0.84% | - |
| HSV(B) | 248.37º | 0.18% | 0.93% | - |
| XYZ | 57.76 | 56.34 | 87.19 | - |
| YUV | 199.7 | 148.49 | 127.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 193 | 236 | 0.16 | 0.18 | 0 | 0.07 | 248.37 | 0.53 | 0.84 |
| Hex | C7 | C1 | EC | 10 | 12 | 0 | 7 | F8 | 35 | 54 |
| Octal | 307 | 301 | 354 | 20 | 22 | 0 | 7 | 370 | 65 | 124 |
| Binary | 11000111 | 11000001 | 11101100 | 10000 | 10010 | 0 | 111 | 11111000 | 110101 | 1010100 |
Color Harmonies of #C7C1EC
Complementary color
Monochromatic Colors of #C7C1EC
Black with #C7C1EC
Text Example
Text Example
White with #C7C1EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C1EC; }
p { color: rgb(199,193,236); }
H1.HeaderClassName
{
color: #C7C1EC;
}
.AnyTagClassName
{
color: #C7C1EC;
}
</style>
background-color css
<style>
a { background-color: #C7C1EC; }
a { background-color: rgb(199,193,236); }
div.DivClassName
{
background-color: #C7C1EC;
}
.BgClassName
{
background-color: #C7C1EC;
}
</style>
border-color css
<style>
span { border-color: #C7C1EC; }
span { border-color: rgb(199,193,236); }
td.TdClassName
{
border-color: #C7C1EC;
}
.TagClassName
{
border-color: #C7C1EC;
}
</style>