Shades of Melrose #C7C0D9
Tints of Melrose #C7C0D9
RGB
CMYK
RGB Variations
Color information
#C7C0D9 (or 0xC7C0D9) is known color: Melrose. HEX triplet: C7, C0 and D9. RGB value is (199,192,217). Sum of RGB (Red+Green+Blue) = 199+192+217=608 (80% of max value = 765). Red value is 199 (78.12% from 255 or 32.73% from 608); Green value is 192 (75.39% from 255 or 31.58% from 608); Blue value is 217 (85.16% from 255 or 35.69% from 608); Max value from RGB is 217 - color contains mainly: blue. Hex color #C7C0D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7C0D9 is #383F26. Grayscale: #C4C4C4. Windows color (decimal): -3686183 or 14270663. OLE color: 14270663.
HSL color Cylindrical-coordinate representation of color #C7C0D9: hue angle of 256.8º degrees, saturation: 0.25, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C7C0D9 is Cyan = 0.08, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 199 | 192 | 217 | - |
| CMYK | 0.08 | 0.12 | 0 | 0.15 |
| HSL | 256.8º | 0.25% | 0.8% | - |
| HSV(B) | 256.8º | 0.12% | 0.85% | - |
| XYZ | 54.93 | 54.85 | 73.34 | - |
| YUV | 196.94 | 139.32 | 129.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 192 | 217 | 0.08 | 0.12 | 0 | 0.15 | 256.8 | 0.25 | 0.8 |
| Hex | C7 | C0 | D9 | 8 | C | 0 | F | 101 | 19 | 50 |
| Octal | 307 | 300 | 331 | 10 | 14 | 0 | 17 | 401 | 31 | 120 |
| Binary | 11000111 | 11000000 | 11011001 | 1000 | 1100 | 0 | 1111 | 100000001 | 11001 | 1010000 |
Color Harmonies of #C7C0D9
Complementary color
Monochromatic Colors of #C7C0D9
Black with #C7C0D9
Text Example
Text Example
White with #C7C0D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C0D9; }
p { color: rgb(199,192,217); }
H1.HeaderClassName
{
color: #C7C0D9;
}
.AnyTagClassName
{
color: #C7C0D9;
}
</style>
background-color css
<style>
a { background-color: #C7C0D9; }
a { background-color: rgb(199,192,217); }
div.DivClassName
{
background-color: #C7C0D9;
}
.BgClassName
{
background-color: #C7C0D9;
}
</style>
border-color css
<style>
span { border-color: #C7C0D9; }
span { border-color: rgb(199,192,217); }
td.TdClassName
{
border-color: #C7C0D9;
}
.TagClassName
{
border-color: #C7C0D9;
}
</style>