Shades of Melrose #C7C0EE
Tints of Melrose #C7C0EE
RGB
CMYK
RGB Variations
Color information
#C7C0EE (or 0xC7C0EE) is known color: Melrose. HEX triplet: C7, C0 and EE. RGB value is (199,192,238). Sum of RGB (Red+Green+Blue) = 199+192+238=629 (83% of max value = 765). Red value is 199 (78.12% from 255 or 31.64% from 629); Green value is 192 (75.39% from 255 or 30.52% from 629); Blue value is 238 (93.36% from 255 or 37.84% from 629); Max value from RGB is 238 - color contains mainly: blue. Hex color #C7C0EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7C0EE is #383F11. Grayscale: #C7C7C7. Windows color (decimal): -3686162 or 15646919. OLE color: 15646919.
HSL color Cylindrical-coordinate representation of color #C7C0EE: hue angle of 249.13º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C7C0EE is Cyan = 0.16, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 199 | 192 | 238 | - |
| CMYK | 0.16 | 0.19 | 0 | 0.07 |
| HSL | 249.13º | 0.58% | 0.84% | - |
| HSV(B) | 249.13º | 0.19% | 0.93% | - |
| XYZ | 57.84 | 56.01 | 88.65 | - |
| YUV | 199.34 | 149.82 | 127.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 192 | 238 | 0.16 | 0.19 | 0 | 0.07 | 249.13 | 0.58 | 0.84 |
| Hex | C7 | C0 | EE | 10 | 13 | 0 | 7 | F9 | 3A | 54 |
| Octal | 307 | 300 | 356 | 20 | 23 | 0 | 7 | 371 | 72 | 124 |
| Binary | 11000111 | 11000000 | 11101110 | 10000 | 10011 | 0 | 111 | 11111001 | 111010 | 1010100 |
Color Harmonies of #C7C0EE
Complementary color
Monochromatic Colors of #C7C0EE
Black with #C7C0EE
Text Example
Text Example
White with #C7C0EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C0EE; }
p { color: rgb(199,192,238); }
H1.HeaderClassName
{
color: #C7C0EE;
}
.AnyTagClassName
{
color: #C7C0EE;
}
</style>
background-color css
<style>
a { background-color: #C7C0EE; }
a { background-color: rgb(199,192,238); }
div.DivClassName
{
background-color: #C7C0EE;
}
.BgClassName
{
background-color: #C7C0EE;
}
</style>
border-color css
<style>
span { border-color: #C7C0EE; }
span { border-color: rgb(199,192,238); }
td.TdClassName
{
border-color: #C7C0EE;
}
.TagClassName
{
border-color: #C7C0EE;
}
</style>