Shades of Melrose #C7C2D9
Tints of Melrose #C7C2D9
RGB
CMYK
RGB Variations
Color information
#C7C2D9 (or 0xC7C2D9) is known color: Melrose. HEX triplet: C7, C2 and D9. RGB value is (199,194,217). Sum of RGB (Red+Green+Blue) = 199+194+217=610 (80% of max value = 765). Red value is 199 (78.12% from 255 or 32.62% from 610); Green value is 194 (76.17% from 255 or 31.80% from 610); Blue value is 217 (85.16% from 255 or 35.57% from 610); Max value from RGB is 217 - color contains mainly: blue. Hex color #C7C2D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7C2D9 is #383D26. Grayscale: #C6C6C6. Windows color (decimal): -3685671 or 14271175. OLE color: 14271175.
HSL color Cylindrical-coordinate representation of color #C7C2D9: hue angle of 253.04º degrees, saturation: 0.23, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C7C2D9 is Cyan = 0.08, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 199 | 194 | 217 | - |
| CMYK | 0.08 | 0.11 | 0 | 0.15 |
| HSL | 253.04º | 0.23% | 0.81% | - |
| HSV(B) | 253.04º | 0.11% | 0.85% | - |
| XYZ | 55.37 | 55.74 | 73.49 | - |
| YUV | 198.12 | 138.66 | 128.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 194 | 217 | 0.08 | 0.11 | 0 | 0.15 | 253.04 | 0.23 | 0.81 |
| Hex | C7 | C2 | D9 | 8 | B | 0 | F | FD | 17 | 51 |
| Octal | 307 | 302 | 331 | 10 | 13 | 0 | 17 | 375 | 27 | 121 |
| Binary | 11000111 | 11000010 | 11011001 | 1000 | 1011 | 0 | 1111 | 11111101 | 10111 | 1010001 |
Color Harmonies of #C7C2D9
Complementary color
Monochromatic Colors of #C7C2D9
Black with #C7C2D9
Text Example
Text Example
White with #C7C2D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C2D9; }
p { color: rgb(199,194,217); }
H1.HeaderClassName
{
color: #C7C2D9;
}
.AnyTagClassName
{
color: #C7C2D9;
}
</style>
background-color css
<style>
a { background-color: #C7C2D9; }
a { background-color: rgb(199,194,217); }
div.DivClassName
{
background-color: #C7C2D9;
}
.BgClassName
{
background-color: #C7C2D9;
}
</style>
border-color css
<style>
span { border-color: #C7C2D9; }
span { border-color: rgb(199,194,217); }
td.TdClassName
{
border-color: #C7C2D9;
}
.TagClassName
{
border-color: #C7C2D9;
}
</style>