Shades of Melrose #C7C2DA
Tints of Melrose #C7C2DA
RGB
CMYK
RGB Variations
Color information
#C7C2DA (or 0xC7C2DA) is known color: Melrose. HEX triplet: C7, C2 and DA. RGB value is (199,194,218). Sum of RGB (Red+Green+Blue) = 199+194+218=611 (80% of max value = 765). Red value is 199 (78.12% from 255 or 32.57% from 611); Green value is 194 (76.17% from 255 or 31.75% from 611); Blue value is 218 (85.55% from 255 or 35.68% from 611); Max value from RGB is 218 - color contains mainly: blue. Hex color #C7C2DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7C2DA is #383D25. Grayscale: #C6C6C6. Windows color (decimal): -3685670 or 14336711. OLE color: 14336711.
HSL color Cylindrical-coordinate representation of color #C7C2DA: hue angle of 252.5º degrees, saturation: 0.24, 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 #C7C2DA is Cyan = 0.09, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 199 | 194 | 218 | - |
CMYK | 0.09 | 0.11 | 0 | 0.15 |
HSL | 252.5º | 0.24% | 0.81% | - |
HSV(B) | 252.5º | 0.11% | 0.85% | - |
XYZ | 55.5 | 55.79 | 74.17 | - |
YUV | 198.23 | 139.16 | 128.55 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 194 | 218 | 0.09 | 0.11 | 0 | 0.15 | 252.5 | 0.24 | 0.81 |
Hex | C7 | C2 | DA | 9 | B | 0 | F | FD | 18 | 51 |
Octal | 307 | 302 | 332 | 11 | 13 | 0 | 17 | 375 | 30 | 121 |
Binary | 11000111 | 11000010 | 11011010 | 1001 | 1011 | 0 | 1111 | 11111101 | 11000 | 1010001 |
Color Harmonies of #C7C2DA
Complementary color
Monochromatic Colors of #C7C2DA
Black with #C7C2DA
Text Example
Text Example
White with #C7C2DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C2DA; }
p { color: rgb(199,194,218); }
H1.HeaderClassName
{
color: #C7C2DA;
}
.AnyTagClassName
{
color: #C7C2DA;
}
</style>
background-color css
<style>
a { background-color: #C7C2DA; }
a { background-color: rgb(199,194,218); }
div.DivClassName
{
background-color: #C7C2DA;
}
.BgClassName
{
background-color: #C7C2DA;
}
</style>
border-color css
<style>
span { border-color: #C7C2DA; }
span { border-color: rgb(199,194,218); }
td.TdClassName
{
border-color: #C7C2DA;
}
.TagClassName
{
border-color: #C7C2DA;
}
</style>