Shades of Melrose #C6C0DF
Tints of Melrose #C6C0DF
RGB
CMYK
RGB Variations
Color information
#C6C0DF (or 0xC6C0DF) is known color: Melrose. HEX triplet: C6, C0 and DF. RGB value is (198,192,223). Sum of RGB (Red+Green+Blue) = 198+192+223=613 (81% of max value = 765). Red value is 198 (77.73% from 255 or 32.30% from 613); Green value is 192 (75.39% from 255 or 31.32% from 613); Blue value is 223 (87.5% from 255 or 36.38% from 613); Max value from RGB is 223 - color contains mainly: blue. Hex color #C6C0DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6C0DF is #393F20. Grayscale: #C5C5C5. Windows color (decimal): -3751713 or 14663878. OLE color: 14663878.
HSL color Cylindrical-coordinate representation of color #C6C0DF: hue angle of 251.61º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C6C0DF is Cyan = 0.11, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 198 | 192 | 223 | - |
CMYK | 0.11 | 0.14 | 0 | 0.13 |
HSL | 251.61º | 0.33% | 0.81% | - |
HSV(B) | 251.61º | 0.14% | 0.87% | - |
XYZ | 55.46 | 55.03 | 77.51 | - |
YUV | 197.33 | 142.49 | 128.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 198 | 192 | 223 | 0.11 | 0.14 | 0 | 0.13 | 251.61 | 0.33 | 0.81 |
Hex | C6 | C0 | DF | B | E | 0 | D | FC | 21 | 51 |
Octal | 306 | 300 | 337 | 13 | 16 | 0 | 15 | 374 | 41 | 121 |
Binary | 11000110 | 11000000 | 11011111 | 1011 | 1110 | 0 | 1101 | 11111100 | 100001 | 1010001 |
Color Harmonies of #C6C0DF
Complementary color
Monochromatic Colors of #C6C0DF
Black with #C6C0DF
Text Example
Text Example
White with #C6C0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6C0DF; }
p { color: rgb(198,192,223); }
H1.HeaderClassName
{
color: #C6C0DF;
}
.AnyTagClassName
{
color: #C6C0DF;
}
</style>
background-color css
<style>
a { background-color: #C6C0DF; }
a { background-color: rgb(198,192,223); }
div.DivClassName
{
background-color: #C6C0DF;
}
.BgClassName
{
background-color: #C6C0DF;
}
</style>
border-color css
<style>
span { border-color: #C6C0DF; }
span { border-color: rgb(198,192,223); }
td.TdClassName
{
border-color: #C6C0DF;
}
.TagClassName
{
border-color: #C6C0DF;
}
</style>