Shades of Melrose #C7C1EA
Tints of Melrose #C7C1EA
RGB
CMYK
RGB Variations
Color information
#C7C1EA (or 0xC7C1EA) is known color: Melrose. HEX triplet: C7, C1 and EA. RGB value is (199,193,234). Sum of RGB (Red+Green+Blue) = 199+193+234=626 (82% of max value = 765). Red value is 199 (78.12% from 255 or 31.79% from 626); Green value is 193 (75.78% from 255 or 30.83% from 626); Blue value is 234 (91.80% from 255 or 37.38% from 626); Max value from RGB is 234 - color contains mainly: blue. Hex color #C7C1EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7C1EA is #383E15. Grayscale: #C7C7C7. Windows color (decimal): -3685910 or 15385031. OLE color: 15385031.
HSL color Cylindrical-coordinate representation of color #C7C1EA: hue angle of 248.78º degrees, saturation: 0.49, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C7C1EA is Cyan = 0.15, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 199 | 193 | 234 | - |
| CMYK | 0.15 | 0.18 | 0 | 0.08 |
| HSL | 248.78º | 0.49% | 0.84% | - |
| HSV(B) | 248.78º | 0.18% | 0.92% | - |
| XYZ | 57.47 | 56.22 | 85.66 | - |
| YUV | 199.47 | 147.49 | 127.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 193 | 234 | 0.15 | 0.18 | 0 | 0.08 | 248.78 | 0.49 | 0.84 |
| Hex | C7 | C1 | EA | F | 12 | 0 | 8 | F9 | 31 | 54 |
| Octal | 307 | 301 | 352 | 17 | 22 | 0 | 10 | 371 | 61 | 124 |
| Binary | 11000111 | 11000001 | 11101010 | 1111 | 10010 | 0 | 1000 | 11111001 | 110001 | 1010100 |
Color Harmonies of #C7C1EA
Complementary color
Monochromatic Colors of #C7C1EA
Black with #C7C1EA
Text Example
Text Example
White with #C7C1EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C1EA; }
p { color: rgb(199,193,234); }
H1.HeaderClassName
{
color: #C7C1EA;
}
.AnyTagClassName
{
color: #C7C1EA;
}
</style>
background-color css
<style>
a { background-color: #C7C1EA; }
a { background-color: rgb(199,193,234); }
div.DivClassName
{
background-color: #C7C1EA;
}
.BgClassName
{
background-color: #C7C1EA;
}
</style>
border-color css
<style>
span { border-color: #C7C1EA; }
span { border-color: rgb(199,193,234); }
td.TdClassName
{
border-color: #C7C1EA;
}
.TagClassName
{
border-color: #C7C1EA;
}
</style>