Shades of Melrose #C7C0E2
Tints of Melrose #C7C0E2
RGB
CMYK
RGB Variations
Color information
#C7C0E2 (or 0xC7C0E2) is known color: Melrose. HEX triplet: C7, C0 and E2. RGB value is (199,192,226). Sum of RGB (Red+Green+Blue) = 199+192+226=617 (81% of max value = 765). Red value is 199 (78.12% from 255 or 32.25% from 617); Green value is 192 (75.39% from 255 or 31.12% from 617); Blue value is 226 (88.67% from 255 or 36.63% from 617); Max value from RGB is 226 - color contains mainly: blue. Hex color #C7C0E2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7C0E2 is #383F1D. Grayscale: #C5C5C5. Windows color (decimal): -3686174 or 14860487. OLE color: 14860487.
HSL color Cylindrical-coordinate representation of color #C7C0E2: hue angle of 252.35º degrees, saturation: 0.37, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C7C0E2 is Cyan = 0.12, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 199 | 192 | 226 | - |
| CMYK | 0.12 | 0.15 | 0 | 0.11 |
| HSL | 252.35º | 0.37% | 0.82% | - |
| HSV(B) | 252.35º | 0.15% | 0.89% | - |
| XYZ | 56.13 | 55.33 | 79.67 | - |
| YUV | 197.97 | 143.82 | 128.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 192 | 226 | 0.12 | 0.15 | 0 | 0.11 | 252.35 | 0.37 | 0.82 |
| Hex | C7 | C0 | E2 | C | F | 0 | B | FC | 25 | 52 |
| Octal | 307 | 300 | 342 | 14 | 17 | 0 | 13 | 374 | 45 | 122 |
| Binary | 11000111 | 11000000 | 11100010 | 1100 | 1111 | 0 | 1011 | 11111100 | 100101 | 1010010 |
Color Harmonies of #C7C0E2
Complementary color
Monochromatic Colors of #C7C0E2
Black with #C7C0E2
Text Example
Text Example
White with #C7C0E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C0E2; }
p { color: rgb(199,192,226); }
H1.HeaderClassName
{
color: #C7C0E2;
}
.AnyTagClassName
{
color: #C7C0E2;
}
</style>
background-color css
<style>
a { background-color: #C7C0E2; }
a { background-color: rgb(199,192,226); }
div.DivClassName
{
background-color: #C7C0E2;
}
.BgClassName
{
background-color: #C7C0E2;
}
</style>
border-color css
<style>
span { border-color: #C7C0E2; }
span { border-color: rgb(199,192,226); }
td.TdClassName
{
border-color: #C7C0E2;
}
.TagClassName
{
border-color: #C7C0E2;
}
</style>