Shades of Melrose #C7C1E1
Tints of Melrose #C7C1E1
RGB
CMYK
RGB Variations
Color information
#C7C1E1 (or 0xC7C1E1) is known color: Melrose. HEX triplet: C7, C1 and E1. RGB value is (199,193,225). Sum of RGB (Red+Green+Blue) = 199+193+225=617 (81% of max value = 765). Red value is 199 (78.12% from 255 or 32.25% from 617); Green value is 193 (75.78% from 255 or 31.28% from 617); Blue value is 225 (88.28% from 255 or 36.47% from 617); Max value from RGB is 225 - color contains mainly: blue. Hex color #C7C1E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7C1E1 is #383E1E. Grayscale: #C6C6C6. Windows color (decimal): -3685919 or 14795207. OLE color: 14795207.
HSL color Cylindrical-coordinate representation of color #C7C1E1: hue angle of 251.25º degrees, saturation: 0.35, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C7C1E1 is Cyan = 0.12, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 199 | 193 | 225 | - |
| CMYK | 0.12 | 0.14 | 0 | 0.12 |
| HSL | 251.25º | 0.35% | 0.82% | - |
| HSV(B) | 251.25º | 0.14% | 0.88% | - |
| XYZ | 56.21 | 55.72 | 79.03 | - |
| YUV | 198.44 | 142.99 | 128.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 193 | 225 | 0.12 | 0.14 | 0 | 0.12 | 251.25 | 0.35 | 0.82 |
| Hex | C7 | C1 | E1 | C | E | 0 | C | FB | 23 | 52 |
| Octal | 307 | 301 | 341 | 14 | 16 | 0 | 14 | 373 | 43 | 122 |
| Binary | 11000111 | 11000001 | 11100001 | 1100 | 1110 | 0 | 1100 | 11111011 | 100011 | 1010010 |
Color Harmonies of #C7C1E1
Complementary color
Monochromatic Colors of #C7C1E1
Black with #C7C1E1
Text Example
Text Example
White with #C7C1E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C1E1; }
p { color: rgb(199,193,225); }
H1.HeaderClassName
{
color: #C7C1E1;
}
.AnyTagClassName
{
color: #C7C1E1;
}
</style>
background-color css
<style>
a { background-color: #C7C1E1; }
a { background-color: rgb(199,193,225); }
div.DivClassName
{
background-color: #C7C1E1;
}
.BgClassName
{
background-color: #C7C1E1;
}
</style>
border-color css
<style>
span { border-color: #C7C1E1; }
span { border-color: rgb(199,193,225); }
td.TdClassName
{
border-color: #C7C1E1;
}
.TagClassName
{
border-color: #C7C1E1;
}
</style>